19#ifndef itkGenerateImageSource_h
20#define itkGenerateImageSource_h
40template <
typename TOutputImage>
54 using PixelType =
typename OutputImageType::PixelType;
57 using PointType =
typename OutputImageType::PointType;
59 using IndexType =
typename OutputImageType::IndexType;
64 using SizeType =
typename TOutputImage::SizeType;
68 static constexpr unsigned int NDimensions = TOutputImage::ImageDimension;
73 itkSetMacro(UseReferenceImage,
bool);
74 itkBooleanMacro(UseReferenceImage);
75 itkGetConstMacro(UseReferenceImage,
bool);
153#ifndef ITK_MANUAL_INSTANTIATION
154# include "itkGenerateImageSource.hxx"
SmartPointer< const Self > ConstPointer
void SetOutputParametersFromImage(const ReferenceImageBaseType *image)
ImageBase< TOutputImage::ImageDimension > ReferenceImageBaseType
ImageSource< TOutputImage > Superclass
TOutputImage OutputImageType
DirectionType m_Direction
static constexpr unsigned int NDimensions
typename TOutputImage::SizeType SizeType
itkSetInputMacro(ReferenceImage, ReferenceImageBaseType)
typename OutputImageType::PointType PointType
void PrintSelf(std::ostream &os, Indent indent) const override
void GenerateOutputInformation() override
typename OutputImageType::RegionType RegionType
~GenerateImageSource() override=default
typename OutputImageType::IndexType IndexType
typename OutputImageType::PixelType PixelType
SmartPointer< Self > Pointer
typename TOutputImage::SizeValueType SizeValueType
itkGetInputMacro(ReferenceImage, ReferenceImageBaseType)
typename OutputImageType::Pointer OutputImagePointer
typename OutputImageType::DirectionType DirectionType
typename OutputImageType::SpacingType SpacingType
Base class for templated image classes.
Control indentation during Print() invocation.
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Represent a n-dimensional size (bounds) of a n-dimensional image.