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

#include <itkSurfaceSpatialObject.h>

+ Inheritance diagram for itk::SurfaceSpatialObject< TDimension >:
+ Collaboration diagram for itk::SurfaceSpatialObject< TDimension >:

Public Types

using BoundingBoxType = typename Superclass::BoundingBoxType
 
using ConstPointer = SmartPointer< const Self >
 
using CovariantVectorType = typename Superclass::CovariantVectorType
 
using PointContainerPointer = SmartPointer< PointContainerType >
 
using PointContainerType = VectorContainer< IdentifierType, PointType >
 
using Pointer = SmartPointer< Self >
 
using PointType = typename Superclass::PointType
 
using ScalarType = double
 
using Self = SurfaceSpatialObject
 
using SpatialObjectPointType = typename Superclass::SpatialObjectPointType
 
using Superclass = PointBasedSpatialObject< TDimension, SurfaceSpatialObjectPoint< TDimension > >
 
using SurfacePointListType = std::vector< SurfacePointType >
 
using SurfacePointType = SurfaceSpatialObjectPoint< TDimension >
 
using TransformType = typename Superclass::TransformType
 
- Public Types inherited from itk::PointBasedSpatialObject< TDimension, SurfaceSpatialObjectPoint< TDimension > >
using BoundingBoxType = typename Superclass::BoundingBoxType
 
using ConstPointer = SmartPointer< const Self >
 
using CovariantVectorType = typename Superclass::CovariantVectorType
 
using Pointer = SmartPointer< Self >
 
using PointType = typename Superclass::PointType
 
using ScalarType = double
 
using Self = PointBasedSpatialObject
 
using SpatialObjectPointListType = std::vector< SpatialObjectPointType >
 
using SpatialObjectPointType = SurfaceSpatialObjectPoint< TDimension >
 
using Superclass = SpatialObject< TDimension >
 
using TransformType = typename Superclass::TransformType
 
using VectorType = typename Superclass::VectorType
 
- 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

bool Approximate3DNormals ()
 
void Clear () override
 
virtual ::itk::LightObject::Pointer CreateAnother () const
 
virtual const char * GetNameOfClass () const
 
- Public Member Functions inherited from itk::PointBasedSpatialObject< TDimension, SurfaceSpatialObjectPoint< TDimension > >
virtual void AddPoint (const SpatialObjectPointType &newPoint)
 
void Clear () override
 
SurfaceSpatialObjectPoint< TDimension > ClosestPointInObjectSpace (const PointType &point) const
 
SurfaceSpatialObjectPoint< TDimension > ClosestPointInWorldSpace (const PointType &point) const
 
virtual ::itk::LightObject::Pointer CreateAnother () const
 
virtual SizeValueType GetNumberOfPoints () const
 
virtual SpatialObjectPointTypeGetPoint (IdentifierType id)
 
virtual const SpatialObjectPointTypeGetPoint (IdentifierType id) const
 
virtual SpatialObjectPointListTypeGetPoints ()
 
virtual const SpatialObjectPointListTypeGetPoints () const
 
bool IsInsideInObjectSpace (const PointType &point) const override
 
virtual void RemovePoint (IdentifierType id)
 
virtual void SetPoints (const SpatialObjectPointListType &newPoints)
 
- 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::PointBasedSpatialObject< TDimension, SurfaceSpatialObjectPoint< TDimension > >
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

LightObject::Pointer InternalClone () const override
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 SurfaceSpatialObject ()
 
 ~SurfaceSpatialObject () override=default
 
- Protected Member Functions inherited from itk::PointBasedSpatialObject< TDimension, SurfaceSpatialObjectPoint< TDimension > >
void ComputeMyBoundingBox () override
 
LightObject::Pointer InternalClone () const override
 
 PointBasedSpatialObject ()
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 ~PointBasedSpatialObject () override=default
 
- 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::SpatialObject< TDimension >
static constexpr unsigned int MaximumDepth
 
static constexpr ObjectDimensionType ObjectDimension
 
- Protected Attributes inherited from itk::PointBasedSpatialObject< TDimension, SurfaceSpatialObjectPoint< TDimension > >
SpatialObjectPointListType m_Points
 
- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount
 

Detailed Description

template<unsigned int TDimension = 3>
class itk::SurfaceSpatialObject< TDimension >

Representation of a Surface based on the spatial object classes.

The Surface is basically defined by a set of points.

See also
SurfaceSpatialObjectPoint
Examples
Examples/SpatialObjects/SurfaceSpatialObject.cxx.

Definition at line 39 of file itkSurfaceSpatialObject.h.

Member Typedef Documentation

◆ BoundingBoxType

template<unsigned int TDimension = 3>
using itk::SurfaceSpatialObject< TDimension >::BoundingBoxType = typename Superclass::BoundingBoxType

Definition at line 60 of file itkSurfaceSpatialObject.h.

