| AbortedByUser enum value | Algorithm | |
| actions() | Algorithm | inline |
| ADD_REMOVE_ALPHA enum value (defined in BasicImageProcessing) | BasicImageProcessing | |
| Algorithm() | Algorithm | |
| BasicImageProcessing(SharedImageSet *img) | BasicImageProcessing | |
| BAYER_PATTERN_TO_COLOR enum value | BasicImageProcessing | |
| bayerPatternMode() const | BasicImageProcessing | inline |
| BRIGHTNESS_PRESERVING_HE enum value | BasicImageProcessing | |
| compute() override | BasicImageProcessing | virtual |
| Configurable()=default (defined in Configurable) | Configurable | |
| Configurable(const Configurable &rhs) (defined in Configurable) | Configurable | |
| Configurable(Configurable &&rhs) noexcept (defined in Configurable) | Configurable | |
| configuration(Properties *p) const override | BasicImageProcessing | virtual |
| configure(const Properties *p) override | BasicImageProcessing | virtual |
| configureDefaults() | Configurable | virtual |
| CONVERT_TO_FLOAT enum value | BasicImageProcessing | |
| CONVERTGRAY enum value | BasicImageProcessing | |
| createCompatible(const DataList &data, Algorithm **a=0) | BasicImageProcessing | static |
| createNew() const (defined in BasicImageProcessing) | BasicImageProcessing | inline |
| CROP enum value | BasicImageProcessing | |
| cropParams(vec3i &lowerOut, vec3i &upperOut) const | BasicImageProcessing | |
| DOWNSAMPLE enum value | BasicImageProcessing | |
| downsample(SharedImageSet *sis, int dx, int dy, int dz, bool zeroMask=false, bool interpolate=true) | BasicImageProcessing | static |
| downsampling(int &dx, int &dy, int &dz, bool &filter) const (defined in BasicImageProcessing) | BasicImageProcessing | |
| EMBED_ROTATION enum value | BasicImageProcessing | |
| EQUALIZE_HISTOGRAM enum value | BasicImageProcessing | |
| Error enum value | Algorithm | |
| factoryInfo() const | Algorithm | inline |
| FLIP enum value | BasicImageProcessing | |
| flipAxis() const | BasicImageProcessing | inline |
| GRADATION enum value | BasicImageProcessing | |
| gradationMode() const | BasicImageProcessing | inline |
| gradationNormalize() const | BasicImageProcessing | inline |
| ignoreAlphaChannel() const | BasicImageProcessing | inline |
| IncompleteInput enum value | Algorithm | |
| INCREASE_BIT_DEPTH enum value (defined in BasicImageProcessing) | BasicImageProcessing | |
| input() const (defined in BasicImageProcessing) | BasicImageProcessing | inline |
| interpolateOnResolutionChange() const (defined in BasicImageProcessing) | BasicImageProcessing | inline |
| InvalidInput enum value | Algorithm | |
| INVERT enum value | BasicImageProcessing | |
| invertImageRange() const | BasicImageProcessing | inline |
| isSequentialMode() const | SequentialImageProcessor | inlinevirtual |
| loadDefaults() (defined in Algorithm) | Algorithm | protected |
| m_actions | Algorithm | protected |
| m_factoryInfo | Algorithm | protected |
| m_isSequentialMode | SequentialImageProcessor | protected |
| m_name | Algorithm | protected |
| m_params | Configurable | protected |
| m_progress | Algorithm | protected |
| m_status | Algorithm | protected |
| Mode enum name | BasicImageProcessing | |
| mode() const | BasicImageProcessing | inline |
| NORMALIZE enum value | BasicImageProcessing | |
| NR_MODES enum value | BasicImageProcessing | |
| operator=(const Configurable &) (defined in Configurable) | Configurable | |
| operator=(Configurable &&) noexcept (defined in Configurable) | Configurable | |
| OutOfMemoryGPU enum value | Algorithm | |
| OutOfMemoryHost enum value | Algorithm | |
| preserveValuesOnBitReduction() const (defined in BasicImageProcessing) | BasicImageProcessing | inline |
| processImage(const SharedImage &image, const DataComponentList &components) const override | BasicImageProcessing | virtual |
| progress() const | Algorithm | inline |
| rangeThresholdParams(bool &mode, double &lowerThreshold, double &upperThreshold) const | BasicImageProcessing | |
| REDUCE_BIT_DEPTH enum value | BasicImageProcessing | |
| registerAction(const std::string &id, const std::string &guiName, const std::function< Algorithm::Status(void)> &action) | Algorithm | protected |
| registerAction(const std::string &id, const std::string &guiName, Algorithm::Status(D::*action)(void)) | Algorithm | inlineprotected |
| registerAction(const Action &action) | Algorithm | protected |
| registerParameter(ParameterBase *param) | Configurable | |
| RESAMPLE enum value | BasicImageProcessing | |
| resampling(double &resx, double &resy, double &resz) const (defined in BasicImageProcessing) | BasicImageProcessing | |
| RESIZE enum value | BasicImageProcessing | |
| ROTATE enum value | BasicImageProcessing | |
| rotationAngle() const | BasicImageProcessing | inline |
| rotationAxis() const | BasicImageProcessing | inline |
| runAction(const std::string &id) | Algorithm | |
| setBayerPatternMode(int val) | BasicImageProcessing | inline |
| setBlockListenersSignal(bool flag) | BasicImageProcessing | inline |
| setCreateNew(bool flag) | BasicImageProcessing | |
| setCropParams(const vec3i &lower, const vec3i &upper) | BasicImageProcessing | |
| setDownsampling(int dx, int dy, int dz, bool filter=true) | BasicImageProcessing | |
| setFactoryInfo(const FactoryInfo &value) | Algorithm | inline |
| setFlipAxis(int val) | BasicImageProcessing | inline |
| setGradationMap(const TypedImage< float > *gradationMap) | BasicImageProcessing | inline |
| setGradationMode(int mode) | BasicImageProcessing | inline |
| setGradationNormalize(bool normalize) | BasicImageProcessing | inline |
| setIgnoreAlphaChannel(bool b) | BasicImageProcessing | inline |
| setInterpolateOnResolutionChange(bool val) (defined in BasicImageProcessing) | BasicImageProcessing | inline |
| setInvertImageRange(bool flag) | BasicImageProcessing | inline |
| setMode(Mode mode) | BasicImageProcessing | inline |
| setPreserveValuesOnBitReduction(bool flag) | BasicImageProcessing | inline |
| setProgress(Progress *progress) | Algorithm | inlinevirtual |
| setRangeThresholdParams(bool thresholdInside, double lowerThreshold, double upperThreshold) | BasicImageProcessing | |
| setResampling(double resx, double resy, double resz) | BasicImageProcessing | |
| setRotationAngle(int angle) | BasicImageProcessing | inline |
| setRotationAxis(int axis) | BasicImageProcessing | inline |
| setScale(double val) (defined in BasicImageProcessing) | BasicImageProcessing | inline |
| setSequentialMode(bool b) | SequentialImageProcessor | inlinevirtual |
| setSharpnessMeasure(int measure) (defined in BasicImageProcessing) | BasicImageProcessing | inline |
| setShift(double val) (defined in BasicImageProcessing) | BasicImageProcessing | inline |
| setTargetResolution(const vec3i &resolution) (defined in BasicImageProcessing) | BasicImageProcessing | inline |
| SHARPNESS enum value | BasicImageProcessing | |
| sharpnessMeasure() const (defined in BasicImageProcessing) | BasicImageProcessing | inline |
| SHIFT_N_SCALE enum value | BasicImageProcessing | |
| shiftScale(double &shift, double &scale) const (defined in BasicImageProcessing) | BasicImageProcessing | inline |
| signalOutputChanged | Algorithm | |
| signalParametersChanged | Algorithm | |
| Status enum name | Algorithm | |
| status() const | Algorithm | virtual |
| Success enum value | Algorithm | |
| survivesDataDeletion(const Data *) const | Algorithm | virtual |
| takeOutput() override | BasicImageProcessing | virtual |
| targetResolution() const (defined in BasicImageProcessing) | BasicImageProcessing | inline |
| THRESHOLDING enum value | BasicImageProcessing | |
| Unknown enum value | Algorithm | |
| UnknownAction enum value | Algorithm | |
| unregisterParameter(const ParameterBase *param) | Configurable | |
| UnsupportedGPU enum value | Algorithm | |
| User enum value | Algorithm | |
| ~Algorithm() (defined in Algorithm) | Algorithm | virtual |
| ~BasicImageProcessing() override (defined in BasicImageProcessing) | BasicImageProcessing | |
| ~Configurable() (defined in Configurable) | Configurable | virtual |