|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
19 #ifndef itkTransformGeometryImageFilter_h
20 #define itkTransformGeometryImageFilter_h
100 template <
typename TInputImage,
typename TOutputImage>
131 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
132 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
134 #ifdef ITK_USE_CONCEPT_CHECKING
156 GenerateOutputInformation()
override;
159 VerifyPreconditions()
const override;
162 GenerateData()
override;
166 #ifndef ITK_MANUAL_INSTANTIATION
167 # include "itkTransformGeometryImageFilter.hxx"
SmartPointer< Self > Pointer
SmartPointer< const Self > ConstPointer
typename OutputImageType::Pointer OutputImagePointer
Base class for filters that take an image as input and overwrite that image as the output.
ImageBaseType::PointType PointType
typename InputImageType::PixelType InputImagePixelType
Base class for all process objects that output image data.
typename InputImageType::Pointer InputImagePointer
ImageBaseType::RegionType RegionType
TInputImage InputImageType
typename OutputImageType::RegionType OutputImageRegionType
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename OutputImageType::PixelType OutputImagePixelType
typename InputImageType::RegionType InputImageRegionType
TOutputImage OutputImageType