ITK  5.4.0
Insight Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Attributes | List of all members
itk::SpatialObject< VDimension > Class Template Reference

#include <itkSpatialObject.h>

Detailed Description

template<unsigned int VDimension = 3>
class itk::SpatialObject< VDimension >

Implementation of the composite pattern.

The purpose of this class is to implement the composite pattern [Design Patterns, Gamma, 1995] within itk, so that it becomes easy to create an environment containing objects within a scene, and to manipulate the environment as a whole or any of its component objects. An object has a list of transformations to transform object coordinates to the corresponding coordinates in the real world coordinate system, and a list of inverse transformation to go backward. Any spatial objects can be plugged to a spatial object as children. To implement your own spatial object, you need to derive from the following class, which requires overriding just a few virtual functions. Examples of such functions are ValueAtInObjectSpace(), IsInsideInObjectSpace(), and ComputeMyBoundingBox(), each of which has a meaning specific to each particular object type.

Examples
Examples/SpatialObjects/SpatialObjectHierarchy.cxx, and Examples/SpatialObjects/SpatialObjectTransforms.cxx.

Definition at line 58 of file itkSpatialObject.h.

+ Inheritance diagram for itk::SpatialObject< VDimension >:
+ Collaboration diagram for itk::SpatialObject< VDimension >:

Public Types

using BoundingBoxPointer = typename BoundingBoxType::Pointer
 
using BoundingBoxType = BoundingBox< IdentifierType, VDimension, ScalarType, VectorContainerType >
 
using ChildrenConstListPointer = ChildrenConstListType *
 
using ChildrenConstListType = std::list< ConstPointer >
 
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 ObjectConstListType = std::list< ConstPointer >
 
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

void AddChild (Self *pointer)
 
virtual void AddChildrenToConstList (ChildrenConstListType *childrenList, unsigned int depth=0, const std::string &name="") const
 
virtual void AddChildrenToList (ChildrenListType *childrenList, unsigned int depth=0, const std::string &name="") const
 
bool CheckIdValidity () const
 
virtual void Clear ()
 
virtual bool ComputeFamilyBoundingBox (unsigned int depth=0, const std::string &name="") const
 
void ComputeObjectToParentTransform ()
 
void CopyInformation (const DataObject *data) override
 
virtual void DerivativeAtInObjectSpace (const PointType &point, short unsigned int order, CovariantVectorType &value, unsigned int depth=0, const std::string &name="", const DerivativeOffsetType &offset=MakeFilled< DerivativeOffsetType >(1))
 
void DerivativeAtInWorldSpace (const PointType &point, short unsigned int order, CovariantVectorType &value, unsigned int depth=0, const std::string &name="", const DerivativeOffsetType &offset=MakeFilled< DerivativeOffsetType >(1))
 
bool Evaluate (const PointType &point) const
 
void FixIdValidity ()
 
bool FixParentChildHierarchyUsingParentIds ()
 
virtual const RegionTypeGetBufferedRegion () const
 
virtual ChildrenListTypeGetChildren (unsigned int depth=0, const std::string &name="") const
 
virtual std::string GetClassNameAndDimension () const
 
virtual ChildrenConstListTypeGetConstChildren (unsigned int depth=0, const std::string &name="") const
 
virtual const BoundingBoxTypeGetFamilyBoundingBoxInObjectSpace () const
 
virtual const BoundingBoxTypeGetFamilyBoundingBoxInWorldSpace () const
 
virtual const RegionTypeGetLargestPossibleRegion () const
 
unsigned int GetMaximumDepth () const
 
ModifiedTimeType GetMTime () const override
 
virtual const BoundingBoxTypeGetMyBoundingBoxInObjectSpace () const
 
virtual const BoundingBoxTypeGetMyBoundingBoxInWorldSpace () const
 
ModifiedTimeType GetMyMTime () const
 
const char * GetNameOfClass () const override
 
int GetNextAvailableId () const
 
unsigned int GetNumberOfChildren (unsigned int depth=0, const std::string &name="") const
 
SpatialObject< VDimension > * GetObjectById (int id)
 
unsigned int GetObjectDimension () const
 
virtual SelfGetParent ()
 
virtual const SelfGetParent () const
 
PropertyTypeGetProperty ()
 
const PropertyTypeGetProperty () const
 
virtual const RegionTypeGetRequestedRegion () const
 
virtual const std::string GetTypeName () const
 
virtual bool HasParent () const
 
virtual bool IsEvaluableAtChildrenInObjectSpace (const PointType &point, unsigned int depth=0, const std::string &name="") const
 
virtual bool IsEvaluableAtInObjectSpace (const PointType &point, unsigned int depth=0, const std::string &name="") const
 
