ITK
6.0.0
Insight Toolkit
|
#include <itkPadLabelMapFilter.h>
Pad a LabelMap image.
This filter pads a label map.
The SetPadSize() method can be used to set the pad size of the lower and the upper boundaries in a single call. By default, the filter doesn't pad anything.
This implementation was taken from the Insight Journal paper: https://doi.org/10.54294/q6auw4
Definition at line 55 of file itkPadLabelMapFilter.h.
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | IndexType = typename InputImageType::IndexType |
using | InputImageConstPointer = typename InputImageType::ConstPointer |
using | InputImagePixelType = typename InputImageType::PixelType |
using | InputImagePointer = typename InputImageType::Pointer |
using | InputImageRegionType = typename InputImageType::RegionType |
using | InputImageType = TInputImage |
using | LabelObjectType = typename InputImageType::LabelObjectType |
using | PixelType = typename InputImageType::PixelType |
using | Pointer = SmartPointer< Self > |
using | RegionType = typename InputImageType::RegionType |
using | Self = PadLabelMapFilter |
using | SizeType = typename InputImageType::SizeType |
using | Superclass = ChangeRegionLabelMapFilter< TInputImage > |
using | TOutputImage = TInputImage |
Public Types inherited from itk::ChangeRegionLabelMapFilter< TInputImage > | |
using | ConstPointer = SmartPointer< const Self > |
using | IndexType = typename InputImageType::IndexType |
using | IndexValueType = typename InputImageType::IndexValueType |
using | InputImageConstPointer = typename InputImageType::ConstPointer |
using | InputImagePixelType = typename InputImageType::PixelType |
using | InputImagePointer = typename InputImageType::Pointer |
using | InputImageRegionType = typename InputImageType::RegionType |
using | InputImageType = TInputImage |
using | LabelObjectType = typename InputImageType::LabelObjectType |
using | PixelType = typename InputImageType::PixelType |
using | Pointer = SmartPointer< Self > |
using | RegionType = typename InputImageType::RegionType |
using | Self = ChangeRegionLabelMapFilter |
using | SizeType = typename InputImageType::SizeType |
using | Superclass = InPlaceLabelMapFilter< TInputImage > |
using | TOutputImage = TInputImage |
Public Types inherited from itk::InPlaceLabelMapFilter< TInputImage > | |
using | ConstPointer = SmartPointer< const Self > |
using | IndexType = typename InputImageType::IndexType |
using | InputImageConstPointer = typename InputImageType::ConstPointer |
using | InputImagePixelType = typename InputImageType::PixelType |
using | InputImagePointer = typename InputImageType::Pointer |
using | InputImageRegionType = typename InputImageType::RegionType |
using | InputImageType = TInputImage |
using | LabelObjectType = typename InputImageType::LabelObjectType |
using | PixelType = typename InputImageType::PixelType |
using | Pointer = SmartPointer< Self > |
using | RegionType = typename InputImageType::RegionType |
using | Self = InPlaceLabelMapFilter |
using | Superclass = LabelMapFilter< TInputImage, TInputImage > |
using | TOutputImage = TInputImage |
Public Types inherited from itk::LabelMapFilter< TInputImage, TInputImage > | |
using | ConstPointer = SmartPointer< const Self > |
using | LabelObjectType = typename InputImageType::LabelObjectType |
using | OutputImageConstPointer = typename OutputImageType::ConstPointer |
using | OutputImagePixelType = typename OutputImageType::PixelType |
using | OutputImagePointer = typename OutputImageType::Pointer |
using | OutputImageRegionType = typename OutputImageType::RegionType |
using | OutputImageType = TInputImage |
using | Pointer = SmartPointer< Self > |
using | Self = LabelMapFilter |
using | Superclass = ImageToImageFilter< TInputImage, TInputImage > |
Public Types inherited from itk::ImageToImageFilter< TInputImage, TInputImage > | |
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 | Pointer = SmartPointer< Self > |
using | Self = ImageToImageFilter |
using | Superclass = ImageSource< TInputImage > |
Public Types inherited from itk::ImageSource< TInputImage > | |
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 = TInputImage |
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::ChangeRegionLabelMapFilter< TInputImage > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::InPlaceLabelMapFilter< TInputImage > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::LabelMapFilter< TInputImage, TInputImage > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::ImageToImageFilter< TInputImage, TInputImage > | |
static double | GetGlobalDefaultCoordinateTolerance () |
static double | GetGlobalDefaultDirectionTolerance () |
static void | SetGlobalDefaultCoordinateTolerance (double) |
static void | SetGlobalDefaultDirectionTolerance (double) |
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 | ImageDimension = TOutputImage::ImageDimension |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ChangeRegionLabelMapFilter< TInputImage > | |
static constexpr unsigned int | ImageDimension = TOutputImage::ImageDimension |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::InPlaceLabelMapFilter< TInputImage > | |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::LabelMapFilter< TInputImage, TInputImage > | |
static constexpr unsigned int | InputImageDimension |
static constexpr unsigned int | OutputImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TInputImage > | |
static constexpr unsigned int | InputImageDimension |
static constexpr unsigned int | OutputImageDimension |
Static Public Attributes inherited from itk::ImageSource< TInputImage > | |
static constexpr unsigned int | OutputImageDimension |
Private Attributes | |
SizeType | m_LowerBoundaryPadSize {} |
SizeType | m_UpperBoundaryPadSize {} |
Additional Inherited Members | |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, TInputImage > | |
using | InputToOutputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::OutputImageDimension, Self::InputImageDimension > |
using | OutputToInputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::InputImageDimension, Self::OutputImageDimension > |
Static Protected Member Functions inherited from itk::ImageSource< TInputImage > | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
Static Protected Member Functions inherited from itk::ProcessObject | |
template<typename TSourceObject > | |
static void | MakeRequiredOutputs (TSourceObject &sourceObject, const DataObjectPointerArraySizeType numberOfRequiredOutputs) |
static constexpr float | progressFixedToFloat (uint32_t fixed) |
static uint32_t | progressFloatToFixed (float f) |
Protected Attributes inherited from itk::LabelMapFilter< TInputImage, TInputImage > | |
std::mutex | m_LabelObjectContainerLock |
Protected Attributes inherited from itk::ImageSource< TInputImage > | |
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 {} |
using itk::PadLabelMapFilter< TInputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 64 of file itkPadLabelMapFilter.h.
using itk::PadLabelMapFilter< TInputImage >::IndexType = typename InputImageType::IndexType |
Definition at line 87 of file itkPadLabelMapFilter.h.
using itk::PadLabelMapFilter< TInputImage >::InputImageConstPointer = typename InputImageType::ConstPointer |
Definition at line 81 of file itkPadLabelMapFilter.h.
using itk::PadLabelMapFilter< TInputImage >::InputImagePixelType = typename InputImageType::PixelType |
Definition at line 83 of file itkPadLabelMapFilter.h.
using itk::PadLabelMapFilter< TInputImage >::InputImagePointer = typename InputImageType::Pointer |
Definition at line 80 of file itkPadLabelMapFilter.h.
using itk::PadLabelMapFilter< TInputImage >::InputImageRegionType = typename InputImageType::RegionType |
Definition at line 82 of file itkPadLabelMapFilter.h.
using itk::PadLabelMapFilter< TInputImage >::InputImageType = TInputImage |
Some convenient type alias.
Definition at line 79 of file itkPadLabelMapFilter.h.
using itk::PadLabelMapFilter< TInputImage >::LabelObjectType = typename InputImageType::LabelObjectType |
Definition at line 84 of file itkPadLabelMapFilter.h.
using itk::PadLabelMapFilter< TInputImage >::PixelType = typename InputImageType::PixelType |
Definition at line 86 of file itkPadLabelMapFilter.h.
using itk::PadLabelMapFilter< TInputImage >::Pointer = SmartPointer<Self> |
Definition at line 63 of file itkPadLabelMapFilter.h.
using itk::PadLabelMapFilter< TInputImage >::RegionType = typename InputImageType::RegionType |
Definition at line 89 of file itkPadLabelMapFilter.h.
using itk::PadLabelMapFilter< TInputImage >::Self = PadLabelMapFilter |
Standard class type aliases.
Definition at line 61 of file itkPadLabelMapFilter.h.
using itk::PadLabelMapFilter< TInputImage >::SizeType = typename InputImageType::SizeType |
Definition at line 88 of file itkPadLabelMapFilter.h.
using itk::PadLabelMapFilter< TInputImage >::Superclass = ChangeRegionLabelMapFilter<TInputImage> |
Definition at line 62 of file itkPadLabelMapFilter.h.
using itk::PadLabelMapFilter< TInputImage >::TOutputImage = TInputImage |
Definition at line 91 of file itkPadLabelMapFilter.h.
|
inlineprotected |
Definition at line 113 of file itkPadLabelMapFilter.h.
|
overrideprotecteddefault |
|
overrideprotectedvirtual |
Generate the information describing the output data. The default implementation of this method will copy information from the input to the output. A filter may override this method if its output will have different information than its input. For instance, a filter that shrinks an image will need to provide an implementation for this method that changes the spacing of the pixels. Such filters should call their superclass' implementation of this method prior to changing the information values they need (i.e. GenerateOutputInformation() should call Superclass::GenerateOutputInformation() prior to changing the information.
Reimplemented from itk::ChangeRegionLabelMapFilter< TInputImage >.
|
virtual |
Set/Get the cropping sizes for the upper and lower boundaries.
|
overridevirtual |
Reimplemented from itk::ChangeRegionLabelMapFilter< TInputImage >.
|
virtual |
Set/Get the cropping sizes for the upper and lower boundaries.
|
static |
Standard New method.
|
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::ChangeRegionLabelMapFilter< TInputImage >.
|
virtual |
Set/Get the cropping sizes for the upper and lower boundaries.
|
inline |
Definition at line 106 of file itkPadLabelMapFilter.h.
|
virtual |
Set/Get the cropping sizes for the upper and lower boundaries.
|
staticconstexpr |
Definition at line 96 of file itkPadLabelMapFilter.h.
|
staticconstexpr |
ImageDimension constants
Definition at line 94 of file itkPadLabelMapFilter.h.
|
private |
Definition at line 129 of file itkPadLabelMapFilter.h.
|
private |
Definition at line 128 of file itkPadLabelMapFilter.h.
|
staticconstexpr |
Definition at line 95 of file itkPadLabelMapFilter.h.