1 #ifndef MITKMASKGENERATOR
2 #define MITKMASKGENERATOR
8 #include <itkSmartPointer.h>
44 virtual
mitk::
Image::Pointer GetReferenceImage();
49 void SetInputImage(
mitk::
Image::Pointer inputImg);
51 virtual
void SetTimeStep(
unsigned int timeStep);
56 unsigned int m_TimeStep;
65 #endif // MITKMASKGENERATOR
itk::SmartPointer< const Self > ConstPointer
Base Class for all Mask Generators. Mask generators are classes that provide functionality for the cr...
DataCollection - Class to facilitate loading/accessing structured data.
#define MITKIMAGESTATISTICS_EXPORT
Image class for storing images.
itk::SmartPointer< Self > Pointer