13 #ifndef mitkImageTimeSelector_h
14 #define mitkImageTimeSelector_h
32 itkFactorylessNewMacro(
Self);
36 itkGetConstMacro(TimeNr,
int);
37 itkSetMacro(TimeNr,
int);
39 itkGetConstMacro(ChannelNr,
int);
40 itkSetMacro(ChannelNr,
int);
Superclass of all classes generating Images (instances of class Image) as output.
Provides access to a volume at a specific time of the input image.
~ImageTimeSelector() override
void GenerateData() override
void GenerateOutputInformation() override
void GenerateInputRequestedRegion() override
Image class for storing images.
Base class of all classes providing access to parts of an image.
#define mitkClassMacro(className, SuperClassName)
Find image slices visible on a given plane.
MITKCORE_EXPORT Image::ConstPointer SelectImageByTimeStep(const Image *image, unsigned int timestep)
MITKCORE_EXPORT Image::ConstPointer SelectImageByTimePoint(const Image *image, TimePointType timePoint)
mitk::ScalarType TimePointType