ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itk::TubeSpatialObject< TDimension, TSpatialObjectPointType > Class Template Reference

#include <itkTubeSpatialObject.h>

Detailed Description

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>
class itk::TubeSpatialObject< TDimension, TSpatialObjectPointType >

Representation of a tube based on the spatial object classes.

The tube is basically defined by a set of points. Each tube can be connected to a tube network, by using the AddChild() methods of a TubeSpatialObject Object. A tube is also identified by an id number when connected to a network.

See also
TubeSpatialObjectPoint
Examples
Examples/Filtering/SpatialObjectToImage1.cxx, Examples/SpatialObjects/TubeSpatialObject.cxx, and Examples/SpatialObjects/VesselTubeSpatialObject.cxx.

Definition at line 42 of file itkTubeSpatialObject.h.

+ Inheritance diagram for itk::TubeSpatialObject< TDimension, TSpatialObjectPointType >:
+ Collaboration diagram for itk::TubeSpatialObject< TDimension, TSpatialObjectPointType >:

Public Types

typedef BoundingBox< IdentifierType, VDimension, ScalarType, VectorContainerTypeBoundingBoxType
 
using ConstPointer = SmartPointer<const Self>
 
typedef CovariantVector< ScalarType, VDimension > CovariantVectorType
 
using PointContainerPointer = SmartPointer<PointContainerType>
 
using PointContainerType = VectorContainer<PointType>
 
using Pointer = SmartPointer<Self>
 
typedef Point< ScalarType, VDimension > PointType
 
using ScalarType = double
 
using Self = TubeSpatialObject
 
using Superclass = PointBasedSpatialObject<TDimension, TSpatialObjectPointType>
 
typedef AffineTransform< ScalarType, VDimension > TransformType
 
using TubePointListType = std::vector<TubePointType>
 
using TubePointType = TSpatialObjectPointType
 
typedef Vector< ScalarType, VDimension > VectorType
 
- Public Types inherited from itk::PointBasedSpatialObject< TDimension, TSpatialObjectPointType >
using BoundingBoxType
 
using ConstPointer = SmartPointer<const Self>
 
using CovariantVectorType
 
using Pointer = SmartPointer<Self>
 
using PointType
 
using ScalarType = double
 
using Self = PointBasedSpatialObject
 
using SpatialObjectPointListType = std::vector<SpatialObjectPointType>
 
using SpatialObjectPointType = TSpatialObjectPointType
 
using Superclass = SpatialObject<TDimension>
 
using TransformType
 
using VectorType
 
- Public Types inherited from itk::SpatialObject< 3 >
using BoundingBoxPointer
 
using BoundingBoxType
 
using ChildrenConstListPointer
 
using ChildrenConstListType
 
using ChildrenListPointer
 
using ChildrenListType
 
using ConstPointer
 
using CovariantVectorType
 
using DerivativeOffsetType
 
using DerivativeVectorPointer
 
using DerivativeVectorType
 
using IndexType
 
using InputType
 
using ObjectConstListType
 
using ObjectDimensionType
 
using ObjectListType
 
using Pointer
 
using PointPointer
 
using PointType
 
using PropertyType
 
using RegionType
 
using ScalarType
 
using Self
 
using SizeType
 
using Superclass
 
using TransformConstPointer
 
using TransformPointer
 
using TransformType
 
using VectorContainerType
 
using VectorPointer
 
using VectorType
 
- 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 Clear () override
 
bool ComputeTangentsAndNormals ()
 
void CopyInformation (const DataObject *data) override
 
virtual::itk::LightObject::Pointer CreateAnother () const
 
const char * GetNameOfClass () const override
 
virtual int GetParentPoint () const
 
virtual bool GetRoot () const
 
bool IsInsideInObjectSpace (const PointType &point) const override
 
bool IsInsideInObjectSpace (const PointType &point, unsigned int depth, const std::string &name="") const
 
unsigned int RemoveDuplicatePointsInObjectSpace (double minSpacingInObjectSpace=0)
 
virtual void RootOff ()
 
virtual void RootOn ()
 
virtual void SetParentPoint (int _arg)
 
virtual void SetRoot (bool _arg)
 
virtual void SetEndRounded (bool _arg)
 
virtual bool GetEndRounded () const
 
virtual void EndRoundedOn ()
 
virtual void EndRoundedOff ()
 