bool IsEvaluableAtInWorldSpace (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 IsInsideInObjectSpace (const PointType &point) const
 
bool IsInsideInObjectSpace (const PointType &point, unsigned int depth, const std::string &name="") const
 
bool IsInsideInWorldSpace (const PointType &point) const
 
bool IsInsideInWorldSpace (const PointType &point, unsigned int depth, const std::string &name="") const
 
void RemoveAllChildren (unsigned int depth=MaximumDepth)
 
bool RemoveChild (Self *pointer)
 
bool RequestedRegionIsOutsideOfTheBufferedRegion () override
 
virtual void SetBufferedRegion (const RegionType &region)
 
void SetChildren (ChildrenListType &children)
 
virtual void SetLargestPossibleRegion (const RegionType &region)
 
void SetParent (Self *parent)
 
void SetRequestedRegion (const DataObject *data) override
 
virtual void SetRequestedRegion (const RegionType &region)
 
void SetRequestedRegionToLargestPossibleRegion () override
 
virtual void SetTypeName (std::string _arg)
 
void Update () override
 
void UpdateOutputInformation () override
 
virtual bool ValueAtChildrenInObjectSpace (const PointType &point, double &value, unsigned int depth=0, const std::string &name="") const
 
virtual bool ValueAtInObjectSpace (const PointType &point, double &value, unsigned int depth=0, const std::string &name="") const
 
bool ValueAtInWorldSpace (const PointType &point, double &value, unsigned int depth=0, const std::string &name="") const
 
bool VerifyRequestedRegion () override
 
void SetId (int id)
 
virtual const int & GetId () const
 
void SetProperty (const PropertyType &property)
 
void SetObjectToWorldTransform (const TransformType *transform)
 
virtual TransformTypeGetModifiableObjectToWorldTransform ()
 
const TransformTypeGetObjectToWorldTransformInverse () const
 
void SetObjectToParentTransform (const TransformType *transform)
 
virtual TransformTypeGetModifiableObjectToParentTransform ()
 
const TransformTypeGetObjectToParentTransformInverse () const
 
virtual void SetDefaultInsideValue (double _arg)
 
virtual double GetDefaultInsideValue () const
 
virtual void SetDefaultOutsideValue (double _arg)
 
virtual double GetDefaultOutsideValue () const
 
virtual void SetParentId (int _arg)
 
virtual const int & GetParentId () const
 
- Public Member Functions inherited from itk::DataObject
virtual void DataHasBeenGenerated ()
 
void DisconnectPipeline ()
 
bool GetDataReleased () const
 
virtual const bool & GetReleaseDataFlag () const
 
SmartPointer< ProcessObjectGetSource () const
 
DataObjectPointerArraySizeType GetSourceOutputIndex () const
 
const DataObjectIdentifierTypeGetSourceOutputName () const
 
virtual ModifiedTimeType GetUpdateMTime () const
 
virtual void Graft (const DataObject *)
 
virtual void Initialize ()
 
virtual void PrepareForNewData ()
 
virtual void PropagateRequestedRegion ()
 
void ReleaseData ()
 
virtual void ReleaseDataFlagOn ()
 
virtual void ResetPipeline ()
 
void SetReleaseDataFlag (bool flag)
 
bool ShouldIReleaseData () const
 
virtual void UpdateOutputData ()
 
void UpdateSource () const
 
void SetPipelineMTime (ModifiedTimeType time)
 
virtual const ModifiedTimeTypeGetPipelineMTime () const
 
virtual void SetRealTimeStamp (RealTimeStamp _arg)
 
virtual const RealTimeStampGetRealTimeStamp () const
 
- 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
 
LightObject::Pointer CreateAnother () const override
 
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::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 ()
 

Static Public Attributes

static constexpr unsigned int MaximumDepth = std::numeric_limits<unsigned int>::max()
 
static constexpr ObjectDimensionType ObjectDimension = VDimension
 

Protected Member Functions

virtual void ComputeMyBoundingBox ()
 
BoundingBoxTypeGetModifiableMyBoundingBoxInObjectSpace ()
 
LightObject::Pointer InternalClone () const override
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
void ProtectedComputeObjectToWorldTransform ()
 
 SpatialObject ()=default
 
 ~SpatialObject () override
 
- Protected Member Functions inherited from itk::DataObject
 DataObject ()
 
virtual void PropagateResetPipeline ()
 
 ~DataObject () override
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &timeStamp)
 
 ~Object () override
 
- 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 ()
 

Private Attributes

RegionType m_BufferedRegion {}
 
ChildrenListType m_ChildrenList {}
 
double m_DefaultInsideValue { 1.0 }
 
double m_DefaultOutsideValue { 0.0 }
 
const BoundingBoxPointer m_FamilyBoundingBoxInObjectSpace { BoundingBoxType::New() }
 
const BoundingBoxPointer m_FamilyBoundingBoxInWorldSpace { BoundingBoxType::New() }
 
int m_Id { -1 }
 
RegionType m_LargestPossibleRegion {}
 
const BoundingBoxPointer m_MyBoundingBoxInObjectSpace { BoundingBoxType::New() }
 
const BoundingBoxPointer m_MyBoundingBoxInWorldSpace { BoundingBoxType::New() }
 
const TransformPointer m_ObjectToParentTransform { TransformType::New() }
 
const TransformPointer m_ObjectToParentTransformInverse { TransformType::New() }
 
const TransformPointer m_ObjectToWorldTransform { TransformType::New() }
 
const TransformPointer m_ObjectToWorldTransformInverse { TransformType::New() }
 
Selfm_Parent { nullptr }
 
int m_ParentId { -1 }
 
PropertyType m_Property {}
 
RegionType m_RequestedRegion {}
 
std::string m_TypeName { "SpatialObject" }
 

Additional Inherited Members

- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount {}
 

Member Typedef Documentation

◆ BoundingBoxPointer

template<unsigned int VDimension = 3>
using itk::SpatialObject< VDimension >::BoundingBoxPointer = typename BoundingBoxType::Pointer

Definition at line 107 of file itkSpatialObject.h.

◆ BoundingBoxType

template<unsigned int VDimension = 3>
using itk::SpatialObject< VDimension >::BoundingBoxType = BoundingBox<IdentifierType, VDimension, ScalarType, VectorContainerType>

Definition at line 106 of file itkSpatialObject.h.

◆ ChildrenConstListPointer

template<unsigned int VDimension = 3>
using itk::SpatialObject< VDimension >::ChildrenConstListPointer = ChildrenConstListType *

Definition at line 113 of file itkSpatialObject.h.

◆ ChildrenConstListType

template<unsigned int VDimension = 3>
using itk::SpatialObject< VDimension >::ChildrenConstListType = std::list<ConstPointer>

Definition at line 111 of file itkSpatialObject.h.

◆ ChildrenListPointer

template<unsigned int VDimension = 3>
using itk::SpatialObject< VDimension >::ChildrenListPointer = ChildrenListType *

Definition at line 112 of file itkSpatialObject.h.

◆ ChildrenListType

template<unsigned int VDimension = 3>
using itk::SpatialObject< VDimension >::ChildrenListType = std::list<Pointer>

Return type for the list of children

Definition at line 110 of file itkSpatialObject.h.

◆ ConstPointer

template<unsigned int VDimension = 3>
using itk::SpatialObject< VDimension >::ConstPointer = SmartPointer<const Self>

Definition at line 83 of file itkSpatialObject.h.

◆ CovariantVectorType

template<unsigned int VDimension = 3>
using itk::SpatialObject< VDimension >::CovariantVectorType = CovariantVector<ScalarType, VDimension>

Definition at line 92 of file itkSpatialObject.h.

◆ DerivativeOffsetType

template<unsigned int VDimension = 3>
using itk::SpatialObject< VDimension >::DerivativeOffsetType = Vector<double, VDimension>

Definition at line 98 of file itkSpatialObject.h.

◆ DerivativeVectorPointer

