|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkTileImageFilter_h
19 #define itkTileImageFilter_h
51 template <
typename TInputImage,
typename TOutputImage>
87 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
88 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
98 int m_ImageNumber{ -1 };
123 #ifdef ITK_USE_CONCEPT_CHECKING
136 PrintSelf(std::ostream & os,
Indent indent)
const override;
139 GenerateInputRequestedRegion()
override;
142 GenerateOutputInformation()
override;
145 GenerateData()
override;
153 VerifyInputInformation()
const override;
164 #ifndef ITK_MANUAL_INSTANTIATION
165 # include "itkTileImageFilter.hxx"
SmartPointer< Self > Pointer
typename TInputImage::SizeType InputSizeType
typename OutputImageType::Pointer OutputImagePointer
typename TOutputImage::SizeType OutputSizeType
typename TOutputImage::PixelType OutputPixelType
ImageBaseType::SizeType SizeType
typename TInputImage::IndexType InputIndexType
Control indentation during Print() invocation.
OutputImageRegionType m_Region
Tile multiple input images into a single output image.
ImageBaseType::IndexType IndexType
Base class for filters that take an image as input and produce an image as output.
Base class for all process objects that output image data.
typename NumericTraits< OutputPixelType >::ValueType OutputPixelComponentType
typename InputImageType::Pointer InputImagePointer
ImageBaseType::RegionType RegionType
typename TInputImage::PixelType InputPixelType
Define additional traits for native types such as int or float.
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...
Templated n-dimensional image class.
typename InputImageType::RegionType InputImageRegionType
typename TOutputImage::IndexType OutputIndexType