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

Representation of a tube based on the spatial object classes. More...

#include <itkVesselTubeSpatialObject.h>

Inheritance diagram for itk::VesselTubeSpatialObject< TDimension >:
Collaboration diagram for itk::VesselTubeSpatialObject< 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 VesselTubeSpatialObject Self
typedef
Superclass::SpatialObjectPointType 
SpatialObjectPointType
typedef TubeSpatialObject
< TDimension,
VesselTubeSpatialObjectPoint
< TDimension > > 
Superclass
typedef Superclass::TransformType TransformType
typedef
VesselTubeSpatialObjectPoint
< TDimension > 
TubePointType
typedef Superclass::VectorType VectorType

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const

Static Public Member Functions

static Pointer New ()

Protected Member Functions

virtual void PrintSelf (std::ostream &os, Indent indent) const
 VesselTubeSpatialObject ()
virtual ~VesselTubeSpatialObject ()

Private Member Functions

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

Detailed Description

template<unsigned int TDimension = 3>
class itk::VesselTubeSpatialObject< 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 VesselTubeSpatialObject Object. A tube is also identified by an id number when connected to a network.

See also:
VesselTubeSpatialObjectPoint

Definition at line 42 of file itkVesselTubeSpatialObject.h.


Member Typedef Documentation

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

Standard class typedefs.

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

Definition at line 48 of file itkVesselTubeSpatialObject.h.

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

Constructor & Destructor Documentation

template<unsigned int TDimension = 3>
itk::VesselTubeSpatialObject< TDimension >::VesselTubeSpatialObject ( ) [protected]
template<unsigned int TDimension = 3>
virtual itk::VesselTubeSpatialObject< TDimension >::~VesselTubeSpatialObject ( ) [protected, virtual]
template<unsigned int TDimension = 3>
itk::VesselTubeSpatialObject< TDimension >::VesselTubeSpatialObject ( const Self ) [private]

Member Function Documentation

template<unsigned int TDimension = 3>
virtual::itk::LightObject::Pointer itk::VesselTubeSpatialObject< 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, VesselTubeSpatialObjectPoint< TDimension > >.

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

Method for creation through the object factory.

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

template<unsigned int TDimension = 3>
static Pointer itk::VesselTubeSpatialObject< TDimension >::New ( ) [static]

Method for creation through the object factory.

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

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

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