- Public Member Functions inherited from itk::PointBasedSpatialObject< TDimension, TSpatialObjectPointType >
virtual void AddPoint (const SpatialObjectPointType &newPoint)
 
TSpatialObjectPointType ClosestPointInObjectSpace (const PointType &point) const
 
TSpatialObjectPointType ClosestPointInWorldSpace (const PointType &point) 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, unsigned int depth, const std::string &name="") const
 
virtual void RemovePoint (IdentifierType id)
 
virtual void SetPoints (const SpatialObjectPointListType &newPoints)
 
- Public Member Functions inherited from itk::SpatialObject< 3 >
void AddChild (Self *pointer)
 
void AddChild (Self *pointer)
 
virtual void AddChildrenToConstList (ChildrenConstListType *childrenCList, unsigned int depth=0, const std::string &name="") const
 
virtual void AddChildrenToConstList (ChildrenConstListType *childrenCList, unsigned int depth=0, const std::string &name="") const
 
virtual void AddChildrenToList (ChildrenListType *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
 
bool CheckIdValidity () const
 
virtual bool ComputeFamilyBoundingBox (unsigned int depth=0, const std::string &name="") const
 
virtual bool ComputeFamilyBoundingBox (unsigned int depth=0, const std::string &name="") const
 
void ComputeObjectToParentTransform ()
 
void ComputeObjectToParentTransform ()
 
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))
 
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))
 
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
 
bool Evaluate (const PointType &point) const
 
void FixIdValidity ()
 
void FixIdValidity ()
 
bool FixParentChildHierarchyUsingParentIds ()
 
bool FixParentChildHierarchyUsingParentIds ()
 
virtual const RegionTypeGetBufferedRegion () const
 
virtual const RegionTypeGetBufferedRegion () const
 
virtual ChildrenListTypeGetChildren (unsigned int depth=0, const std::string &name="") const
 
virtual ChildrenListTypeGetChildren (unsigned int depth=0, const std::string &name="") const
 
virtual std::string GetClassNameAndDimension () const
 
virtual std::string GetClassNameAndDimension () const
 
virtual ChildrenConstListTypeGetConstChildren (unsigned int depth=0, const std::string &name="") const
 
virtual ChildrenConstListTypeGetConstChildren (unsigned int depth=0, const std::string &name="") const
 
virtual const BoundingBoxTypeGetFamilyBoundingBoxInObjectSpace () const
 
virtual const BoundingBoxTypeGetFamilyBoundingBoxInObjectSpace () const
 
virtual const BoundingBoxTypeGetFamilyBoundingBoxInWorldSpace () const
 
virtual const BoundingBoxTypeGetFamilyBoundingBoxInWorldSpace () const
 
virtual const RegionTypeGetLargestPossibleRegion () const
 
virtual const RegionTypeGetLargestPossibleRegion () const
 
unsigned int GetMaximumDepth () const
 
unsigned int GetMaximumDepth () const
 
ModifiedTimeType GetMTime () const override
 
ModifiedTimeType GetMTime () const override
 
virtual const BoundingBoxTypeGetMyBoundingBoxInObjectSpace () const
 
virtual const BoundingBoxTypeGetMyBoundingBoxInObjectSpace () const
 
virtual const BoundingBoxTypeGetMyBoundingBoxInWorldSpace () const
 
virtual const BoundingBoxTypeGetMyBoundingBoxInWorldSpace () const
 
ModifiedTimeType GetMyMTime () const
 
ModifiedTimeType GetMyMTime () const
 
int GetNextAvailableId () const
 
int GetNextAvailableId () const
 
unsigned int GetNumberOfChildren (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)
 
SpatialObject< VDimension > * GetObjectById (int id)
 
unsigned int GetObjectDimension () const
 
unsigned int GetObjectDimension () const
 
virtual SelfGetParent ()
 
virtual SelfGetParent ()
 
virtual const SelfGetParent () const
 
virtual const SelfGetParent () const
 
PropertyTypeGetProperty ()
 
PropertyTypeGetProperty ()
 
const PropertyTypeGetProperty () const
 
const PropertyTypeGetProperty () const
 
virtual const RegionTypeGetRequestedRegion () const
 
virtual const RegionTypeGetRequestedRegion () const
 
virtual std::string GetTypeName () const
 
virtual std::string GetTypeName () const
 
virtual bool HasParent () const
 
virtual bool HasParent () const
 