◆ ConstPointer

template<unsigned int TDimension = 3>
using itk::SurfaceSpatialObject< TDimension >::ConstPointer = SmartPointer<const Self>

Definition at line 48 of file itkSurfaceSpatialObject.h.

◆ CovariantVectorType

template<unsigned int TDimension = 3>
using itk::SurfaceSpatialObject< TDimension >::CovariantVectorType = typename Superclass::CovariantVectorType

Definition at line 61 of file itkSurfaceSpatialObject.h.

◆ PointContainerPointer

template<unsigned int TDimension = 3>
using itk::SurfaceSpatialObject< TDimension >::PointContainerPointer = SmartPointer<PointContainerType>

Definition at line 59 of file itkSurfaceSpatialObject.h.

◆ PointContainerType

template<unsigned int TDimension = 3>
using itk::SurfaceSpatialObject< TDimension >::PointContainerType = VectorContainer<IdentifierType, PointType>

Definition at line 58 of file itkSurfaceSpatialObject.h.

◆ Pointer

template<unsigned int TDimension = 3>
using itk::SurfaceSpatialObject< TDimension >::Pointer = SmartPointer<Self>

Definition at line 47 of file itkSurfaceSpatialObject.h.

◆ PointType

template<unsigned int TDimension = 3>
using itk::SurfaceSpatialObject< TDimension >::PointType = typename Superclass::PointType

Definition at line 56 of file itkSurfaceSpatialObject.h.

◆ ScalarType

template<unsigned int TDimension = 3>
using itk::SurfaceSpatialObject< TDimension >::ScalarType = double

Definition at line 50 of file itkSurfaceSpatialObject.h.

◆ Self

template<unsigned int TDimension = 3>
using itk::SurfaceSpatialObject< TDimension >::Self = SurfaceSpatialObject

Definition at line 45 of file itkSurfaceSpatialObject.h.

◆ SpatialObjectPointType

template<unsigned int TDimension = 3>
using itk::SurfaceSpatialObject< TDimension >::SpatialObjectPointType = typename Superclass::SpatialObjectPointType

Definition at line 55 of file itkSurfaceSpatialObject.h.

◆ Superclass

template<unsigned int TDimension = 3>
using itk::SurfaceSpatialObject< TDimension >::Superclass = PointBasedSpatialObject<TDimension, SurfaceSpatialObjectPoint<TDimension> >

Definition at line 46 of file itkSurfaceSpatialObject.h.

◆ SurfacePointListType

template<unsigned int TDimension = 3>
using itk::SurfaceSpatialObject< TDimension >::SurfacePointListType = std::vector<SurfacePointType>

Definition at line 53 of file itkSurfaceSpatialObject.h.

◆ SurfacePointType

template<unsigned int TDimension = 3>
using itk::SurfaceSpatialObject< TDimension >::SurfacePointType = SurfaceSpatialObjectPoint<TDimension>

Definition at line 52 of file itkSurfaceSpatialObject.h.

◆ TransformType

template<unsigned int TDimension = 3>
using itk::SurfaceSpatialObject< TDimension >::TransformType = typename Superclass::TransformType

Definition at line 57 of file itkSurfaceSpatialObject.h.

Constructor & Destructor Documentation

◆ SurfaceSpatialObject()

template<unsigned int TDimension = 3>
itk::SurfaceSpatialObject< TDimension >::SurfaceSpatialObject ( )
protected

◆ ~SurfaceSpatialObject()

template<unsigned int TDimension = 3>
itk::SurfaceSpatialObject< TDimension >::~SurfaceSpatialObject ( )
overrideprotecteddefault

Member Function Documentation

◆ Approximate3DNormals()

template<unsigned int TDimension = 3>
bool itk::SurfaceSpatialObject< TDimension >::Approximate3DNormals ( )

Compute the normals to the surface from neighboring points

◆ Clear()

template<unsigned int TDimension = 3>
void itk::SurfaceSpatialObject< TDimension >::Clear ( )
overridevirtual

Restore a spatial object to its initial state, yet preserves Id as well as parent and children relationships

Reimplemented from itk::SpatialObject< TDimension >.

◆ CreateAnother()

template<unsigned int TDimension = 3>
virtual::itk::LightObject::Pointer itk::SurfaceSpatialObject< TDimension >::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>
virtual const char* itk::SurfaceSpatialObject< TDimension >::GetNameOfClass ( ) const
virtual

Method for creation through the object factory.

Reimplemented from itk::PointBasedSpatialObject< TDimension, SurfaceSpatialObjectPoint< TDimension > >.

◆ InternalClone()

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

◆ New()

template<unsigned int TDimension = 3>
static Pointer itk::SurfaceSpatialObject< TDimension >::New ( )
static

Method for creation through the object factory.

◆ PrintSelf()

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

Method to print the object.

Reimplemented from itk::DataObject.


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