|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
#include <mitkSegmentationSink.h>


Public Member Functions | |
| mitkClassMacro (SegmentationSink, NonBlockingAlgorithm) | |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const override |
Public Member Functions inherited from mitk::NonBlockingAlgorithm | |
| mitkClassMacroItkParent (NonBlockingAlgorithm, itk::Object) | |
| void | SetDataStorage (DataStorage &storage) |
| DataStorage * | GetDataStorage () |
| template<typename T > | |
| void | SetParameter (const char *parameter, const T &value) |
| For any kind of normal types. More... | |
| template<typename T > | |
| void | SetPointerParameter (const char *parameter, const itk::SmartPointer< T > &value) |
| For any kind of smart pointers. More... | |
| void | SetPointerParameter (const char *parameter, BaseData *value) |
| For any kind of BaseData, like Image, Surface, etc. Will be stored inside some SmartPointerProperty. More... | |
| template<typename TPixel , unsigned int VImageDimension> | |
| void | SetItkImageAsMITKImagePointerParameter (const char *parameter, itk::Image< TPixel, VImageDimension > *itkImage) |
| For any kind of ITK images (C pointers) More... | |
| template<typename TPixel , unsigned int VImageDimension> | |
| void | SetItkImageAsMITKImagePointerParameter (const char *parameter, const itk::SmartPointer< itk::Image< TPixel, VImageDimension >> &itkImage) |
| For any kind of ITK images (smartpointers) More... | |
| template<typename T > | |
| void | GetParameter (const char *parameter, T &value) const |
| template<typename T > | |
| void | GetPointerParameter (const char *parameter, itk::SmartPointer< T > &value) const |
| virtual void | Reset () |
| void | StartAlgorithm () |
| void | StartBlockingAlgorithm () |
| void | StopAlgorithm () |
| void | TriggerParameterModified (const itk::EventObject &) |
| void | ThreadedUpdateSuccessful (const itk::EventObject &) |
| void | ThreadedUpdateFailed (const itk::EventObject &) |
Static Public Member Functions | |
| static Pointer | New (void) |
Protected Member Functions | |
| SegmentationSink () | |
| ~SegmentationSink () override | |
| void | Initialize (const NonBlockingAlgorithm *other=nullptr) override |
| bool | ReadyToRun () override |
| bool | ThreadedUpdateFunction () override |
| void | InsertBelowGroupNode (mitk::DataNode *node) |
| DataNode * | LookForPointerTargetBelowGroupNode (const char *name) |
| DataNode * | GetGroupNode () |
Protected Member Functions inherited from mitk::NonBlockingAlgorithm | |
| NonBlockingAlgorithm () | |
| ~NonBlockingAlgorithm () override | |
| void | DefineTriggerParameter (const char *) |
| void | UnDefineTriggerParameter (const char *) |
| virtual void | ThreadedUpdateSuccessful () |
| virtual void | ThreadedUpdateFailed () |
Additional Inherited Members | |
Protected Attributes inherited from mitk::NonBlockingAlgorithm | |
| PropertyList::Pointer | m_Parameters |
| WeakPointer< DataStorage > | m_DataStorage |
Definition at line 21 of file mitkSegmentationSink.h.
|
protected |
|
overrideprotected |
|
inlineoverride |
Definition at line 25 of file mitkSegmentationSink.h.
|
protected |
|
overrideprotectedvirtual |
Reimplemented from mitk::NonBlockingAlgorithm.
Reimplemented in mitk::ShowSegmentationAsSurface, mitk::LabelSetImageToSurfaceThreadedFilter, and mitk::ShowSegmentationAsSmoothedSurface.
|
protected |
|
protected |
| mitk::SegmentationSink::mitkClassMacro | ( | SegmentationSink | , |
| NonBlockingAlgorithm | |||
| ) |
|
inlinestatic |
Definition at line 25 of file mitkSegmentationSink.h.
|
overrideprotectedvirtual |
Reimplemented from mitk::NonBlockingAlgorithm.
Reimplemented in mitk::ShowSegmentationAsSurface, mitk::LabelSetImageToSurfaceThreadedFilter, mitk::CalculateSegmentationVolume, and mitk::ShowSegmentationAsSmoothedSurface.
|
overrideprotectedvirtual |
Reimplemented from mitk::NonBlockingAlgorithm.
Reimplemented in mitk::ShowSegmentationAsSurface, mitk::LabelSetImageToSurfaceThreadedFilter, mitk::CalculateSegmentationVolume, and mitk::ShowSegmentationAsSmoothedSurface.