virtual bool IsEvaluableAtChildrenInObjectSpace (const PointType &point, 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 bool IsEvaluableAtInObjectSpace (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
 
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 IsInsideChildrenInObjectSpace (const PointType &point, unsigned int depth=0, const std::string &name="") const
 
bool IsInsideInObjectSpace (const PointType &point, unsigned int depth, const std::string &name="") 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) const
 
bool IsInsideInWorldSpace (const PointType &point, unsigned int depth, const std::string &name="") const
 
bool IsInsideInWorldSpace (const PointType &point, unsigned int depth, const std::string &name="") const
 
void RemoveAllChildren (unsigned int depth=MaximumDepth)
 
void RemoveAllChildren (unsigned int depth=MaximumDepth)
 
bool RemoveChild (Self *pointer)
 
bool RemoveChild (Self *pointer)
 
bool RequestedRegionIsOutsideOfTheBufferedRegion () override
 
bool RequestedRegionIsOutsideOfTheBufferedRegion () override
 
virtual void SetBufferedRegion (const RegionType &region)
 
virtual void SetBufferedRegion (const RegionType &region)
 
void SetChildren (ChildrenListType &children)
 
void SetChildren (ChildrenListType &children)
 
virtual void SetLargestPossibleRegion (const RegionType &region)
 
virtual void SetLargestPossibleRegion (const RegionType &region)
 
void SetParent (Self *parent)
 
void SetParent (Self *parent)
 
void SetRequestedRegion (const DataObject *data) override
 
void SetRequestedRegion (const DataObject *data) override
 
virtual void SetRequestedRegion (const RegionType &region)
 
virtual void SetRequestedRegion (const RegionType &region)
 
void SetRequestedRegionToLargestPossibleRegion () override
 
void SetRequestedRegionToLargestPossibleRegion () override
 
virtual void SetTypeName (std::string _arg)
 
virtual void SetTypeName (std::string _arg)
 
void Update () override
 
void Update () override
 
void UpdateOutputInformation () override
 
void UpdateOutputInformation () override
 
virtual bool ValueAtChildrenInObjectSpace (const PointType &point, double &value, 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 ValueAtInObjectSpace (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 ValueAtInWorldSpace (const PointType &point, double &value, unsigned int depth=0, const std::string &name="") const
 
bool VerifyRequestedRegion () override
 
bool VerifyRequestedRegion () override
 
void SetId (int id)
 
virtual const int & GetId () const
 
void SetId (int id)
 
virtual const int & GetId () const
 
void SetProperty (const PropertyType &property)
 
void SetProperty (const PropertyType &property)
 
void SetObjectToWorldTransform (const TransformType *transform)
 
virtual TransformTypeGetModifiableObjectToWorldTransform ()
 
virtual const TransformTypeGetObjectToWorldTransform () const
 
const TransformTypeGetObjectToWorldTransformInverse () 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 SetObjectToParentTransform (const TransformType *transform)
 
virtual TransformTypeGetModifiableObjectToParentTransform ()
 
virtual const TransformTypeGetObjectToParentTransform () const
 
const TransformTypeGetObjectToParentTransformInverse () const
 
virtual void SetDefaultInsideValue (double _arg)
 
virtual double GetDefaultInsideValue () const
 
virtual void SetDefaultInsideValue (double _arg)
 
virtual double GetDefaultInsideValue () const
 
virtual void SetDefaultOutsideValue (double _arg)
 
virtual double GetDefaultOutsideValue () const
 
virtual void SetDefaultOutsideValue (double _arg)
 
virtual double GetDefaultOutsideValue () const
 
virtual void SetParentId (int _arg)
 
virtual const int & GetParentId () 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 ReleaseDataFlagOff ()
 
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 *cmd) 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) const
 
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, TSpatialObjectPointType >
static Pointer New ()
 
- Static Public Member Functions inherited from itk::SpatialObject< 3 >
static Pointer New ()
 
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
 
LightObject::Pointer InternalClone () const override
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 TubeSpatialObject ()
 
 ~TubeSpatialObject () override=default
 
- Protected Member Functions inherited from itk::PointBasedSpatialObject< TDimension, TSpatialObjectPointType >
 PointBasedSpatialObject ()
 
 ~PointBasedSpatialObject () override=default
 
- Protected Member Functions inherited from itk::SpatialObject< 3 >
BoundingBoxTypeGetModifiableMyBoundingBoxInObjectSpace ()
 
BoundingBoxTypeGetModifiableMyBoundingBoxInObjectSpace ()
 
void ProtectedComputeObjectToWorldTransform ()
 
void ProtectedComputeObjectToWorldTransform ()
 
 SpatialObject ()=default
 
 SpatialObject ()=default
 
 ~SpatialObject () override
 
 ~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

bool m_EndRounded {}
 
int m_ParentPoint {}
 
bool m_Root {}
 

Additional Inherited Members

- Static Public Attributes inherited from itk::SpatialObject< 3 >
static constexpr unsigned int MaximumDepth
 
static constexpr unsigned int MaximumDepth
 
static constexpr ObjectDimensionType ObjectDimension
 
static constexpr ObjectDimensionType ObjectDimension
 
- Protected Attributes inherited from itk::PointBasedSpatialObject< TDimension, TSpatialObjectPointType >
SpatialObjectPointListType m_Points {}
 
- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount {}
 

Member Typedef Documentation

◆ BoundingBoxType

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>

◆ ConstPointer

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>
using itk::TubeSpatialObject< TDimension, TSpatialObjectPointType >::ConstPointer = SmartPointer<const Self>

Definition at line 50 of file itkTubeSpatialObject.h.

◆ CovariantVectorType

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>

◆ PointContainerPointer

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>
using itk::TubeSpatialObject< TDimension, TSpatialObjectPointType >::PointContainerPointer = SmartPointer<PointContainerType>

Definition at line 61 of file itkTubeSpatialObject.h.

◆ PointContainerType

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>
using itk::TubeSpatialObject< TDimension, TSpatialObjectPointType >::PointContainerType = VectorContainer<PointType>

Definition at line 60 of file itkTubeSpatialObject.h.

◆ Pointer

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>
using itk::TubeSpatialObject< TDimension, TSpatialObjectPointType >::Pointer = SmartPointer<Self>

Definition at line 49 of file itkTubeSpatialObject.h.

◆ PointType

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>

◆ ScalarType

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>
using itk::TubeSpatialObject< TDimension, TSpatialObjectPointType >::ScalarType = double

Definition at line 52 of file itkTubeSpatialObject.h.

◆ Self

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>
using itk::TubeSpatialObject< TDimension, TSpatialObjectPointType >::Self = TubeSpatialObject

Definition at line 47 of file itkTubeSpatialObject.h.

◆ Superclass

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>
using itk::TubeSpatialObject< TDimension, TSpatialObjectPointType >::Superclass = PointBasedSpatialObject<TDimension, TSpatialObjectPointType>

Definition at line 48 of file itkTubeSpatialObject.h.

◆ TransformType

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>

◆ TubePointListType

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>
using itk::TubeSpatialObject< TDimension, TSpatialObjectPointType >::TubePointListType = std::vector<TubePointType>

Definition at line 55 of file itkTubeSpatialObject.h.

◆ TubePointType

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>
using itk::TubeSpatialObject< TDimension, TSpatialObjectPointType >::TubePointType = TSpatialObjectPointType

Definition at line 54 of file itkTubeSpatialObject.h.

◆ VectorType

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>

Constructor & Destructor Documentation

◆ TubeSpatialObject()

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>
itk::TubeSpatialObject< TDimension, TSpatialObjectPointType >::TubeSpatialObject ( )
protected

◆ ~TubeSpatialObject()

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>
itk::TubeSpatialObject< TDimension, TSpatialObjectPointType >::~TubeSpatialObject ( )
overrideprotecteddefault

Member Function Documentation

◆ Clear()

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>
void itk::TubeSpatialObject< TDimension, TSpatialObjectPointType >::Clear ( )
overridevirtual

Reset the spatial object to its initial condition, yet preserves Id, Parent, and Child information

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

◆ ComputeMyBoundingBox()

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>
void itk::TubeSpatialObject< TDimension, TSpatialObjectPointType >::ComputeMyBoundingBox ( )
overrideprotectedvirtual

Compute the boundaries of the tube.

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

◆ ComputeTangentsAndNormals()

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>
bool itk::TubeSpatialObject< TDimension, TSpatialObjectPointType >::ComputeTangentsAndNormals ( )

Compute the tangents and normals of the centerline of the tube.

◆ CopyInformation()

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>
void itk::TubeSpatialObject< TDimension, TSpatialObjectPointType >::CopyInformation ( const DataObject * data)
overridevirtual

Copy the information from another spatial object.

Reimplemented from itk::SpatialObject< 3 >.

◆ CreateAnother()

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>
virtual::itk::LightObject::Pointer itk::TubeSpatialObject< TDimension, TSpatialObjectPointType >::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::PointBasedSpatialObject< TDimension, TSpatialObjectPointType >.

◆ EndRoundedOff()

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>
virtual void itk::TubeSpatialObject< TDimension, TSpatialObjectPointType >::EndRoundedOff ( )
virtual

Set the type of tube end-type: false = flat, true = rounded

◆ EndRoundedOn()

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>
virtual void itk::TubeSpatialObject< TDimension, TSpatialObjectPointType >::EndRoundedOn ( )
virtual

Set the type of tube end-type: false = flat, true = rounded

◆ GetEndRounded()

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>
virtual bool itk::TubeSpatialObject< TDimension, TSpatialObjectPointType >::GetEndRounded ( ) const
virtual

Set the type of tube end-type: false = flat, true = rounded

◆ GetNameOfClass()

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>
const char * itk::TubeSpatialObject< TDimension, TSpatialObjectPointType >::GetNameOfClass ( ) const
overridevirtual

◆ GetParentPoint()

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>
virtual int itk::TubeSpatialObject< TDimension, TSpatialObjectPointType >::GetParentPoint ( ) const
virtual

Get the parent point which corresponds to the position of the point in the parent's points list

◆ GetRoot()

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>
virtual bool itk::TubeSpatialObject< TDimension, TSpatialObjectPointType >::GetRoot ( ) const
virtual

Get a flag for tube which are a "root" of a tube network in the scene

◆ InternalClone()

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>
LightObject::Pointer itk::TubeSpatialObject< TDimension, TSpatialObjectPointType >::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::PointBasedSpatialObject< TDimension, TSpatialObjectPointType >.

◆ IsInsideInObjectSpace() [1/2]

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>
bool itk::TubeSpatialObject< TDimension, TSpatialObjectPointType >::IsInsideInObjectSpace ( const PointType & point) const
overridevirtual

Test whether a point is inside the object: returns true if the point is inside the tube, false otherwise.

For computational speed purposes, it is faster if the method does not check the name of the class and the current depth.

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

◆ IsInsideInObjectSpace() [2/2]

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>
( 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.

◆ New()

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>
static Pointer itk::TubeSpatialObject< TDimension, TSpatialObjectPointType >::New ( )
static

Method for creation through the object factory.

◆ PrintSelf()

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

Method to print the object.

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

◆ RemoveDuplicatePointsInObjectSpace()

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>
unsigned int itk::TubeSpatialObject< TDimension, TSpatialObjectPointType >::RemoveDuplicatePointsInObjectSpace ( double minSpacingInObjectSpace = 0)

Remove duplicate points.

◆ RootOff()

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>
virtual void itk::TubeSpatialObject< TDimension, TSpatialObjectPointType >::RootOff ( )
virtual

◆ RootOn()

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>
virtual void itk::TubeSpatialObject< TDimension, TSpatialObjectPointType >::RootOn ( )
virtual

◆ SetEndRounded()

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>
virtual void itk::TubeSpatialObject< TDimension, TSpatialObjectPointType >::SetEndRounded ( bool _arg)
virtual

Set the type of tube end-type: false = flat, true = rounded

◆ SetParentPoint()

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>
virtual void itk::TubeSpatialObject< TDimension, TSpatialObjectPointType >::SetParentPoint ( int _arg)
virtual

Set the parent point which corresponds to the position of the point in the parent's points list

◆ SetRoot()

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>
virtual void itk::TubeSpatialObject< TDimension, TSpatialObjectPointType >::SetRoot ( bool _arg)
virtual

Set a flag for tube which are a "root" of a tube network in the scene

Member Data Documentation

◆ m_EndRounded

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>
bool itk::TubeSpatialObject< TDimension, TSpatialObjectPointType >::m_EndRounded {}
private

Definition at line 149 of file itkTubeSpatialObject.h.

◆ m_ParentPoint

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>
int itk::TubeSpatialObject< TDimension, TSpatialObjectPointType >::m_ParentPoint {}
private

Definition at line 148 of file itkTubeSpatialObject.h.

◆ m_Root

template<unsigned int TDimension = 3, class TSpatialObjectPointType = TubeSpatialObjectPoint<TDimension>>
bool itk::TubeSpatialObject< TDimension, TSpatialObjectPointType >::m_Root {}
private

Definition at line 150 of file itkTubeSpatialObject.h.


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