Medical Imaging Interaction Toolkit  2023.12.99-7a59bd54
Medical Imaging Interaction Toolkit
mitk::CalculateSegmentationVolume Class Reference

#include <mitkCalculateSegmentationVolume.h>

Inheritance diagram for mitk::CalculateSegmentationVolume:
Collaboration diagram for mitk::CalculateSegmentationVolume:

Public Member Functions

 mitkClassMacro (CalculateSegmentationVolume, SegmentationSink)
 
 mitkAlgorithmNewMacro (CalculateSegmentationVolume)
 
- Public Member Functions inherited from mitk::SegmentationSink
 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)
 
DataStorageGetDataStorage ()
 
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 &)
 

Protected Member Functions

 CalculateSegmentationVolume ()
 
 ~CalculateSegmentationVolume () override
 
bool ReadyToRun () override
 
bool ThreadedUpdateFunction () override
 
template<typename TPixel , unsigned int VImageDimension>
void ItkImageProcessing (itk::Image< TPixel, VImageDimension > *itkImage, TPixel *dummy=nullptr)
 
- Protected Member Functions inherited from mitk::SegmentationSink
 SegmentationSink ()
 
 ~SegmentationSink () override
 
void Initialize (const NonBlockingAlgorithm *other=nullptr) override
 
void InsertBelowGroupNode (mitk::DataNode *node)
 
DataNodeLookForPointerTargetBelowGroupNode (const char *name)
 
DataNodeGetGroupNode ()
 
- 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

- Static Public Member Functions inherited from mitk::SegmentationSink
static Pointer New (void)
 
- Protected Attributes inherited from mitk::NonBlockingAlgorithm
PropertyList::Pointer m_Parameters
 
WeakPointer< DataStoragem_DataStorage
 

Detailed Description

Definition at line 22 of file mitkCalculateSegmentationVolume.h.

Constructor & Destructor Documentation

◆ CalculateSegmentationVolume()

mitk::CalculateSegmentationVolume::CalculateSegmentationVolume ( )
protected

◆ ~CalculateSegmentationVolume()

mitk::CalculateSegmentationVolume::~CalculateSegmentationVolume ( )
overrideprotected

Member Function Documentation

◆ ItkImageProcessing()

template<typename TPixel , unsigned int VImageDimension>
void mitk::CalculateSegmentationVolume::ItkImageProcessing ( itk::Image< TPixel, VImageDimension > *  itkImage,
TPixel *  dummy = nullptr 
)
protected

◆ mitkAlgorithmNewMacro()

mitk::CalculateSegmentationVolume::mitkAlgorithmNewMacro ( CalculateSegmentationVolume  )

◆ mitkClassMacro()

mitk::CalculateSegmentationVolume::mitkClassMacro ( CalculateSegmentationVolume  ,
SegmentationSink   
)

◆ ReadyToRun()

bool mitk::CalculateSegmentationVolume::ReadyToRun ( )
overrideprotectedvirtual

Reimplemented from mitk::SegmentationSink.

◆ ThreadedUpdateFunction()

bool mitk::CalculateSegmentationVolume::ThreadedUpdateFunction ( )
overrideprotectedvirtual

Reimplemented from mitk::SegmentationSink.


The documentation for this class was generated from the following file: