ITK  5.2.0
Insight Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
itk::ImageMaskSpatialObject< TDimension, TPixel > Class Template Reference

#include <itkImageMaskSpatialObject.h>

+ Inheritance diagram for itk::ImageMaskSpatialObject< TDimension, TPixel >:
+ Collaboration diagram for itk::ImageMaskSpatialObject< TDimension, TPixel >:

Public Types

using BoundingBoxType = typename Superclass::BoundingBoxType
 
using ConstPointer = SmartPointer< const Self >
 
using ImagePointer = typename Superclass::ImagePointer
 
using ImageType = typename Superclass::ImageType
 
using IndexType = typename Superclass::IndexType
 
using InterpolatorType = typename Superclass::InterpolatorType
 
using PixelType = typename Superclass::PixelType
 
using Pointer = SmartPointer< Self >
 
using PointType = typename Superclass::PointType
 
using RegionType = typename Superclass::RegionType
 
using ScalarType = typename Superclass::ScalarType
 
using Self = ImageMaskSpatialObject< TDimension, TPixel >
 
using SizeType = typename Superclass::SizeType
 
using SliceIteratorType = itk::ImageSliceConstIteratorWithIndex< ImageType >
 
using Superclass = ImageSpatialObject< TDimension, TPixel >
 
using TransformType = typename Superclass::TransformType
 
- Public Types inherited from itk::ImageSpatialObject< TDimension, TPixel >
using ConstPointer = SmartPointer< const Self >
 
using ContinuousIndexType = ContinuousIndex< double, TDimension >
 
using ImagePointer = typename ImageType::ConstPointer
 
using ImageType = Image< PixelType, TDimension >
 
using IndexType = typename ImageType::IndexType
 
using InterpolatorType = InterpolateImageFunction< ImageType >
 
using NNInterpolatorType = NearestNeighborInterpolateImageFunction< ImageType >
 
using PixelType = TPixel
 
using Pointer = SmartPointer< Self >
 
using PointType = typename Superclass::PointType
 
using ScalarType = double
 
using Self = ImageSpatialObject< TDimension, TPixel >
 
using Superclass = SpatialObject< TDimension >
 
- Public Types inherited from itk::SpatialObject< TDimension >
using BoundingBoxPointer = typename BoundingBoxType::Pointer
 
using BoundingBoxType = BoundingBox< IdentifierType, VDimension, ScalarType, VectorContainerType >
 
using ChildrenListPointer = ChildrenListType *
 
using ChildrenListType = std::list< Pointer >
 
using ConstPointer = SmartPointer< const Self >
 
using CovariantVectorType = CovariantVector< ScalarType, VDimension >
 
using DerivativeOffsetType = Vector< double, VDimension >
 
using DerivativeVectorPointer = DerivativeVectorType *
 
using DerivativeVectorType = CovariantVector< ScalarType, VDimension >
 
using IndexType = Index< VDimension >
 
using InputType = Point< ScalarType, VDimension >
 
using ObjectDimensionType = unsigned int
 
using ObjectListType = std::list< Pointer >
 
using Pointer = SmartPointer< Self >
 
using PointPointer = PointType *
 
using PointType = Point< ScalarType, VDimension >
 
using PropertyType = SpatialObjectProperty
 
using RegionType = ImageRegion< VDimension >
 
using ScalarType = double
 
using Self = SpatialObject< VDimension >
 
using SizeType = Size< VDimension >
 
using Superclass = DataObject
 
using TransformConstPointer = const TransformType *
 
using TransformPointer = typename TransformType::Pointer
 
using TransformType = AffineTransform< ScalarType, VDimension >
 
using VectorContainerType = VectorContainer< IdentifierType, PointType >
 
using VectorPointer = VectorType *
 
using VectorType = Vector< ScalarType, VDimension >
 
- Public Types inherited from itk::DataObject
using ConstPointer = SmartPointer< const Self >
 
using DataObjectIdentifierType = std::string
 
using DataObjectPointerArraySizeType = std::vector< Pointer >::size_type
 
using Pointer = SmartPointer< Self >
 
using Self = DataObject
 
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
 

Public Member Functions

RegionType ComputeMyBoundingBoxInIndexSpace () const
 
virtual ::itk::LightObject::Pointer CreateAnother () const
 
virtual const char * GetNameOfClass () const
 
bool IsInsideInObjectSpace (const PointType &point) const override
 
- Public Member Functions inherited from itk::ImageSpatialObject< TDimension, TPixel >
void Clear () override
 
virtual ::itk::LightObject::Pointer CreateAnother () const
 
const ImageTypeGetImage () const
 
ModifiedTimeType GetMTime () const override
 
bool IsInsideInObjectSpace (const PointType &point) const override
 
void SetImage (const ImageType *image)
 
bool ValueAtInObjectSpace (const PointType &point, double &value, unsigned int depth=0, const std::string &name="") const override
 
virtual void SetSliceNumber (IndexType _arg)
 
void SetSliceNumber (unsigned int dimension, int position)
 
virtual IndexType GetSliceNumber () const
 
int GetSliceNumber (unsigned int dimension)
 
void SetInterpolator (InterpolatorType *interpolator)
 
virtual InterpolatorTypeGetInterpolator () const
 
- Public Member Functions inherited from itk::SpatialObject< TDimension >
virtual ::itk::LightObject::Pointer CreateAnother () const
 
unsigned int GetMaximumDepth () const
 
unsigned int GetObjectDimension () const
 
void SetId (int id)
 
virtual const int & GetId () const
 
virtual void SetTypeName (std::string _arg)
 
virtual const std::string GetTypeName () const
 
virtual std::string GetClassNameAndDimension () const
 
void SetProperty (const PropertyType &property)
 
const PropertyTypeGetProperty () const
 
PropertyTypeGetProperty ()
 
ModifiedTimeType GetMTime () const override
 
ModifiedTimeType GetMyMTime () const
 
void SetObjectToWorldTransform (const TransformType *transform)
 
virtual TransformTypeGetModifiableObjectToWorldTransform ()
 
virtual const TransformTypeGetObjectToWorldTransform () const
 
const TransformTypeGetObjectToWorldTransformInverse () const
 
void SetObjectToParentTransform (const TransformType *transform)
 
virtual TransformTypeGetModifiableObjectToParentTransform ()
 
virtual const TransformTypeGetObjectToParentTransform () const
 
const TransformTypeGetObjectToParentTransformInverse () const
 
void ComputeObjectToParentTransform ()
 
bool IsInsideInObjectSpace (const PointType &point, unsigned int depth, const std::string &name="") const
 
virtual bool IsInsideInObjectSpace (const PointType &point) const
 
void Update () override
 
virtual bool ValueAtInObjectSpace (const PointType &point, double &value, unsigned int depth=0, const std::string &name="") const
 
virtual bool IsEvaluableAtInObjectSpace (const PointType &point, unsigned int depth=0, const std::string &name="") const
 
virtual bool IsInsideChildrenInObjectSpace (const PointType &point, unsigned int depth=0, const std::string &name="") const
 
virtual bool ValueAtChildrenInObjectSpace (const PointType &point, double &value, unsigned int depth=0, const std::string &name="") const
 
virtual bool IsEvaluableAtChildrenInObjectSpace (const PointType &point, unsigned int depth=0, const std::string &name="") const
 
virtual void SetDefaultInsideValue (double _arg)
 
virtual double GetDefaultInsideValue () const
 
virtual void SetDefaultOutsideValue (double _arg)
 
virtual double GetDefaultOutsideValue () const
 
virtual bool ValueAtInWorldSpace (const PointType &point, double &value, unsigned int depth=0, const std::string &name="") const
 
virtual bool IsInsideInWorldSpace (const PointType &point, unsigned int depth=0, const std::string &name="") const
 
virtual bool IsEvaluableAtInWorldSpace (const PointType &point, unsigned int depth=0, const std::string &name="") const
 
virtual void DerivativeAtInObjectSpace (const PointType &point, short unsigned int order, CovariantVectorType &value, unsigned int depth=0, const std::string &name="", const DerivativeOffsetType &offset=1)
 
virtual void DerivativeAtInWorldSpace (const PointType &point, short unsigned int order, CovariantVectorType &value, unsigned int depth=0, const std::string &name="", const DerivativeOffsetType &offset=1)
 
void SetParent (Self *parent)
 
virtual bool HasParent () const
 
virtual const SelfGetParent () const
 
virtual SelfGetParent ()
 
virtual void SetParentId (int _arg)
 
virtual const int & GetParentId () const
 
void SetChildren (ChildrenListType &children)
 
void AddChild (Self *pointer)
 
bool RemoveChild (Self *pointer)
 
void RemoveAllChildren (unsigned int depth=MaximumDepth)
 
virtual ChildrenListTypeGetChildren (unsigned int depth=0, const std::string &name="") const
 
virtual void AddChildrenToList (ChildrenListType *childrenList, unsigned int depth=0, const std::string &name="") const
 
unsigned int GetNumberOfChildren (unsigned int depth=0, const std::string &name="") const
 
SpatialObject< VDimension > * GetObjectById (int id)
 
bool FixParentChildHierarchyUsingParentIds ()
 
bool CheckIdValidity () const
 
void FixIdValidity ()
 
int GetNextAvailableId () const
 
virtual const BoundingBoxTypeGetMyBoundingBoxInObjectSpace () const
 
virtual const BoundingBoxTypeGetMyBoundingBoxInWorldSpace () const
 
virtual bool ComputeFamilyBoundingBox (unsigned int depth=0, const std::string &name="") const
 
virtual const BoundingBoxTypeGetFamilyBoundingBoxInObjectSpace () const
 
virtual const BoundingBoxTypeGetFamilyBoundingBoxInWorldSpace () const
 
virtual void SetLargestPossibleRegion (const RegionType &region)
 
virtual const RegionTypeGetLargestPossibleRegion () const
 
virtual void SetBufferedRegion (const RegionType &region)
 
virtual const RegionTypeGetBufferedRegion () const
 
virtual void SetRequestedRegion (const RegionType &region)
 
void SetRequestedRegion (const DataObject *data) override
 
virtual const RegionTypeGetRequestedRegion () const
 
void SetRequestedRegionToLargestPossibleRegion () override
 
bool RequestedRegionIsOutsideOfTheBufferedRegion () override
 
bool VerifyRequestedRegion () override
 
void UpdateOutputInformation () override
 
void CopyInformation (const DataObject *data) override
 
bool Evaluate (const PointType &point) const
 
- Public Member Functions inherited from itk::DataObject
void DisconnectPipeline ()
 
bool GetDataReleased () const
 
virtual const bool & GetReleaseDataFlag () const
 
SmartPointer< ProcessObjectGetSource () const
 
DataObjectPointerArraySizeType GetSourceOutputIndex () const
 
const DataObjectIdentifierTypeGetSourceOutputName () const
 
virtual void Initialize ()
 
virtual void PropagateRequestedRegion ()
 
void ReleaseData ()
 
virtual void ReleaseDataFlagOff ()
 
virtual void ReleaseDataFlagOn ()
 
virtual void ResetPipeline ()
 
void SetReleaseDataFlag (bool flag)
 
bool ShouldIReleaseData () const
 
virtual void UpdateOutputData ()
 
void SetPipelineMTime (ModifiedTimeType time)
 
virtual const ModifiedTimeTypeGetPipelineMTime () const
 
virtual ModifiedTimeType GetUpdateMTime () const
 
virtual void SetRealTimeStamp (RealTimeStamp _arg)
 
virtual const RealTimeStampGetRealTimeStamp () const
 
virtual void PrepareForNewData ()
 
virtual void DataHasBeenGenerated ()
 
virtual void Graft (const DataObject *)
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) const
 
unsigned long AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const
 
virtual void DebugOff () const
 
