18 #ifndef itkImageDuplicator_h
19 #define itkImageDuplicator_h
53 template<
typename TInputImage >
76 itkStaticConstMacro(ImageDimension,
unsigned int, ImageType::ImageDimension);
78 itkSetConstObjectMacro(InputImage,
ImageType);
81 itkGetModifiableObjectMacro(Output,
ImageType);
89 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
100 #ifndef ITK_MANUAL_INSTANTIATION
101 #include "itkImageDuplicator.hxx"
TInputImage::ConstPointer ImageConstPointer
ModifiedTimeType m_InternalImageTime
TInputImage::Pointer ImagePointer
unsigned long ModifiedTimeType
SmartPointer< const Self > ConstPointer
TInputImage::IndexType IndexType
A helper class which creates an image which is perfect copy of the input image.
TInputImage::PixelType PixelType
ImageConstPointer m_InputImage
virtual ~ImageDuplicator() override
SmartPointer< Self > Pointer
Control indentation during Print() invocation.
Base class for most ITK classes.
ImageBaseType::IndexType IndexType