template<unsigned int VDimension = 3>
using itk::SpatialObject< VDimension >::DerivativeVectorPointer = DerivativeVectorType *

Definition at line 96 of file itkSpatialObject.h.

◆ DerivativeVectorType

template<unsigned int VDimension = 3>
using itk::SpatialObject< VDimension >::DerivativeVectorType = CovariantVector<ScalarType, VDimension>

Definition at line 95 of file itkSpatialObject.h.

◆ IndexType

template<unsigned int VDimension = 3>
using itk::SpatialObject< VDimension >::IndexType = Index<VDimension>

Definition at line 123 of file itkSpatialObject.h.

◆ InputType

template<unsigned int VDimension = 3>
using itk::SpatialObject< VDimension >::InputType = Point<ScalarType, VDimension>

Definition at line 87 of file itkSpatialObject.h.

◆ ObjectConstListType

template<unsigned int VDimension = 3>
using itk::SpatialObject< VDimension >::ObjectConstListType = std::list<ConstPointer>

Definition at line 116 of file itkSpatialObject.h.

◆ ObjectDimensionType

template<unsigned int VDimension = 3>
using itk::SpatialObject< VDimension >::ObjectDimensionType = unsigned int

Definition at line 65 of file itkSpatialObject.h.

◆ ObjectListType

template<unsigned int VDimension = 3>
using itk::SpatialObject< VDimension >::ObjectListType = std::list<Pointer>

Definition at line 115 of file itkSpatialObject.h.

◆ Pointer

template<unsigned int VDimension = 3>
using itk::SpatialObject< VDimension >::Pointer = SmartPointer<Self>

Definition at line 82 of file itkSpatialObject.h.

◆ PointPointer

template<unsigned int VDimension = 3>
using itk::SpatialObject< VDimension >::PointPointer = PointType *

Definition at line 90 of file itkSpatialObject.h.

◆ PointType

template<unsigned int VDimension = 3>
using itk::SpatialObject< VDimension >::PointType = Point<ScalarType, VDimension>

Definition at line 89 of file itkSpatialObject.h.

◆ PropertyType

template<unsigned int VDimension = 3>
using itk::SpatialObject< VDimension >::PropertyType = SpatialObjectProperty

Definition at line 120 of file itkSpatialObject.h.

◆ RegionType

template<unsigned int VDimension = 3>
using itk::SpatialObject< VDimension >::RegionType = ImageRegion<VDimension>

Definition at line 118 of file itkSpatialObject.h.

◆ ScalarType

template<unsigned int VDimension = 3>
using itk::SpatialObject< VDimension >::ScalarType = double

Definition at line 63 of file itkSpatialObject.h.

◆ Self

template<unsigned int VDimension = 3>
using itk::SpatialObject< VDimension >::Self = SpatialObject<VDimension>

Definition at line 79 of file itkSpatialObject.h.

◆ SizeType

template<unsigned int VDimension = 3>
using itk::SpatialObject< VDimension >::SizeType = Size<VDimension>

Definition at line 124 of file itkSpatialObject.h.

◆ Superclass

template<unsigned int VDimension = 3>
using itk::SpatialObject< VDimension >::Superclass = DataObject

Definition at line 80 of file itkSpatialObject.h.

◆ TransformConstPointer

template<unsigned int VDimension = 3>
using itk::SpatialObject< VDimension >::TransformConstPointer = const TransformType *

Definition at line 102 of file itkSpatialObject.h.

◆ TransformPointer

template<unsigned int VDimension = 3>
using itk::SpatialObject< VDimension >::TransformPointer = typename TransformType::Pointer

Definition at line 101 of file itkSpatialObject.h.

◆ TransformType

template<unsigned int VDimension = 3>
using itk::SpatialObject< VDimension >::TransformType = AffineTransform<ScalarType, VDimension>

Definition at line 100 of file itkSpatialObject.h.

◆ VectorContainerType

template<unsigned int VDimension = 3>
using itk::SpatialObject< VDimension >::VectorContainerType = VectorContainer<IdentifierType, PointType>

Definition at line 104 of file itkSpatialObject.h.

◆ VectorPointer

template<unsigned int VDimension = 3>
using itk::SpatialObject< VDimension >::VectorPointer = VectorType *

Definition at line 93 of file itkSpatialObject.h.

◆ VectorType

template<unsigned int VDimension = 3>
using itk::SpatialObject< VDimension >::VectorType = Vector<ScalarType, VDimension>

Definition at line 91 of file itkSpatialObject.h.

Constructor & Destructor Documentation

◆ SpatialObject()

template<unsigned int VDimension = 3>
itk::SpatialObject< VDimension >::SpatialObject ( )
protecteddefault

Default constructor. Ensures that its bounding boxes are empty (all bounds zero-valued), its list of children is empty, and its transform objects identical to the identity transform, initially.

◆ ~SpatialObject()

template<unsigned int VDimension = 3>
itk::SpatialObject< VDimension >::~SpatialObject ( )
overrideprotected

Destructor.

Member Function Documentation

◆ AddChild()

template<unsigned int VDimension = 3>
void itk::SpatialObject< VDimension >::AddChild ( Self pointer)

Add an object to the list of children.

◆ AddChildrenToConstList()

template<unsigned int VDimension = 3>
virtual void itk::SpatialObject< VDimension >::AddChildrenToConstList ( ChildrenConstListType childrenList,
unsigned int  depth = 0,
const std::string &  name = "" 
) const
virtual

◆ AddChildrenToList()

template<unsigned int VDimension = 3>
virtual void itk::SpatialObject< VDimension >::AddChildrenToList ( ChildrenListType childrenList,
unsigned int  depth = 0,
const std::string &  name = "" 
) const
virtual

◆ CheckIdValidity()

template<unsigned int VDimension = 3>
bool itk::SpatialObject< VDimension >::CheckIdValidity ( ) const

Check if the parent objects have a defined ID.

Confirms that every object inherited from this has a unique Id.

◆ Clear()

template<unsigned int VDimension = 3>
virtual void itk::SpatialObject< VDimension >::Clear ( )
virtual

◆ ComputeFamilyBoundingBox()

template<unsigned int VDimension = 3>
virtual bool itk::SpatialObject< VDimension >::ComputeFamilyBoundingBox ( unsigned int  depth = 0,
const std::string &  name = "" 
) const
virtual