virtual void DebugOn () const
 
CommandGetCommand (unsigned long tag)
 
bool GetDebug () const
 
MetaDataDictionaryGetMetaDataDictionary ()
 
const MetaDataDictionaryGetMetaDataDictionary () const
 
virtual const TimeStampGetTimeStamp () const
 
bool HasObserver (const EventObject &event) const
 
void InvokeEvent (const EventObject &)
 
void InvokeEvent (const EventObject &) const
 
virtual void Modified () const
 
void Register () const override
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetReferenceCount (int) override
 
void UnRegister () const noexcept override
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
void SetMetaDataDictionary (MetaDataDictionary &&rrhs)
 
virtual void SetObjectName (std::string _arg)
 
virtual const std::string & GetObjectName () const
 
- Public Member Functions inherited from itk::LightObject
Pointer Clone () const
 
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
void Print (std::ostream &os, Indent indent=0) const
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from itk::ImageSpatialObject< TDimension, TPixel >
static Pointer New ()
 
- Static Public Member Functions inherited from itk::SpatialObject< TDimension >
static Pointer New ()
 
- Static Public Member Functions inherited from itk::DataObject
static bool GetGlobalReleaseDataFlag ()
 
static void GlobalReleaseDataFlagOff ()
 
static void GlobalReleaseDataFlagOn ()
 
static Pointer New ()
 
static void SetGlobalReleaseDataFlag (bool val)
 
- 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 ()
 

Protected Member Functions

void ComputeMyBoundingBox () override
 
 ImageMaskSpatialObject ()
 
LightObject::Pointer InternalClone () const override
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 ~ImageMaskSpatialObject () override=default
 
- Protected Member Functions inherited from itk::ImageSpatialObject< TDimension, TPixel >
void ComputeMyBoundingBox () override
 
 ImageSpatialObject ()
 
 ~ImageSpatialObject () override
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
LightObject::Pointer InternalClone () const override
 
- Protected Member Functions inherited from itk::SpatialObject< TDimension >
void ProtectedComputeObjectToWorldTransform ()
 
 SpatialObject ()=default
 
 ~SpatialObject () override
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
BoundingBoxTypeGetModifiableMyBoundingBoxInObjectSpace ()
 
LightObject::Pointer InternalClone () const override
 
- Protected Member Functions inherited from itk::DataObject
 DataObject ()
 
 ~DataObject () override
 
virtual void PropagateResetPipeline ()
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
 ~Object () override
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &timeStamp)
 
- Protected Member Functions inherited from itk::LightObject
 LightObject ()
 
virtual void PrintHeader (std::ostream &os, Indent indent) const
 
virtual void PrintTrailer (std::ostream &os, Indent indent) const
 
virtual ~LightObject ()
 

Additional Inherited Members

- Static Public Attributes inherited from itk::ImageSpatialObject< TDimension, TPixel >
static constexpr unsigned int ObjectDimension
 
- Static Public Attributes inherited from itk::SpatialObject< TDimension >
static constexpr unsigned int MaximumDepth
 
static constexpr ObjectDimensionType ObjectDimension
 
- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount
 

Detailed Description

template<unsigned int TDimension = 3, typename TPixel = unsigned char>
class itk::ImageMaskSpatialObject< TDimension, TPixel >

Implementation of an image mask as spatial object.

This class derives from the ImageSpatialObject and overloads the IsInsideInObjectSpace() method. One of the common uses of this class is to serve as Mask for the Image Registration Metrics.

Note
The bounding box of an image mask is defined in such a way that any point whose nearest pixel has a non-zero value is inside the bounding box. When all the pixels of an image are zero, the bounding box of the image mask is empty, and its bounds are all zero.
See also
ImageSpatialObject SpatialObject CompositeSpatialObject
Examples
Examples/RegistrationITKv4/ImageRegistration12.cxx, Examples/SpatialObjects/BoundingBoxFromImageMaskSpatialObject.cxx, and Examples/SpatialObjects/ImageMaskSpatialObject.cxx.

