18 #ifndef itkPasteImageFilter_h
19 #define itkPasteImageFilter_h
47 template<
typename TInputImage,
typename TSourceImage = TInputImage,
typename TOutputImage = TInputImage >
94 InputImageType::ImageDimension);
96 OutputImageType::ImageDimension);
98 SourceImageType::ImageDimension);
171 #ifndef ITK_MANUAL_INSTANTIATION
172 #include "itkPasteImageFilter.hxx"
InputImageType::PixelType InputImagePixelType
Superclass::OutputImagePointer OutputImagePointer
static const unsigned int OutputImageDimension
SourceImageType::Pointer SourceImagePointer
Superclass::OutputImagePointer OutputImagePointer
void operator=(const Self &)
OutputImageType::PixelType OutputImagePixelType
InputImageType::RegionType InputImageRegionType
SourceImageRegionType m_SourceRegion
Superclass::InputImagePointer InputImagePointer
OutputImageType::IndexType OutputImageIndexType
void SetSourceImage(const SourceImageType *src)
Base class for all process objects that output image data.
InPlaceImageFilter< TInputImage, TOutputImage > Superclass
Paste an image into another image.
void ThreadedGenerateData(const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId) override
virtual void GenerateInputRequestedRegion() override
InputImageIndexType m_DestinationIndex
const SourceImageType * GetSourceImage() const
SourceImageType::RegionType SourceImageRegionType
TInputImage InputImageType
InputImageType::SizeType InputImageSizeType
unsigned int ThreadIdType
void PrintSelf(std::ostream &os, Indent indent) const override
virtual void VerifyInputInformation() override
SourceImageType::PixelType SourceImagePixelType
InputImageType::Pointer InputImagePointer
OutputImageType::RegionType OutputImageRegionType
OutputImageType::SizeType OutputImageSizeType
SourceImageType::IndexType SourceImageIndexType
TSourceImage SourceImageType
void SetDestinationImage(const InputImageType *dest)
SmartPointer< Self > Pointer
SourceImageType::ConstPointer SourceImageConstPointer
SourceImageType::SizeType SourceImageSizeType
SmartPointer< const Self > ConstPointer
InputImageType::IndexType InputImageIndexType
Control indentation during Print() invocation.
TOutputImage OutputImageType
Base class for filters that take an image as input and overwrite that image as the output...
static const unsigned int SourceImageDimension
TInputImage InputImageType
static const unsigned int InputImageDimension
const InputImageType * GetDestinationImage() const