ITK
5.2.0
Insight Toolkit
|
#include <itkPasteImageFilter.h>
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | DecoratedSourceImagePixelType = SimpleDataObjectDecorator< SourceImagePixelType > |
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 | InputSkipAxesArrayType = FixedArray< bool, InputImageType::ImageDimension > |
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::ImageToImageFilter< TInputImage, TOutputImage > | |
static void | SetGlobalDefaultDirectionTolerance (double) |
static double | GetGlobalDefaultDirectionTolerance () |
static void | SetGlobalDefaultCoordinateTolerance (double) |
static double | GetGlobalDefaultCoordinateTolerance () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
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 |
SourceImageRegionType | m_SourceRegion |
InputImageIndexType | m_DestinationIndex |
InputSkipAxesArrayType | m_DestinationSkipAxes |
virtual void | SetDestinationIndex (InputImageIndexType _arg) |
virtual InputImageIndexType | GetDestinationIndex () const |
virtual void | SetDestinationSkipAxes (InputSkipAxesArrayType _arg) |
virtual InputSkipAxesArrayType | GetDestinationSkipAxes () const |
virtual void | SetSourceRegion (SourceImageRegionType _arg) |
virtual SourceImageRegionType | GetSourceRegion () const |
virtual void | SetDestinationImage (const InputImageType *input) |
virtual const InputImageType * | GetDestinationImage () const |
virtual void | SetSourceImage (const SourceImageType *input) |
virtual const SourceImageType * | GetSourceImage () const |
virtual void | SetConstantInput (const SimpleDataObjectDecorator< SourceImagePixelType > *_arg) |
virtual void | SetConstant (const SourceImagePixelType &_arg) |
void | SetConstant (const SimpleDataObjectDecorator< SourceImagePixelType > *_arg) |
virtual const SimpleDataObjectDecorator< SourceImagePixelType > * | GetConstantInput () const |
virtual const SourceImagePixelType & | GetConstant () const |
void | GenerateInputRequestedRegion () override |
void | VerifyInputInformation () ITKv5_CONST override |
void | VerifyPreconditions () ITKv5_CONST override |
bool | CanRunInPlace () const override |
PasteImageFilter () | |
~PasteImageFilter () override=default | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
InputImageSizeType | GetPresumedDestinationSize () const |
void | DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread) override |
Paste an image (or a constant value) into another image.
PasteImageFilter allows a region in a destination image to be filled with a source image or a constant pixel value. The SetDestinationIndex() method prescribes where in the destination input to start pasting data from the source input. The SetSourceRegion method prescribes the section of the second image to paste into the first. When a constant pixel value is set, the SourceRegion describes the size of the region filled. 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.
This filter supports running "InPlace" to efficiently reuse the destination image buffer for the output, removing the need to copy the destination pixels to the output.
When the source image has a lower dimension than the destination image then the DestinationSkipAxes parameter specifies which axes in the destination image are set to 1 when copying the region or filling with a constant.
The two inputs and output image will have the same pixel type.
Definition at line 57 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 66 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::DecoratedSourceImagePixelType = SimpleDataObjectDecorator<SourceImagePixelType> |
Definition at line 101 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::InputImageIndexType = typename InputImageType::IndexType |
Definition at line 97 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::InputImagePixelType = typename InputImageType::PixelType |
Definition at line 91 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::InputImagePointer = typename Superclass::InputImagePointer |
Typedefs from Superclass
Definition at line 75 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::InputImageRegionType = typename InputImageType::RegionType |
Definition at line 83 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::InputImageSizeType = typename InputImageType::SizeType |
Definition at line 98 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 79 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::InputSkipAxesArrayType = FixedArray<bool, InputImageType::ImageDimension> |
Definition at line 103 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 95 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::OutputImagePixelType = typename OutputImageType::PixelType |
Typedef to describe the type of pixel.
Definition at line 90 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::OutputImagePointer = typename Superclass::OutputImagePointer |
Definition at line 76 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::OutputImageRegionType = typename OutputImageType::RegionType |
Definition at line 82 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::OutputImageSizeType = typename OutputImageType::SizeType |
Definition at line 96 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::OutputImageType = TOutputImage |
Definition at line 80 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::Pointer = SmartPointer<Self> |
Definition at line 65 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::Self = PasteImageFilter |
Standard class type aliases.
Definition at line 63 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::SourceImageConstPointer = typename SourceImageType::ConstPointer |
Definition at line 87 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::SourceImageIndexType = typename SourceImageType::IndexType |
Definition at line 99 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::SourceImagePixelType = typename SourceImageType::PixelType |
Definition at line 92 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::SourceImagePointer = typename SourceImageType::Pointer |
Definition at line 86 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::SourceImageRegionType = typename SourceImageType::RegionType |
Definition at line 84 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::SourceImageSizeType = typename SourceImageType::SizeType |
Definition at line 100 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::SourceImageType = TSourceImage |
Definition at line 81 of file itkPasteImageFilter.h.
using itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::Superclass = InPlaceImageFilter<TInputImage, TOutputImage> |
Definition at line 64 of file itkPasteImageFilter.h.
|
protected |
Set/Get the destination index (where in the first input the second input will be pasted.
|
overrideprotecteddefault |
Set/Get the destination index (where in the first input the second input will be pasted.
|
overridevirtual |
Set/Get the destination index (where in the first input the second input will be pasted.
Reimplemented from itk::InPlaceImageFilter< TInputImage, TOutputImage >.
|
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 |
NPasteImageFilter 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 index (where in the first input the second input will be pasted.
|
virtual |
Set/Get the destination index (where in the first input the second input will be pasted.
|
virtual |
Set/Get the destination index (where in the first input the second input will be pasted.
|
virtual |
Set/Get the destination index (where in the first input the second input will be pasted.
|
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 >.
|
protected |
Set/Get the destination index (where in the first input the second input will be pasted.
|
virtual |
Set/Get the destination index (where in the first input the second input will be pasted.
|
virtual |
Set/Get the destination index (where in the first input the second input will be pasted.
|
static |
Method for creation through the object factory.
|
overrideprotectedvirtual |
Set/Get the destination index (where in the first input the second input will be pasted.
Reimplemented from itk::InPlaceImageFilter< TInputImage, TOutputImage >.
void itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >::SetConstant | ( | const SimpleDataObjectDecorator< SourceImagePixelType > * | _arg | ) |
Set/Get the destination index (where in the first input the second input will be pasted.
|
virtual |
Set/Get the destination index (where in the first input the second input will be pasted.
|
virtual |
Set/Get a constant value to fill the destination region.
This input is an alternative input to the SourceImage.
|
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 array describing which axes in the destination image to skip
The axes with true values are set to 1, to fill the difference between the dimension of the input and source image. The number of true values in DestinationSkipAxes plus the DestinationImageDimension must equal the InputImageDimension. By default this array contains SourceImageDimension false values followed by true values for the remainder.
|
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 VerifyInputInformation() since this filter's inputs do not need to occupy the same physical space.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 176 of file itkPasteImageFilter.h.
|
overridevirtual |
Set/Get the destination index (where in the first input the second input will be pasted.
Reimplemented from itk::ProcessObject.
|
staticconstexpr |
ImageDimension enumeration
Definition at line 107 of file itkPasteImageFilter.h.
|
protected |
Set/Get the destination index (where in the first input the second input will be pasted.
Definition at line 210 of file itkPasteImageFilter.h.
|
protected |
Set/Get the destination index (where in the first input the second input will be pasted.
Definition at line 211 of file itkPasteImageFilter.h.
|
protected |
Set/Get the destination index (where in the first input the second input will be pasted.
Definition at line 208 of file itkPasteImageFilter.h.
|
staticconstexpr |
Definition at line 108 of file itkPasteImageFilter.h.
|
staticconstexpr |
Definition at line 109 of file itkPasteImageFilter.h.