Compute an axis-aligned bounding box for an object and its selected children, down to a specified depth, in object space.

After computation, the resulting bounding box is stored in m_FamilyBoundingBoxInWorldSpace.

◆ ComputeMyBoundingBox()

template<unsigned int VDimension = 3>
virtual void itk::SpatialObject< VDimension >::ComputeMyBoundingBox ( )
protectedvirtual

◆ ComputeObjectToParentTransform()

template<unsigned int VDimension = 3>
void itk::SpatialObject< VDimension >::ComputeObjectToParentTransform ( )

Set the local to global transformation.

Compute the local transform when the global transform is set.

This does not change the IndexToObjectMatrix.

◆ CopyInformation()

template<unsigned int VDimension = 3>
void itk::SpatialObject< VDimension >::CopyInformation ( const DataObject data)
overridevirtual

Copy the information from the specified data object. This method is part of the pipeline execution model. By default, a ProcessObject will copy meta-data from the first input to all of its outputs. See ProcessObject::GenerateOutputInformation(). Each subclass of DataObject is responsible for being able to copy whatever meta-data it needs from from another DataObject. ImageBase has more meta-data than its DataObject. Thus, it must provide its own version of CopyInformation() in order to copy the LargestPossibleRegion from the input parameter.

Reimplemented from itk::DataObject.

Reimplemented in itk::TubeSpatialObject< TDimension, DTITubeSpatialObjectPoint< TDimension > >.

◆ DerivativeAtInObjectSpace()

template<unsigned int VDimension = 3>
virtual void itk::SpatialObject< VDimension >::DerivativeAtInObjectSpace ( const PointType point,
short unsigned int  order,
CovariantVectorType value,
unsigned int  depth = 0,
const std::string &  name = "",
const DerivativeOffsetType offset = MakeFilledDerivativeOffsetType >(1) 
)
virtual

Return the n-th order derivative value at the specified point.

◆ DerivativeAtInWorldSpace()

template<unsigned int VDimension = 3>
void itk::SpatialObject< VDimension >::DerivativeAtInWorldSpace ( const PointType point,
short unsigned int  order,
CovariantVectorType value,
unsigned int  depth = 0,
const std::string &  name = "",
const DerivativeOffsetType offset = MakeFilledDerivativeOffsetType >(1) 
)

Return the n-th order derivative value at the specified point.

Note
This member function assumes that the internal ObjectToWorldTransformInverse transform is up-to-date. This transform may be updated explicitly by calling GetObjectToWorldTransformInverse(), Update(), or SetObjectToWorldTransform(transform)
This member function is not meant to be overridden. In the future, it may not be declared virtual anymore.

◆ Evaluate()

template<unsigned int VDimension = 3>
bool itk::SpatialObject< VDimension >::Evaluate ( const PointType point) const
inline

Returns true if a point is inside the object - provided to make spatial objects compatible with spatial functions and conditional iterators for defining regions of interest.

Definition at line 680 of file itkSpatialObject.h.

◆ FixIdValidity()

template<unsigned int VDimension = 3>
void itk::SpatialObject< VDimension >::FixIdValidity ( )

Give every object inherited from this a unique Id

◆ FixParentChildHierarchyUsingParentIds()

template<unsigned int VDimension = 3>
bool itk::SpatialObject< VDimension >::FixParentChildHierarchyUsingParentIds ( )

In practice, this is used to transform an imported MetaIO scene hierarchy specified only by Ids into the SpatialObject hierarchy specified by Ids and Child/Parent lists.

◆ GetBufferedRegion()

template<unsigned int VDimension = 3>
virtual const RegionType& itk::SpatialObject< VDimension >::GetBufferedRegion ( ) const
inlinevirtual

Get the region object that defines the size and starting index of the region of the image currently loaded in memory.

See also
ImageRegion, SetLargestPossibleRegion(), SetRequestedRegion()

Definition at line 590 of file itkSpatialObject.h.

◆ GetChildren()

template<unsigned int VDimension = 3>
virtual ChildrenListType* itk::SpatialObject< VDimension >::GetChildren ( unsigned int  depth = 0,
const std::string &  name = "" 
) const
virtual

Get the children affiliated to this object. A depth of 0 returns the immediate children. A depth of 1 returns the children and those children's children.

Warning
The user is responsible for freeing the list, but not the elements of the list.

◆ GetClassNameAndDimension()

template<unsigned int VDimension = 3>
virtual std::string itk::SpatialObject< VDimension >::GetClassNameAndDimension ( ) const
virtual

Get the class name with the dimension of the spatial object appended.

Returns the type of the spatial object as a string.

Used by the SpatialObjectFactory.

◆ GetConstChildren()

template<unsigned int VDimension = 3>
virtual ChildrenConstListType* itk::SpatialObject< VDimension >::GetConstChildren ( unsigned int  depth = 0,
const std::string &  name = "" 
) const
virtual

Get the children affiliated to this object. A depth of 0 returns the immediate children. A depth of 1 returns the children and those children's children.

Warning
The user is responsible for freeing the list, but not the elements of the list.

◆ GetDefaultInsideValue()

template<unsigned int VDimension = 3>
virtual double itk::SpatialObject< VDimension >::GetDefaultInsideValue ( ) const
virtual

Set/Get the default inside value (ValueAtInWorldSpace()) of the object. Default is 1.0

◆ GetDefaultOutsideValue()

template<unsigned int VDimension = 3>
virtual double itk::SpatialObject< VDimension >::GetDefaultOutsideValue ( ) const
virtual

Set/Get the default outside value (ValueAtInWorldSpace()) of the object. Default is 0.0

◆ GetFamilyBoundingBoxInObjectSpace()

template<unsigned int VDimension = 3>
virtual const BoundingBoxType* itk::SpatialObject< VDimension >::GetFamilyBoundingBoxInObjectSpace ( ) const
virtual

Get a pointer to the bounding box of the object. The extents and the position of the box are not computed.

◆ GetFamilyBoundingBoxInWorldSpace()

template<unsigned int VDimension = 3>
virtual const BoundingBoxType* itk::SpatialObject< VDimension >::GetFamilyBoundingBoxInWorldSpace ( ) const
virtual

Get a pointer to the bounding box of the object. The extents and the position of the box are not computed.

◆ GetId()