Definition at line 45 of file itkImageMaskSpatialObject.h.

Member Typedef Documentation

◆ BoundingBoxType

template<unsigned int TDimension = 3, typename TPixel = unsigned char>
using itk::ImageMaskSpatialObject< TDimension, TPixel >::BoundingBoxType = typename Superclass::BoundingBoxType

Definition at line 64 of file itkImageMaskSpatialObject.h.

◆ ConstPointer

template<unsigned int TDimension = 3, typename TPixel = unsigned char>
using itk::ImageMaskSpatialObject< TDimension, TPixel >::ConstPointer = SmartPointer<const Self>

Definition at line 53 of file itkImageMaskSpatialObject.h.

◆ ImagePointer

template<unsigned int TDimension = 3, typename TPixel = unsigned char>
using itk::ImageMaskSpatialObject< TDimension, TPixel >::ImagePointer = typename Superclass::ImagePointer

Definition at line 58 of file itkImageMaskSpatialObject.h.

◆ ImageType

template<unsigned int TDimension = 3, typename TPixel = unsigned char>
using itk::ImageMaskSpatialObject< TDimension, TPixel >::ImageType = typename Superclass::ImageType

Definition at line 57 of file itkImageMaskSpatialObject.h.

◆ IndexType

template<unsigned int TDimension = 3, typename TPixel = unsigned char>
using itk::ImageMaskSpatialObject< TDimension, TPixel >::IndexType = typename Superclass::IndexType

Definition at line 59 of file itkImageMaskSpatialObject.h.

◆ InterpolatorType

template<unsigned int TDimension = 3, typename TPixel = unsigned char>
using itk::ImageMaskSpatialObject< TDimension, TPixel >::InterpolatorType = typename Superclass::InterpolatorType

Definition at line 65 of file itkImageMaskSpatialObject.h.

◆ PixelType

template<unsigned int TDimension = 3, typename TPixel = unsigned char>
using itk::ImageMaskSpatialObject< TDimension, TPixel >::PixelType = typename Superclass::PixelType

Definition at line 56 of file itkImageMaskSpatialObject.h.

◆ Pointer

template<unsigned int TDimension = 3, typename TPixel = unsigned char>
using itk::ImageMaskSpatialObject< TDimension, TPixel >::Pointer = SmartPointer<Self>

Definition at line 52 of file itkImageMaskSpatialObject.h.

◆ PointType

template<unsigned int TDimension = 3, typename TPixel = unsigned char>
using itk::ImageMaskSpatialObject< TDimension, TPixel >::PointType = typename Superclass::PointType

Definition at line 63 of file itkImageMaskSpatialObject.h.

◆ RegionType

template<unsigned int TDimension = 3, typename TPixel = unsigned char>
using itk::ImageMaskSpatialObject< TDimension, TPixel >::RegionType = typename Superclass::RegionType

Definition at line 60 of file itkImageMaskSpatialObject.h.

◆ ScalarType

template<unsigned int TDimension = 3, typename TPixel = unsigned char>
using itk::ImageMaskSpatialObject< TDimension, TPixel >::ScalarType = typename Superclass::ScalarType

Definition at line 55 of file itkImageMaskSpatialObject.h.

◆ Self

template<unsigned int TDimension = 3, typename TPixel = unsigned char>
using itk::ImageMaskSpatialObject< TDimension, TPixel >::Self = ImageMaskSpatialObject<TDimension, TPixel>

Definition at line 50 of file itkImageMaskSpatialObject.h.

◆ SizeType

template<unsigned int TDimension = 3, typename TPixel = unsigned char>
using itk::ImageMaskSpatialObject< TDimension, TPixel >::SizeType = typename Superclass::SizeType

Definition at line 61 of file itkImageMaskSpatialObject.h.

◆ SliceIteratorType

template<unsigned int TDimension = 3, typename TPixel = unsigned char>
using itk::ImageMaskSpatialObject< TDimension, TPixel >::SliceIteratorType = itk::ImageSliceConstIteratorWithIndex<ImageType>

