|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkParametricImageSource_h
19 #define itkParametricImageSource_h
44 template <
typename TOutputImage>
68 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
83 GetParameters()
const = 0;
87 GetNumberOfParameters()
const = 0;
93 PrintSelf(std::ostream & os,
Indent indent)
const override;
98 #ifndef ITK_MANUAL_INSTANTIATION
99 # include "itkParametricImageSource.hxx"
SmartPointer< Self > Pointer
typename OutputImageType::Pointer OutputImagePointer
a Base class for image sources which need to have image size, and other meta-data set.
Control indentation during Print() invocation.
Base class for all process objects that output image data.
Base class for all parametric image sources.
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
Array class with size defined at construction time.
SmartPointer< Self > Pointer
double ParametersValueType
TOutputImage OutputImageType