template<unsigned int VDimension = 3>
virtual const int& itk::SpatialObject< VDimension >::GetId ( ) const
virtual

Get/Set the ID

◆ GetLargestPossibleRegion()

template<unsigned int VDimension = 3>
virtual const RegionType& itk::SpatialObject< VDimension >::GetLargestPossibleRegion ( ) const
inlinevirtual

Get the region object that defines the size and starting index for the largest possible region this image could represent. This is used in determining how much memory would be needed to load an entire dataset. It is also used to determine boundary conditions.

See also
ImageRegion, GetBufferedRegion(), GetRequestedRegion()

Definition at line 575 of file itkSpatialObject.h.

◆ GetMaximumDepth()

template<unsigned int VDimension = 3>
unsigned int itk::SpatialObject< VDimension >::GetMaximumDepth ( ) const
inline

Return the maximum depth that a tree of spatial objects can have. This provides convenient access to a static constant.

Definition at line 74 of file itkSpatialObject.h.

◆ GetModifiableMyBoundingBoxInObjectSpace()

template<unsigned int VDimension = 3>
BoundingBoxType* itk::SpatialObject< VDimension >::GetModifiableMyBoundingBoxInObjectSpace ( )
inlineprotected

Definition at line 729 of file itkSpatialObject.h.

◆ GetModifiableObjectToParentTransform()

template<unsigned int VDimension = 3>
virtual TransformType* itk::SpatialObject< VDimension >::GetModifiableObjectToParentTransform ( )
virtual

Set the local to global transformation.

Transforms points from the object-specific "physical" space to the "physical" space of its parent object.

◆ GetModifiableObjectToWorldTransform()

template<unsigned int VDimension = 3>
virtual TransformType* itk::SpatialObject< VDimension >::GetModifiableObjectToWorldTransform ( )
virtual

Set the global to local transformation.

Defines the transformation from the global coordinate frame.

By setting this transform, the object transform is updated.

◆ GetMTime()

template<unsigned int VDimension = 3>
ModifiedTimeType itk::SpatialObject< VDimension >::GetMTime ( ) const
overridevirtual

Returns the latest modified time of the spatial object, and any of its components.

Reimplemented from itk::Object.

◆ GetMyBoundingBoxInObjectSpace()

template<unsigned int VDimension = 3>
virtual const BoundingBoxType* itk::SpatialObject< VDimension >::GetMyBoundingBoxInObjectSpace ( ) const
virtual

Get a pointer to the axis-aligned bounding box of the object in world space. This box is computed by ComputeMyBoundingBox which is called by Update().

◆ GetMyBoundingBoxInWorldSpace()

template<unsigned int VDimension = 3>
virtual const BoundingBoxType* itk::SpatialObject< VDimension >::GetMyBoundingBoxInWorldSpace ( ) const
virtual

Get a pointer to the axis-aligned bounding box of the object in world space. This box is computed by ComputeMyBoundingBox which is called by Update().

◆ GetMyMTime()

template<unsigned int VDimension = 3>
ModifiedTimeType itk::SpatialObject< VDimension >::GetMyMTime ( ) const
inline

Returns the latest modified time of the spatial object, but not the modification time of the children

Definition at line 201 of file itkSpatialObject.h.

◆ GetNameOfClass()

template<unsigned int VDimension = 3>
const char* itk::SpatialObject< VDimension >::GetNameOfClass ( ) const
overridevirtual

Run-time type information (and related methods).

Reimplemented from itk::DataObject.

Reimplemented in itk::TubeSpatialObject< TDimension, DTITubeSpatialObjectPoint< TDimension > >.

◆ GetNextAvailableId()

template<unsigned int VDimension = 3>
int itk::SpatialObject< VDimension >::GetNextAvailableId ( ) const

Generate a unique Id.

Returns the next available Id. For speed reason the MaxID+1 is returned.

◆ GetNumberOfChildren()

template<unsigned int VDimension = 3>
unsigned int itk::SpatialObject< VDimension >::GetNumberOfChildren ( unsigned int  depth = 0,
const std::string &  name = "" 
) const

Get the number of children currently assigned to the object.

◆ GetObjectById()

template<unsigned int VDimension = 3>
SpatialObject<VDimension>* itk::SpatialObject< VDimension >::GetObjectById ( int  id)

Return a SpatialObject given its ID, if it is a child.

◆ GetObjectDimension()

template<unsigned int VDimension = 3>
unsigned int itk::SpatialObject< VDimension >::GetObjectDimension ( ) const
inline

Get the dimensionality of the object

Definition at line 128 of file itkSpatialObject.h.

◆ GetObjectToParentTransformInverse()

template<unsigned int VDimension = 3>
const TransformType* itk::SpatialObject< VDimension >::GetObjectToParentTransformInverse ( ) const

Set the local to global transformation.

Transforms points from the object-specific "physical" space to the "physical" space of its parent object.

◆ GetObjectToWorldTransformInverse()

template<unsigned int VDimension = 3>
const TransformType* itk::SpatialObject< VDimension >::GetObjectToWorldTransformInverse ( ) const

Set the global to local transformation.

Defines the transformation from the global coordinate frame.

By setting this transform, the object transform is updated.

◆ GetParent() [1/2]

template<unsigned int VDimension = 3>
virtual Self* itk::SpatialObject< VDimension >::GetParent ( )
virtual

Get the parent of the spatial object.

Returns a pointer to the parent object in the hierarchy tree.

◆ GetParent() [2/2]

template<unsigned int VDimension = 3>
virtual const Self* itk::SpatialObject< VDimension >::GetParent ( ) const
virtual

Get the parent of the spatial object.

Returns a pointer to the parent object in the hierarchy tree.

◆ GetParentId()

template<unsigned int VDimension = 3>
virtual const int& itk::SpatialObject< VDimension >::GetParentId ( ) const
virtual

Set/Get the parent Identification number

◆ GetProperty() [1/2]

template<unsigned int VDimension = 3>
PropertyType& itk::SpatialObject< VDimension >::GetProperty ( )
inline

Definition at line 188 of file itkSpatialObject.h.

◆ GetProperty() [2/2]

template<unsigned int VDimension = 3>
const PropertyType& itk::SpatialObject< VDimension >::GetProperty ( ) const
inline

Returns a pointer to the property object applied to this class.

Definition at line 182 of file itkSpatialObject.h.

◆ GetRequestedRegion()

template<unsigned int VDimension = 3>
virtual const RegionType& itk::SpatialObject< VDimension >::GetRequestedRegion ( ) const
inlinevirtual

Get the region object that defines the size and starting index for the region of the image requested (i.e., the region of the image to be operated on by a filter).

See also
ImageRegion, SetLargestPossibleRegion(), SetBufferedRegion()

Definition at line 614 of file itkSpatialObject.h.

◆ GetTypeName()

template<unsigned int VDimension = 3>
virtual const std::string itk::SpatialObject< VDimension >::GetTypeName ( ) const
inlinevirtual

Get the typename of the SpatialObject

Definition at line 152 of file itkSpatialObject.h.

◆ HasParent()

template<unsigned int VDimension = 3>
virtual bool itk::SpatialObject< VDimension >::HasParent ( ) const
virtual

Return true if the object has a parent object. Basically, only the root object , or some isolated objects should return false.

◆ InternalClone()

template<unsigned int VDimension = 3>
LightObject::Pointer itk::SpatialObject< VDimension >::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.

Reimplemented in itk::TubeSpatialObject< TDimension, DTITubeSpatialObjectPoint< TDimension > >.

◆ IsEvaluableAtChildrenInObjectSpace()

template<unsigned int VDimension = 3>
virtual bool itk::SpatialObject< VDimension >::IsEvaluableAtChildrenInObjectSpace ( const PointType point,
unsigned int  depth = 0,
const std::string &  name = "" 
) const
virtual

Return if the object is evaluable at a point.

◆ IsEvaluableAtInObjectSpace()

template<unsigned int VDimension = 3>
virtual bool itk::SpatialObject< VDimension >::IsEvaluableAtInObjectSpace ( const PointType point,
unsigned int  depth = 0,
const std::string &  name = "" 
) const
virtual

Returns true if the object can provide a "meaningful" value at a point. Often defaults to returning same answer as IsInsideInWorldSpace, but certain objects influence space beyond their spatial extent, e.g., an RFA Needle Spatial Object can cause a burn that extends beyond the tip of the needle.

◆ IsEvaluableAtInWorldSpace()

template<unsigned int VDimension = 3>
bool itk::SpatialObject< VDimension >::IsEvaluableAtInWorldSpace ( const PointType point,
unsigned int  depth = 0,
const std::string &  name = "" 
) const

World space equivalent to IsEvaluableAtInObjectSpace

Note
This member function assumes that the internal ObjectToWorldTransformInverse transform is up-to-date. This transform may be updated explicitly by calling GetObjectToWorldTransformInverse(), Update(), or SetObjectToWorldTransform(transform)
This member function is not meant to be overridden. In the future, it may not be declared virtual anymore.

◆ IsInsideChildrenInObjectSpace()

template<unsigned int VDimension = 3>
virtual bool itk::SpatialObject< VDimension >::IsInsideChildrenInObjectSpace ( const PointType point,
unsigned int  depth = 0,
const std::string &  name = "" 
) const
virtual

Return if a point is inside the object or its children.

◆ IsInsideInObjectSpace() [1/2]

template<unsigned int VDimension = 3>
virtual bool itk::SpatialObject< VDimension >::IsInsideInObjectSpace ( const PointType point) const
virtual

◆ IsInsideInObjectSpace() [2/2]

template<unsigned int VDimension = 3>
bool itk::SpatialObject< VDimension >::IsInsideInObjectSpace ( const PointType point,
unsigned int  depth,
const std::string &  name = "" 
) const

Returns true if a point is inside the object or its children in object space.

◆ IsInsideInWorldSpace() [1/2]

template<unsigned int VDimension = 3>
bool itk::SpatialObject< VDimension >::IsInsideInWorldSpace ( const PointType point) const

Overload, optimized for depth = 0 and name = "": spatialObject.IsInsideInWorldSpace(point) is equivalent to spatialObject.IsInsideInWorldSpace(point, 0, ""), but much faster.

◆ IsInsideInWorldSpace() [2/2]

template<unsigned int VDimension = 3>
bool itk::SpatialObject< VDimension >::IsInsideInWorldSpace ( const PointType point,
unsigned int  depth,
const std::string &  name = "" 
) const

World space equivalent to IsInsideInObjectSpace

Note
This member function assumes that the internal ObjectToWorldTransformInverse transform is up-to-date. This transform may be updated explicitly by calling GetObjectToWorldTransformInverse(), Update(), or SetObjectToWorldTransform(transform)
This member function is not meant to be overridden. In the future, it may not be declared virtual anymore.

◆ New()

template<unsigned int VDimension = 3>
static Pointer itk::SpatialObject< VDimension >::New ( )
static

Method for creation through the object factory.

◆ PrintSelf()

template<unsigned int VDimension = 3>
void itk::SpatialObject< VDimension >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
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::DataObject.

Reimplemented in itk::TubeSpatialObject< TDimension, DTITubeSpatialObjectPoint< TDimension > >.

◆ ProtectedComputeObjectToWorldTransform()

template<unsigned int VDimension = 3>
void itk::SpatialObject< VDimension >::ProtectedComputeObjectToWorldTransform ( )
protected

Compute the World transform when the local transform is set This function should be called each time the local transform has been modified

◆ RemoveAllChildren()

template<unsigned int VDimension = 3>
void itk::SpatialObject< VDimension >::RemoveAllChildren ( unsigned int  depth = MaximumDepth)

Remove all children to a given depth

◆ RemoveChild()

template<unsigned int VDimension = 3>
bool itk::SpatialObject< VDimension >::RemoveChild ( Self pointer)

Remove the object passed as arguments from the list of children.

◆ RequestedRegionIsOutsideOfTheBufferedRegion()

template<unsigned int VDimension = 3>
bool itk::SpatialObject< VDimension >::RequestedRegionIsOutsideOfTheBufferedRegion ( )
overridevirtual

Determine whether the RequestedRegion is outside of the BufferedRegion. This method returns true if the RequestedRegion is outside the BufferedRegion (true if at least one pixel is outside). This is used by the pipeline mechanism to determine whether a filter needs to re-execute in order to satisfy the current request. If the current RequestedRegion is already inside the BufferedRegion from the previous execution (and the current filter is up to date), then a given filter does not need to re-execute

Reimplemented from itk::DataObject.

