Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkImageToImageFilter_h
14 #define mitkImageToImageFilter_h
31 itkFactorylessNewMacro(
Self);
43 using itk::ProcessObject::SetInput;
56 void PrintSelf(std::ostream &os, itk::Indent indent)
const override;
72 void GenerateInputRequestedRegion()
override;
75 void operator=(
const Self &);
Superclass of all classes generating Images (instances of class Image) as output.
Superclass::OutputImageRegionType OutputImageRegionType
Image class for storing images.
itk::ImageRegion< RegionDimension > RegionType
InputImageType::Pointer InputImagePointer
DataCollection - Class to facilitate loading/accessing structured data.
SlicedData::RegionType InputImageRegionType
Superclass of all classes generating some kind of mitk::BaseData.
#define mitkClassMacro(className, SuperClassName)
mitk::Image InputImageType
InputImageType::ConstPointer InputImageConstPointer
Superclass of all classes having one or more Images as input and generating Images as output.