| AbortedByUser enum value | Algorithm | |
| acceptSegmentation() | InteractiveSegmentationAlgorithm | |
| actions() | Algorithm | inline |
| Algorithm() | Algorithm | |
| clearResult() | GraphBasedSegmentation | |
| compute() override | InteractiveSegmentationAlgorithm | 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 | GraphBasedSegmentation | virtual |
| configure(const Properties *p) override | GraphBasedSegmentation | virtual |
| configureDefaults() | Configurable | virtual |
| convertBinaryMapToNarrowBandLabels(SharedImageSet *binaryMap, int inMarginPixels, int outMarginPixels, Progress::Task *pt=nullptr) | InteractiveSegmentationAlgorithm | |
| convertContourToLabels2D(const std::vector< vec3 > &points, SharedImage *labels, double narrowbandMM) | InteractiveSegmentationAlgorithm | |
| convertDiameterToLabels3D(const std::vector< vec3 > &points, SharedImage *labels) | InteractiveSegmentationAlgorithm | |
| convertToLabels(bool entireImage=true) | GraphBasedSegmentation | |
| createCompatible(const DataList &data, Algorithm **a=0) | InteractiveSegmentationAlgorithm | static |
| currentObjectLabel(int ind) const | GraphBasedSegmentation | |
| Error enum value | Algorithm | |
| extractSegmentation2D(double smoothness, double exportRes, bool closeAnnotation=true) | GraphBasedSegmentation | |
| extractSegmentation3D(double smoothness, double exportRes, bool closeAnnotation=true) | GraphBasedSegmentation | |
| factoryInfo() const | Algorithm | inline |
| getStatistics(SharedImage *lab) | InteractiveSegmentationAlgorithm | |
| GraphBasedSegmentation(SharedImageSet *image, SharedImageSet *labels, SharedImageSet *prior=nullptr) | GraphBasedSegmentation | |
| image() | InteractiveSegmentationAlgorithm | |
| IncompleteInput enum value | Algorithm | |
| initFromPrediction(const std::string &configFile, int inMarginPixels, int outMarginPixels, float threshold=0.5f) | InteractiveSegmentationAlgorithm | |
| initFromSegmentation(Mesh *mesh, double narrowbandMM) | InteractiveSegmentationAlgorithm | |
| InteractiveSegmentationAlgorithm(SharedImageSet &is, SharedImageSet *labels=nullptr, SharedImageSet *prior=nullptr) | InteractiveSegmentationAlgorithm | |
| InvalidInput enum value | Algorithm | |
| isPredictionAvailable() const | InteractiveSegmentationAlgorithm | |
| labelAlreadyCreated() const | InteractiveSegmentationAlgorithm | inline |
| labels() | InteractiveSegmentationAlgorithm | |
| loadDefaults() (defined in Algorithm) | Algorithm | protected |
| m_actions | Algorithm | protected |
| m_adaptiveness | GraphBasedSegmentation | protected |
| m_applyWindowLevel | GraphBasedSegmentation | protected |
| m_autoAccept | GraphBasedSegmentation | protected |
| m_autoCrop | GraphBasedSegmentation | protected |
| m_bboxMargin | GraphBasedSegmentation | protected |
| m_currentObjectLabel | GraphBasedSegmentation | protected |
| m_dim | GraphBasedSegmentation | protected |
| m_exportProbability | GraphBasedSegmentation | protected |
| m_factoryInfo | Algorithm | protected |
| m_filterSize | GraphBasedSegmentation | protected |
| m_graphAlgo | GraphBasedSegmentation | protected |
| m_image | GraphBasedSegmentation | protected |
| m_iterations | GraphBasedSegmentation | protected |
| m_labels | GraphBasedSegmentation | protected |
| m_labelsCopy | GraphBasedSegmentation | protected |
| m_minLevel | GraphBasedSegmentation | protected |
| m_name | Algorithm | protected |
| m_numLevels | GraphBasedSegmentation | protected |
| m_ofs | GraphBasedSegmentation | protected |
| m_params | Configurable | protected |
| m_previousLevel | GraphBasedSegmentation | protected |
| m_previousWindow | GraphBasedSegmentation | protected |
| m_prior | GraphBasedSegmentation | protected |
| m_priorWeight | GraphBasedSegmentation | protected |
| m_probability | GraphBasedSegmentation | protected |
| m_progress | Algorithm | protected |
| m_solver | GraphBasedSegmentation | protected |
| m_status | Algorithm | protected |
| m_superpixelsProperties | GraphBasedSegmentation | protected |
| m_tolerance | GraphBasedSegmentation | protected |
| m_useSuperpixels | GraphBasedSegmentation | protected |
| m_verbose | GraphBasedSegmentation | protected |
| m_workingImage | GraphBasedSegmentation | protected |
| m_workingLabels | GraphBasedSegmentation | protected |
| memoryEstimation(int minLevel) | GraphBasedSegmentation | |
| minPyramidLevel() const | GraphBasedSegmentation | inline |
| numPyramidLevels() const | GraphBasedSegmentation | inline |
| operator=(const Configurable &) (defined in Configurable) | Configurable | |
| operator=(Configurable &&) noexcept (defined in Configurable) | Configurable | |
| OutOfMemoryGPU enum value | Algorithm | |
| OutOfMemoryHost enum value | Algorithm | |
| prepareForComputation() override | InteractiveSegmentationAlgorithm | virtual |
| probabilityImage() | GraphBasedSegmentation | |
| progress() const | Algorithm | inline |
| 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 | |
| runAction(const std::string &id) | Algorithm | |
| setAdaptiveness(double val) | GraphBasedSegmentation | inline |
| setAutoCrop(bool flag) | GraphBasedSegmentation | inline |
| setCurrentObjectLabel(int label, int ind) | GraphBasedSegmentation | |
| setFactoryInfo(const FactoryInfo &value) | Algorithm | inline |
| setLabels(SharedImageSet *labels) | InteractiveSegmentationAlgorithm | |
| setMinPyramidLevel(int minLevel) | GraphBasedSegmentation | inline |
| setNumPyramidLevels(int numLevels) | GraphBasedSegmentation | inline |
| setPriorWeight(double weight) | GraphBasedSegmentation | inline |
| setProgress(Progress *progress) | Algorithm | inlinevirtual |
| setPyramidLevels(int numLevels, int minLevel) | GraphBasedSegmentation | inline |
| setSolver(int solver) | GraphBasedSegmentation | inline |
| setSolverParameters(int iter, double tol) | GraphBasedSegmentation | inline |
| setSuperpixelsConfiguration(const Properties *superpixelsProperties) | GraphBasedSegmentation | |
| setUseSuperpixels(bool flag) | GraphBasedSegmentation | inline |
| setVerbose(bool flag) | GraphBasedSegmentation | 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 | GraphBasedSegmentation | virtual |
| 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 |
| ~Configurable() (defined in Configurable) | Configurable | virtual |
| ~GraphBasedSegmentation() override | GraphBasedSegmentation | |
| ~InteractiveSegmentationAlgorithm() override | InteractiveSegmentationAlgorithm | |