ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions
itk::DTITubeSpatialObject< TDimension > Class Template Reference

#include <itkDTITubeSpatialObject.h>

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

List of all members.

Public Types

typedef Superclass::BoundingBoxType BoundingBoxType
typedef SmartPointer< const SelfConstPointer
typedef
Superclass::CovariantVectorType 
CovariantVectorType
typedef SmartPointer
< PointContainerType
PointContainerPointer
typedef VectorContainer
< IdentifierType, PointType
PointContainerType
typedef SmartPointer< SelfPointer
typedef Superclass::PointListType PointListType
typedef Superclass::PointType PointType
typedef DTITubeSpatialObject Self
typedef
Superclass::SpatialObjectPointType 
SpatialObjectPointType
typedef TubeSpatialObject
< TDimension,
DTITubeSpatialObjectPoint
< TDimension > > 
Superclass
typedef Superclass::TransformType TransformType
typedef
DTITubeSpatialObjectPoint
< TDimension > 
TubePointType
typedef Superclass::VectorType VectorType
- Public Types inherited from itk::TubeSpatialObject< TDimension, DTITubeSpatialObjectPoint< TDimension > >
typedef PointListTypePointListPointer
typedef double ScalarType
- Public Types inherited from itk::PointBasedSpatialObject< TDimension >
- Public Types inherited from itk::SpatialObject< TDimension >
typedef
AffineGeometryFrameType::Pointer 
AffineGeometryFramePointer
typedef AffineGeometryFrame
< double, VDimension > 
AffineGeometryFrameType
typedef BoundingBoxType::Pointer BoundingBoxPointer
typedef ChildrenListTypeChildrenListPointer
typedef std::list< PointerChildrenListType
typedef Index< VDimension > IndexType
typedef Point< ScalarType,
VDimension > 
InputType
typedef Offset< VDimension > OffsetType
typedef OutputVectorTypeOutputVectorPointer
typedef CovariantVector
< double, VDimension > 
OutputVectorType
typedef PointTypePointPointer
typedef PropertyType::Pointer PropertyPointer
typedef SpatialObjectProperty
< float > 
PropertyType
typedef ImageRegion< VDimension > RegionType
typedef Size< VDimension > SizeType
typedef double * SpacingType
typedef const TransformTypeTransformConstPointer
typedef TransformType::Pointer TransformPointer
typedef SpatialObjectTreeNode
< VDimension > 
TreeNodeType
typedef VectorContainer
< IdentifierType, PointType
VectorContainerType
typedef VectorTypeVectorPointer
- Public Types inherited from itk::DataObject
typedef std::string DataObjectIdentifierType
typedef std::vector< Pointer >
::size_type 
DataObjectPointerArraySizeType
- Public Types inherited from itk::Object
- Public Types inherited from itk::LightObject

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const
- Public Member Functions inherited from itk::TubeSpatialObject< TDimension, DTITubeSpatialObjectPoint< TDimension > >
void Clear (void)
bool ComputeLocalBoundingBox () const
bool ComputeTangentAndNormals (void)
void CopyInformation (const DataObject *data)
virtual SizeValueType GetNumberOfPoints (void) const
virtual const
SpatialObjectPointType
GetPoint (IdentifierType ind) const
virtual SpatialObjectPointTypeGetPoint (IdentifierType ind)
virtual PointListTypeGetPoints (void)
virtual const PointListTypeGetPoints (void) const
bool IsEvaluableAt (const PointType &point, unsigned int depth=0, char *name=NULL) const
bool IsInside (const PointType &point, unsigned int depth, char *name) const
virtual bool IsInside (const PointType &point) const
unsigned int RemoveDuplicatePoints (unsigned int step=1)
virtual void RemovePoint (IdentifierType ind)
virtual void SetPoint (IdentifierType ind, const TubePointType &pnt)
virtual void SetPoints (PointListType &newPoints)
bool ValueAt (const PointType &point, double &value, unsigned int depth=0, char *name=NULL) const
virtual void SetEndType (unsigned int _arg)
virtual unsigned int GetEndType () const
virtual void SetParentPoint (int _arg)
virtual int GetParentPoint () const
virtual void SetRoot (bool _arg)
virtual bool GetRoot () const
virtual void SetArtery (bool _arg)
virtual bool GetArtery () const

Static Public Member Functions

static Pointer New ()

Protected Member Functions

 DTITubeSpatialObject ()
virtual void PrintSelf (std::ostream &os, Indent indent) const
virtual ~DTITubeSpatialObject ()
- Protected Member Functions inherited from itk::TubeSpatialObject< TDimension, DTITubeSpatialObjectPoint< TDimension > >
 TubeSpatialObject ()
virtual ~TubeSpatialObject ()
- Protected Member Functions inherited from itk::PointBasedSpatialObject< TDimension >
 PointBasedSpatialObject (const Self &)
 PointBasedSpatialObject ()
virtual ~PointBasedSpatialObject ()
- Protected Member Functions inherited from itk::SpatialObject< TDimension >
void ComputeOffsetTable ()
virtual const BoundingBoxTypeGetBounds ()
virtual const unsigned int & GetDimension ()
virtual const TransformTypeGetInternalInverseTransform ()
virtual void SetDimension (unsigned int _arg)
bool SetInternalInverseTransformToWorldToIndexTransform () const
virtual void SetTypeName (std::string _arg)
 SpatialObject ()
