18 #ifndef itkPasteImageFilter_h
19 #define itkPasteImageFilter_h
47 template<
typename TInputImage,
typename TSourceImage = TInputImage,
typename TOutputImage = TInputImage >
95 static constexpr
unsigned int InputImageDimension = InputImageType::ImageDimension;
96 static constexpr
unsigned int OutputImageDimension = OutputImageType::ImageDimension;
97 static constexpr
unsigned int SourceImageDimension = SourceImageType::ImageDimension;
132 void GenerateInputRequestedRegion()
override;
145 void PrintSelf(std::ostream & os,
Indent indent)
const override;
156 void DynamicThreadedGenerateData(
const OutputImageRegionType & outputRegionForThread)
override;
165 #ifndef ITK_MANUAL_INSTANTIATION
166 #include "itkPasteImageFilter.hxx"
typename OutputImageType::Pointer OutputImagePointer
typename SourceImageType::ConstPointer SourceImageConstPointer
SourceImageRegionType m_SourceRegion
TSourceImage SourceImageType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
void VerifyInputInformation() ITKv5_CONST override
typename SourceImageType::SizeType SourceImageSizeType
typename OutputImageType::IndexType OutputImageIndexType
Base class for all process objects that output image data.
TInputImage InputImageType
Paste an image into another image.
typename OutputImageType::SizeType OutputImageSizeType
typename OutputImageType::PixelType OutputImagePixelType
typename InputImageType::PixelType InputImagePixelType
typename SourceImageType::RegionType SourceImageRegionType
typename SourceImageType::Pointer SourceImagePointer
typename InputImageType::Pointer InputImagePointer
InputImageIndexType m_DestinationIndex
ImageBaseType::SizeType SizeType
typename OutputImageType::RegionType OutputImageRegionType
ImageBaseType::IndexType IndexType
TOutputImage OutputImageType
typename InputImageType::IndexType InputImageIndexType
typename InputImageType::SizeType InputImageSizeType
typename SourceImageType::PixelType SourceImagePixelType
typename SourceImageType::IndexType SourceImageIndexType
typename InputImageType::RegionType InputImageRegionType
Control indentation during Print() invocation.
Base class for filters that take an image as input and overwrite that image as the output...
ImageBaseType::RegionType RegionType