◆ SetBufferedRegion()

template<unsigned int VDimension = 3>
virtual void itk::SpatialObject< VDimension >::SetBufferedRegion ( const RegionType region)
virtual

Set the region object that defines the size and starting index of the region of the image currently loaded in memory.

See also
ImageRegion, SetLargestPossibleRegion(), SetRequestedRegion()

◆ SetChildren()

template<unsigned int VDimension = 3>
void itk::SpatialObject< VDimension >::SetChildren ( ChildrenListType children)

Set the list of pointers to children to the list passed as argument.

◆ SetDefaultInsideValue()

template<unsigned int VDimension = 3>
virtual void itk::SpatialObject< VDimension >::SetDefaultInsideValue ( double  _arg)
virtual

Set/Get the default inside value (ValueAtInWorldSpace()) of the object. Default is 1.0

◆ SetDefaultOutsideValue()

template<unsigned int VDimension = 3>
virtual void itk::SpatialObject< VDimension >::SetDefaultOutsideValue ( double  _arg)
virtual

Set/Get the default outside value (ValueAtInWorldSpace()) of the object. Default is 0.0

◆ SetId()

template<unsigned int VDimension = 3>
void itk::SpatialObject< VDimension >::SetId ( int  id)

Get/Set the ID

◆ SetLargestPossibleRegion()

template<unsigned int VDimension = 3>
virtual void itk::SpatialObject< VDimension >::SetLargestPossibleRegion ( const RegionType region)
virtual

Set the largest possible region.

Sets the region object that defines the size and starting index for the largest possible region this image could represent. This is used in determining how much memory would be needed to load an entire dataset. It is also used to determine boundary conditions.

See also
ImageRegion, SetBufferedRegion(), SetRequestedRegion()

◆ SetObjectToParentTransform()

template<unsigned int VDimension = 3>
void itk::SpatialObject< VDimension >::SetObjectToParentTransform ( const TransformType transform)

Set the local to global transformation.

Transforms points from the object-specific "physical" space to the "physical" space of its parent object.

◆ SetObjectToWorldTransform()

template<unsigned int VDimension = 3>
void itk::SpatialObject< VDimension >::SetObjectToWorldTransform ( const TransformType transform)

Set the global to local transformation.

Defines the transformation from the global coordinate frame.

By setting this transform, the object transform is updated.

◆ SetParent()

template<unsigned int VDimension = 3>
void itk::SpatialObject< VDimension >::SetParent ( Self parent)

Set the pointer to the parent object in the tree hierarchy. Updates the ObjectToParentTransform to keep the object from moving in space.

◆ SetParentId()

template<unsigned int VDimension = 3>
virtual void itk::SpatialObject< VDimension >::SetParentId ( int  _arg)
virtual

Set/Get the parent Identification number

◆ SetProperty()

template<unsigned int VDimension = 3>
void itk::SpatialObject< VDimension >::SetProperty ( const PropertyType property)
inline

Set the property applied to the object.

Definition at line 173 of file itkSpatialObject.h.

◆ SetRequestedRegion() [1/2]

template<unsigned int VDimension = 3>
void itk::SpatialObject< VDimension >::SetRequestedRegion ( const DataObject data)
overridevirtual

Set the requested region from this data object to match the requested region of the data object passed in as a parameter. This method implements the API from DataObject. The data object parameter must be castable to an ImageBase.

Reimplemented from itk::DataObject.

◆ SetRequestedRegion() [2/2]

template<unsigned int VDimension = 3>
virtual void itk::SpatialObject< VDimension >::SetRequestedRegion ( const RegionType region)
virtual

Set the region object that defines the size and starting index for the region of the image requested (i.e., the region of the image to be operated on by a filter).

See also
ImageRegion, SetLargestPossibleRegion(), SetBufferedRegion()

◆ SetRequestedRegionToLargestPossibleRegion()

template<unsigned int VDimension = 3>
void itk::SpatialObject< VDimension >::SetRequestedRegionToLargestPossibleRegion ( )
overridevirtual

Set the RequestedRegion to the LargestPossibleRegion. This forces a filter to produce all of the output in one execution (i.e. not streaming) on the next call to Update().

Reimplemented from itk::DataObject.

◆ SetTypeName()

template<unsigned int VDimension = 3>
virtual void itk::SpatialObject< VDimension >::SetTypeName ( std::string  _arg)
virtual

Set the typename of the SpatialObject. Use cautiously - Conversion, Factory, and IO methods depend on standard naming. Can be used to prepend a subtype to a typename.

◆ Update()

template<unsigned int VDimension = 3>
void itk::SpatialObject< VDimension >::Update ( )
overridevirtual

Update - Optionally used to compute a world-coordinate representation of the object. Object-dependent implementation.

Reimplemented from itk::DataObject.

◆ UpdateOutputInformation()

template<unsigned int VDimension = 3>
void itk::SpatialObject< VDimension >::UpdateOutputInformation ( )
overridevirtual

Update the information for this DataObject so that it can be used as an output of a ProcessObject. This method is used the pipeline mechanism to propagate information and initialize the meta data associated with a DataObject. This method calls its source's ProcessObject::UpdateOutputInformation() which determines modified times, LargestPossibleRegions, and any extra meta data like spacing, origin, etc.

Reimplemented from itk::DataObject.

◆ ValueAtChildrenInObjectSpace()

template<unsigned int VDimension = 3>
virtual bool itk::SpatialObject< VDimension >::ValueAtChildrenInObjectSpace ( const PointType point,
double &  value,
unsigned int  depth = 0,
const std::string &  name = "" 
) const
virtual

Return the value of the object at a point.

◆ ValueAtInObjectSpace()

template<unsigned int VDimension = 3>
virtual bool itk::SpatialObject< VDimension >::ValueAtInObjectSpace ( const PointType point,
double &  value,
unsigned int  depth = 0,
const std::string &  name = "" 
) const
virtual

Returns the value at a point. Returns true if that value is valid.

Reimplemented in itk::GaussianSpatialObject< TDimension >, itk::ImageSpatialObject< TDimension, TPixelType >, and itk::ImageSpatialObject< TDimension, TPixel >.

◆ ValueAtInWorldSpace()

template<unsigned int VDimension = 3>
bool itk::SpatialObject< VDimension >::ValueAtInWorldSpace ( const PointType point,
double &  value,
unsigned int  depth = 0,
const std::string &  name = "" 
) const

World space equivalent to ValueAtInObjectSpace

Note
This member function assumes that the internal ObjectToWorldTransformInverse transform is up-to-date. This transform may be updated explicitly by calling GetObjectToWorldTransformInverse(), Update(), or SetObjectToWorldTransform(transform)
This member function is not meant to be overridden. In the future, it may not be declared virtual anymore.

◆ VerifyRequestedRegion()

template<unsigned int VDimension = 3>
bool itk::SpatialObject< VDimension >::VerifyRequestedRegion ( )
overridevirtual

Verify that the RequestedRegion is within the LargestPossibleRegion. If the RequestedRegion is not within the LargestPossibleRegion, then the filter cannot possible satisfy the request. This method returns true if the request can be satisfied and returns fails if the request cannot. This method is used by PropagateRequestedRegion(). PropagateRequestedRegion() throws a InvalidRequestedRegionError exception is the requested region is not within the LargestPossibleRegion.

Reimplemented from itk::DataObject.

Member Data Documentation

◆ m_BufferedRegion

template<unsigned int VDimension = 3>
RegionType itk::SpatialObject< VDimension >::m_BufferedRegion {}
private

Definition at line 751 of file itkSpatialObject.h.

◆ m_ChildrenList

template<unsigned int VDimension = 3>
ChildrenListType itk::SpatialObject< VDimension >::m_ChildrenList {}
private

Definition at line 764 of file itkSpatialObject.h.

◆ m_DefaultInsideValue

template<unsigned int VDimension = 3>
double itk::SpatialObject< VDimension >::m_DefaultInsideValue { 1.0 }
private

Default inside value for the ValueAtInWorldSpace()

Definition at line 767 of file itkSpatialObject.h.

◆ m_DefaultOutsideValue

template<unsigned int VDimension = 3>
double itk::SpatialObject< VDimension >::m_DefaultOutsideValue { 0.0 }
private

Default outside value for the ValueAtInWorldSpace()

Definition at line 770 of file itkSpatialObject.h.

◆ m_FamilyBoundingBoxInObjectSpace

template<unsigned int VDimension = 3>
const BoundingBoxPointer itk::SpatialObject< VDimension >::m_FamilyBoundingBoxInObjectSpace { BoundingBoxType::New() }
private

Definition at line 755 of file itkSpatialObject.h.

◆ m_FamilyBoundingBoxInWorldSpace

template<unsigned int VDimension = 3>
const BoundingBoxPointer itk::SpatialObject< VDimension >::m_FamilyBoundingBoxInWorldSpace { BoundingBoxType::New() }
private

Definition at line 756 of file itkSpatialObject.h.

◆ m_Id

template<unsigned int VDimension = 3>
int itk::SpatialObject< VDimension >::m_Id { -1 }
private

Object Identification Number

Definition at line 739 of file itkSpatialObject.h.

◆ m_LargestPossibleRegion

template<unsigned int VDimension = 3>
RegionType itk::SpatialObject< VDimension >::m_LargestPossibleRegion {}
private

Definition at line 749 of file itkSpatialObject.h.

◆ m_MyBoundingBoxInObjectSpace

template<unsigned int VDimension = 3>
const BoundingBoxPointer itk::SpatialObject< VDimension >::m_MyBoundingBoxInObjectSpace { BoundingBoxType::New() }
private

Definition at line 753 of file itkSpatialObject.h.

◆ m_MyBoundingBoxInWorldSpace

template<unsigned int VDimension = 3>
const BoundingBoxPointer itk::SpatialObject< VDimension >::m_MyBoundingBoxInWorldSpace { BoundingBoxType::New() }
private

Definition at line 754 of file itkSpatialObject.h.

◆ m_ObjectToParentTransform

template<unsigned int VDimension = 3>
const TransformPointer itk::SpatialObject< VDimension >::m_ObjectToParentTransform { TransformType::New() }
private

Definition at line 758 of file itkSpatialObject.h.

◆ m_ObjectToParentTransformInverse

template<unsigned int VDimension = 3>
const TransformPointer itk::SpatialObject< VDimension >::m_ObjectToParentTransformInverse { TransformType::New() }
private

Definition at line 759 of file itkSpatialObject.h.

◆ m_ObjectToWorldTransform

template<unsigned int VDimension = 3>
const TransformPointer itk::SpatialObject< VDimension >::m_ObjectToWorldTransform { TransformType::New() }
private

Definition at line 761 of file itkSpatialObject.h.

◆ m_ObjectToWorldTransformInverse

template<unsigned int VDimension = 3>
const TransformPointer itk::SpatialObject< VDimension >::m_ObjectToWorldTransformInverse { TransformType::New() }
private

Definition at line 762 of file itkSpatialObject.h.

◆ m_Parent

template<unsigned int VDimension = 3>
Self* itk::SpatialObject< VDimension >::m_Parent { nullptr }
private

Definition at line 747 of file itkSpatialObject.h.

◆ m_ParentId

template<unsigned int VDimension = 3>
int itk::SpatialObject< VDimension >::m_ParentId { -1 }
private

Definition at line 746 of file itkSpatialObject.h.

◆ m_Property

template<unsigned int VDimension = 3>
PropertyType itk::SpatialObject< VDimension >::m_Property {}
private

Definition at line 744 of file itkSpatialObject.h.

◆ m_RequestedRegion

template<unsigned int VDimension = 3>
RegionType itk::SpatialObject< VDimension >::m_RequestedRegion {}
private

Definition at line 750 of file itkSpatialObject.h.

◆ m_TypeName

template<unsigned int VDimension = 3>
std::string itk::SpatialObject< VDimension >::m_TypeName { "SpatialObject" }
private

Type of spatial object

Definition at line 742 of file itkSpatialObject.h.

◆ MaximumDepth

template<unsigned int VDimension = 3>
constexpr unsigned int itk::SpatialObject< VDimension >::MaximumDepth = std::numeric_limits<unsigned int>::max()
staticconstexpr

Definition at line 69 of file itkSpatialObject.h.

◆ ObjectDimension

template<unsigned int VDimension = 3>
constexpr ObjectDimensionType itk::SpatialObject< VDimension >::ObjectDimension = VDimension
staticconstexpr

Definition at line 67 of file itkSpatialObject.h.


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