virtual ~SpatialObject ()
- Protected Member Functions inherited from itk::DataObject
virtual void PropagateResetPipeline ()
 DataObject ()
 ~DataObject ()
- Protected Member Functions inherited from itk::Object
 Object ()
bool PrintObservers (std::ostream &os, Indent indent) const
virtual void SetTimeStamp (const TimeStamp &time)
virtual ~Object ()
- Protected Member Functions inherited from itk::LightObject
virtual LightObject::Pointer InternalClone () const
 LightObject ()
virtual void PrintHeader (std::ostream &os, Indent indent) const
virtual void PrintTrailer (std::ostream &os, Indent indent) const
virtual ~LightObject ()

Private Member Functions

 DTITubeSpatialObject (const Self &)
void operator= (const Self &)

Additional Inherited Members

- Protected Attributes inherited from itk::TubeSpatialObject< TDimension, DTITubeSpatialObjectPoint< TDimension > >
bool m_Artery
unsigned int m_EndType
int m_ParentPoint
PointListType m_Points
bool m_Root
unsigned long m_OldMTime
unsigned long m_IndexToWorldTransformMTime

Detailed Description

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

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 AddSpatialObject() methods of a DTITubeSpatialObject Object. A tube is also identified by an id number when connected to a network.

See also:
DTITubeSpatialObjectPoint

Definition at line 42 of file itkDTITubeSpatialObject.h.


Member Typedef Documentation

template<unsigned int TDimension = 3>
typedef Superclass::BoundingBoxType itk::DTITubeSpatialObject< TDimension >::BoundingBoxType
template<unsigned int TDimension = 3>
typedef SmartPointer< const Self > itk::DTITubeSpatialObject< TDimension >::ConstPointer
template<unsigned int TDimension = 3>
typedef Superclass::CovariantVectorType itk::DTITubeSpatialObject< TDimension >::CovariantVectorType
template<unsigned int TDimension = 3>
typedef SmartPointer< PointContainerType > itk::DTITubeSpatialObject< TDimension >::PointContainerPointer
template<unsigned int TDimension = 3>
typedef VectorContainer< IdentifierType, PointType > itk::DTITubeSpatialObject< TDimension >::PointContainerType
template<unsigned int TDimension = 3>
typedef SmartPointer< Self > itk::DTITubeSpatialObject< TDimension >::Pointer
template<unsigned int TDimension = 3>
typedef Superclass::PointListType itk::DTITubeSpatialObject< TDimension >::PointListType
template<unsigned int TDimension = 3>
typedef Superclass::PointType itk::DTITubeSpatialObject< TDimension >::PointType
template<unsigned int TDimension = 3>
typedef DTITubeSpatialObject itk::DTITubeSpatialObject< TDimension >::Self

Standard class typedefs.

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

Definition at line 48 of file itkDTITubeSpatialObject.h.

template<unsigned int TDimension = 3>
typedef Superclass::SpatialObjectPointType itk::DTITubeSpatialObject< TDimension >::SpatialObjectPointType
template<unsigned int TDimension = 3>
typedef TubeSpatialObject< TDimension, DTITubeSpatialObjectPoint< TDimension > > itk::DTITubeSpatialObject< TDimension >::Superclass
template<unsigned int TDimension = 3>
typedef Superclass::TransformType itk::DTITubeSpatialObject< TDimension >::TransformType
template<unsigned int TDimension = 3>
typedef DTITubeSpatialObjectPoint< TDimension > itk::DTITubeSpatialObject< TDimension >::TubePointType
template<unsigned int TDimension = 3>
typedef Superclass::VectorType itk::DTITubeSpatialObject< TDimension >::VectorType

Constructor & Destructor Documentation

template<unsigned int TDimension = 3>
itk::DTITubeSpatialObject< TDimension >::DTITubeSpatialObject ( )
protected
template<unsigned int TDimension = 3>
virtual itk::DTITubeSpatialObject< TDimension >::~DTITubeSpatialObject ( )
protectedvirtual
template<unsigned int TDimension = 3>
itk::DTITubeSpatialObject< TDimension >::DTITubeSpatialObject ( const Self )
private

Member Function Documentation

template<unsigned int TDimension = 3>
virtual::itk::LightObject::Pointer itk::DTITubeSpatialObject< TDimension >::CreateAnother ( void  ) 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::TubeSpatialObject< TDimension, DTITubeSpatialObjectPoint< TDimension > >.

template<unsigned int TDimension = 3>
virtual const char* itk::DTITubeSpatialObject< TDimension >::GetNameOfClass ( ) const
virtual

Method for creation through the object factory.

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

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

Method for creation through the object factory.

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

template<unsigned int TDimension = 3>
void itk::DTITubeSpatialObject< TDimension >::operator= ( const Self )
private
template<unsigned int TDimension = 3>
virtual void itk::DTITubeSpatialObject< TDimension >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
protectedvirtual

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