ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkPasteImageFilter.h>
Paste an image into another image.
PasteImageFilter allows you to take a section of one image and paste into another image. The SetDestinationIndex() method prescribes where in the first input to start pasting data from the second input. The SetSourceRegion method prescribes the section of the second image to paste into the first. If the output requested region does not include the SourceRegion after it has been repositioned to DestinationIndex, then the output will just be a copy of the input.
The two inputs and output image will have the same pixel type.
Definition at line 48 of file itkPasteImageFilter.h.
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | InputImageIndexType = typename InputImageType::IndexType |
using | InputImagePixelType = typename InputImageType::PixelType |
using | InputImagePointer = typename Superclass::InputImagePointer |
using | InputImageRegionType = typename InputImageType::RegionType |
using | InputImageSizeType = typename InputImageType::SizeType |
using | InputImageType = TInputImage |
using | OutputImageIndexType = typename OutputImageType::IndexType |
using | OutputImagePixelType = typename OutputImageType::PixelType |
using | OutputImagePointer = typename Superclass::OutputImagePointer |
using | OutputImageRegionType = typename OutputImageType::RegionType |
using | OutputImageSizeType = typename OutputImageType::SizeType |
using | OutputImageType = TOutputImage |
using | Pointer = SmartPointer< Self > |
using | Self = PasteImageFilter |
using | SourceImageConstPointer = typename SourceImageType::ConstPointer |
using | SourceImageIndexType = typename SourceImageType::IndexType |
using | SourceImagePixelType = typename SourceImageType::PixelType |
using | SourceImagePointer = typename SourceImageType::Pointer |
using | SourceImageRegionType = typename SourceImageType::RegionType |
using | SourceImageSizeType = typename SourceImageType::SizeType |
using | SourceImageType = TSourceImage |
using | Superclass = InPlaceImageFilter< TInputImage, TOutputImage > |
Public Types inherited from itk::InPlaceImageFilter< TInputImage, TOutputImage > | |
using | ConstPointer = SmartPointer< const Self > |
using | InputImageConstPointer = typename InputImageType::ConstPointer |
using | InputImagePixelType = typename InputImageType::PixelType |
using | InputImagePointer = typename InputImageType::Pointer |
using | InputImageRegionType = typename InputImageType::RegionType |
using | InputImageType = TInputImage |
using | OutputImagePixelType = typename Superclass::OutputImagePixelType |
using | OutputImagePointer = typename Superclass::OutputImagePointer |
using | OutputImageRegionType = typename Superclass::OutputImageRegionType |
using | OutputImageType = typename Superclass::OutputImageType |
using | Pointer = SmartPointer< Self > |
using | Self = InPlaceImageFilter |
using | Superclass = ImageToImageFilter< TInputImage, TOutputImage > |
Public Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
using | ConstPointer = SmartPointer< const Self > |
using | InputImageConstPointer = typename InputImageType::ConstPointer |
using | InputImagePixelType = typename InputImageType::PixelType |
using | InputImagePointer = typename InputImageType::Pointer |
using | InputImageRegionType = typename InputImageType::RegionType |
using | InputImageType = TInputImage |
using | OutputImagePixelType = typename Superclass::OutputImagePixelType |
using | OutputImageRegionType = typename Superclass::OutputImageRegionType |
using | Pointer = SmartPointer< Self > |
using | Self = ImageToImageFilter |
using | Superclass = ImageSource< TOutputImage > |
Public Types inherited from itk::ImageSource< TOutputImage > | |
using | ConstPointer = SmartPointer< const Self > |
using | DataObjectIdentifierType = Superclass::DataObjectIdentifierType |
using | DataObjectPointer = DataObject::Pointer |
using | DataObjectPointerArraySizeType = Superclass::DataObjectPointerArraySizeType |
using | OutputImagePixelType = typename OutputImageType::PixelType |
using | OutputImagePointer = typename OutputImageType::Pointer |
using | OutputImageRegionType = typename OutputImageType::RegionType |
using | OutputImageType = TOutputImage |
using | Pointer = SmartPointer< Self > |
using | Self = ImageSource |
using | Superclass = ProcessObject |
Public Types inherited from itk::ProcessObject | |
using | ConstPointer = SmartPointer< const Self > |
using | DataObjectIdentifierType = DataObject::DataObjectIdentifierType |
using | DataObjectPointer = DataObject::Pointer |
using | DataObjectPointerArray = std::vector< DataObjectPointer > |
using | DataObjectPointerArraySizeType = DataObjectPointerArray::size_type |
using | MultiThreaderType = MultiThreaderBase |
using | NameArray = std::vector< DataObjectIdentifierType > |
using | Pointer = SmartPointer< Self > |
using | Self = ProcessObject |
using | Superclass = Object |
Public Types inherited from itk::Object | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = Object |
using | Superclass = LightObject |
Public Types inherited from itk::LightObject | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = LightObject |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | InputImageDimension = InputImageType::ImageDimension |
static constexpr unsigned int | OutputImageDimension = OutputImageType::ImageDimension |
static constexpr unsigned int | SourceImageDimension = SourceImageType::ImageDimension |
Static Public Attributes inherited from itk::InPlaceImageFilter< TInputImage, TOutputImage > | |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > | |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Protected Attributes | |
InputImageIndexType | m_DestinationIndex |
SourceImageRegionType | m_SourceRegion |
Protected Attributes inherited from itk::ImageSource< TOutputImage > | |
bool | m_DynamicMultiThreading |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount |
Additional Inherited Members | |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
using | InputToOutputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::OutputImageDimension, Self::InputImageDimension > |
using | OutputToInputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::InputImageDimension, Self::OutputImageDimension > |
Static Protected Member Functions inherited from itk::ImageSource< TOutputImage > | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::ConstPointer = SmartPointer< const Self > |
Definition at line 58 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::InputImageIndexType = typename InputImageType::IndexType |
Definition at line 89 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::InputImagePixelType = typename InputImageType::PixelType |
Definition at line 83 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::InputImagePointer = typename Superclass::InputImagePointer |
Typedefs from Superclass
Definition at line 67 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::InputImageRegionType = typename InputImageType::RegionType |
Definition at line 75 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::InputImageSizeType = typename InputImageType::SizeType |
Definition at line 90 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::InputImageType = TInputImage |
Typedef to describe the output and input image region types.
Definition at line 71 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::OutputImageIndexType = typename OutputImageType::IndexType |
Typedef to describe the output and input image index and size types.
Definition at line 87 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::OutputImagePixelType = typename OutputImageType::PixelType |
Typedef to describe the type of pixel.
Definition at line 82 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::OutputImagePointer = typename Superclass::OutputImagePointer |
Definition at line 68 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::OutputImageRegionType = typename OutputImageType::RegionType |
Definition at line 74 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::OutputImageSizeType = typename OutputImageType::SizeType |
Definition at line 88 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::OutputImageType = TOutputImage |
Definition at line 72 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::Pointer = SmartPointer< Self > |
Definition at line 57 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::Self = PasteImageFilter |
Standard class type aliases.
Definition at line 55 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::SourceImageConstPointer = typename SourceImageType::ConstPointer |
Definition at line 79 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::SourceImageIndexType = typename SourceImageType::IndexType |
Definition at line 91 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::SourceImagePixelType = typename SourceImageType::PixelType |
Definition at line 84 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::SourceImagePointer = typename SourceImageType::Pointer |
Definition at line 78 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::SourceImageRegionType = typename SourceImageType::RegionType |
Definition at line 76 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::SourceImageSizeType = typename SourceImageType::SizeType |
Definition at line 92 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::SourceImageType = TSourceImage |
Definition at line 73 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::Superclass = InPlaceImageFilter< TInputImage, TOutputImage > |
Definition at line 56 of file itkPasteImageFilter.h.
|
protected |
|
overrideprotecteddefault |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
|
overrideprotectedvirtual |
PasteImageFilter can be implemented as a multithreaded filter. Therefore, this implementation provides a DynamicThreadedGenerateData() routine which is called for each processing thread. The output image data is allocated automatically by the superclass prior to calling DynamicThreadedGenerateData(). DynamicThreadedGenerateData can only write to the portion of the output image specified by the parameter "outputRegionForThread"
Reimplemented from itk::ImageSource< TOutputImage >.
|
overridevirtual |
PasteImageFilter needs to set the input requested regions for its inputs. The first input's requested region will be set to match the output requested region. The second input's requested region will be set to the value of the m_SourceRegion ivar. Note that if the output requested region is a portion of the image that is outside the DestinationIndex + size of the source region, then the first input is copied to the output.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
Set/Get the "destination" image. This is the image that will be obscured by the paste operation.
|
virtual |
Set/Get the destination index (where in the first input the second input will be pasted.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::InPlaceImageFilter< TInputImage, TOutputImage >.
|
virtual |
Set/Get the "source" image. This is the image that will be pasted over the destination image.
|
virtual |
Set/Get the source region (what part of the second input will be pasted.
|
static |
Method for creation through the object factory.
|
overrideprotectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::InPlaceImageFilter< TInputImage, TOutputImage >.
|
virtual |
Set/Get the "destination" image. This is the image that will be obscured by the paste operation.
|
virtual |
Set/Get the destination index (where in the first input the second input will be pasted.
|
virtual |
Set/Get the "source" image. This is the image that will be pasted over the destination image.
|
virtual |
Set/Get the source region (what part of the second input will be pasted.
|
inlineoverridevirtual |
Override VeriyInputInformation() since this filter's inputs do not need to occoupy the same physical space.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 140 of file itkPasteImageFilter.h.
|
static |
ImageDimension enumeration
Definition at line 95 of file itkPasteImageFilter.h.
|
protected |
Definition at line 161 of file itkPasteImageFilter.h.
|
protected |
Definition at line 159 of file itkPasteImageFilter.h.
|
static |
Definition at line 96 of file itkPasteImageFilter.h.
|
static |
Definition at line 97 of file itkPasteImageFilter.h.