Definition at line 67 of file itkImageMaskSpatialObject.h.

◆ Superclass

template<unsigned int TDimension = 3, typename TPixel = unsigned char>
using itk::ImageMaskSpatialObject< TDimension, TPixel >::Superclass = ImageSpatialObject<TDimension, TPixel>

Definition at line 51 of file itkImageMaskSpatialObject.h.

◆ TransformType

template<unsigned int TDimension = 3, typename TPixel = unsigned char>
using itk::ImageMaskSpatialObject< TDimension, TPixel >::TransformType = typename Superclass::TransformType

Definition at line 62 of file itkImageMaskSpatialObject.h.

Constructor & Destructor Documentation

◆ ImageMaskSpatialObject()

template<unsigned int TDimension = 3, typename TPixel = unsigned char>
itk::ImageMaskSpatialObject< TDimension, TPixel >::ImageMaskSpatialObject ( )
protected

◆ ~ImageMaskSpatialObject()

template<unsigned int TDimension = 3, typename TPixel = unsigned char>
itk::ImageMaskSpatialObject< TDimension, TPixel >::~ImageMaskSpatialObject ( )
overrideprotecteddefault

Member Function Documentation

◆ ComputeMyBoundingBox()

template<unsigned int TDimension = 3, typename TPixel = unsigned char>
void itk::ImageMaskSpatialObject< TDimension, TPixel >::ComputeMyBoundingBox ( )
overrideprotectedvirtual

Get the boundaries of a specific object. This function needs to be called every time one of the object's components is changed.

Reimplemented from itk::SpatialObject< TDimension >.

◆ ComputeMyBoundingBoxInIndexSpace()

template<unsigned int TDimension = 3, typename TPixel = unsigned char>
RegionType itk::ImageMaskSpatialObject< TDimension, TPixel >::ComputeMyBoundingBoxInIndexSpace ( ) const

Computes the bounding box of the image mask, in the index space of the image. The bounding box is returned as an image region. Each call to this function will recompute the region. This function is useful in cases, where you may have a mask image resulting from say a segmentation and you want to get the smallest box region that encapsulates the mask image.

Note
This function is introduced with ITK 5.0, replacing GetAxisAlignedBoundingBoxRegion().

◆ CreateAnother()

template<unsigned int TDimension = 3, typename TPixel = unsigned char>
virtual::itk::LightObject::Pointer itk::ImageMaskSpatialObject< TDimension, TPixel >::CreateAnother ( ) const
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.

◆ GetNameOfClass()

template<unsigned int TDimension = 3, typename TPixel = unsigned char>
virtual const char* itk::ImageMaskSpatialObject< TDimension, TPixel >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::ImageSpatialObject< TDimension, TPixel >.

◆ InternalClone()

template<unsigned int TDimension = 3, typename TPixel = unsigned char>
LightObject::Pointer itk::ImageMaskSpatialObject< TDimension, TPixel >::InternalClone ( ) const
overrideprotectedvirtual

Actual implementation of the clone method. This method should be reimplemented in subclasses to clone the extra required parameters.

Reimplemented from itk::LightObject.

◆ IsInsideInObjectSpace()

template<unsigned int TDimension = 3, typename TPixel = unsigned char>
bool itk::ImageMaskSpatialObject< TDimension, TPixel >::IsInsideInObjectSpace ( const PointType point) const
override

Returns true if the point is inside, false otherwise. According to this function, a point is inside the image mask when the value of its nearest pixel is non-zero.

◆ New()

template<unsigned int TDimension = 3, typename TPixel = unsigned char>
static Pointer itk::ImageMaskSpatialObject< TDimension, TPixel >::New ( )
static

Method for creation through the object factory.

◆ PrintSelf()

template<unsigned int TDimension = 3, typename TPixel = unsigned char>
void itk::ImageMaskSpatialObject< TDimension, TPixel >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
overrideprotectedvirtual

Who generated this data?

Reimplemented from itk::DataObject.


The documentation for this class was generated from the following file: