Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::TubeSpatialObject< TDimension > Class Template Reference

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

#include <itkTubeSpatialObject.h>

Inheritance diagram for itk::TubeSpatialObject< TDimension >:

Inheritance graph
[legend]
Collaboration diagram for itk::TubeSpatialObject< TDimension >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef TubeSpatialObject Self
typedef PointBasedSpatialObject<
TDimension > 
Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer
typedef double ScalarType
typedef itk::TubeSpatialObjectPoint<
TDimension > 
TubePointType
typedef std::vector< TubePointTypePointListType
typedef PointListTypePointListPointer
typedef Superclass::PointType PointType
typedef Superclass::TransformType TransformType
typedef Superclass::SpatialObjectPointType SpatialObjectPointType
typedef VectorContainer< unsigned
long, PointType
PointContainerType
typedef SmartPointer< PointContainerTypePointContainerPointer
typedef Superclass::VectorType VectorType
typedef Superclass::CovariantVectorType CovariantVectorType

Public Member Functions

virtual const char * GetClassName () const
PointListTypeGetPoints (void)
const PointListTypeGetPoints (void) const
void SetPoints (PointListType &newPoints)
const SpatialObjectPointTypeGetPoint (unsigned long id) const
unsigned long GetNumberOfPoints (void) const
void Clear (void)
bool ComputeTangentAndNormals (void)
bool IsEvaluableAt (const PointType &point, unsigned int depth=0, char *name=NULL) const
bool ValueAt (const PointType &point, double &value, unsigned int depth=0, char *name=NULL) const
bool IsInside (const PointType &point, unsigned int depth=0, char *name=NULL) const
bool ComputeBoundingBox () const
virtual void SetParentPoint (int _arg)
virtual int GetParentPoint ()

Static Public Member Functions

Pointer New ()

Protected Member Functions

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

Protected Attributes

PointListType m_Points
int m_ParentPoint

Detailed Description

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

TubeSpatialObjectPoint

Definition at line 42 of file itkTubeSpatialObject.h.


Member Typedef Documentation

template<unsigned int TDimension = 3>
typedef SmartPointer< const Self > itk::TubeSpatialObject< TDimension >::ConstPointer
 

Reimplemented from itk::PointBasedSpatialObject< TDimension >.

Definition at line 51 of file itkTubeSpatialObject.h.

template<unsigned int TDimension = 3>
typedef Superclass::CovariantVectorType itk::TubeSpatialObject< TDimension >::CovariantVectorType
 

Reimplemented from itk::PointBasedSpatialObject< TDimension >.

Definition at line 62 of file itkTubeSpatialObject.h.

template<unsigned int TDimension = 3>
typedef SmartPointer<PointContainerType> itk::TubeSpatialObject< TDimension >::PointContainerPointer
 

Definition at line 60 of file itkTubeSpatialObject.h.

template<unsigned int TDimension = 3>
typedef VectorContainer<unsigned long,PointType> itk::TubeSpatialObject< TDimension >::PointContainerType
 

Definition at line 59 of file itkTubeSpatialObject.h.

template<unsigned int TDimension = 3>
typedef SmartPointer< Self > itk::TubeSpatialObject< TDimension >::Pointer
 

Reimplemented from itk::PointBasedSpatialObject< TDimension >.

Definition at line 50 of file itkTubeSpatialObject.h.

template<unsigned int TDimension = 3>
typedef PointListType* itk::TubeSpatialObject< TDimension >::PointListPointer
 

Definition at line 55 of file itkTubeSpatialObject.h.

template<unsigned int TDimension = 3>
typedef std::vector< TubePointType > itk::TubeSpatialObject< TDimension >::PointListType
 

Definition at line 54 of file itkTubeSpatialObject.h.

template<unsigned int TDimension = 3>
typedef Superclass::PointType itk::TubeSpatialObject< TDimension >::PointType
 

Reimplemented from itk::PointBasedSpatialObject< TDimension >.

Definition at line 56 of file itkTubeSpatialObject.h.

template<unsigned int TDimension = 3>
typedef double itk::TubeSpatialObject< TDimension >::ScalarType
 

Reimplemented from itk::PointBasedSpatialObject< TDimension >.

Definition at line 52 of file itkTubeSpatialObject.h.

template<unsigned int TDimension = 3>
typedef TubeSpatialObject itk::TubeSpatialObject< TDimension >::Self
 

Standard class typedefs.

Reimplemented from itk::PointBasedSpatialObject< TDimension >.

Definition at line 48 of file itkTubeSpatialObject.h.

template<unsigned int TDimension = 3>
typedef Superclass::SpatialObjectPointType itk::TubeSpatialObject< TDimension >::SpatialObjectPointType
 

Reimplemented from itk::PointBasedSpatialObject< TDimension >.

Definition at line 58 of file itkTubeSpatialObject.h.

Referenced by itk::TubeSpatialObject< TDimension >::GetPoint().

template<unsigned int TDimension = 3>
typedef PointBasedSpatialObject< TDimension > itk::TubeSpatialObject< TDimension >::Superclass
 

Reimplemented from itk::PointBasedSpatialObject< TDimension >.

Definition at line 49 of file itkTubeSpatialObject.h.

template<unsigned int TDimension = 3>
typedef Superclass::TransformType itk::TubeSpatialObject< TDimension >::TransformType
 

Reimplemented from itk::PointBasedSpatialObject< TDimension >.

Definition at line 57 of file itkTubeSpatialObject.h.

template<unsigned int TDimension = 3>
typedef itk::TubeSpatialObjectPoint< TDimension > itk::TubeSpatialObject< TDimension >::TubePointType
 

Definition at line 53 of file itkTubeSpatialObject.h.

template<unsigned int TDimension = 3>
typedef Superclass::VectorType itk::TubeSpatialObject< TDimension >::VectorType
 

Reimplemented from itk::PointBasedSpatialObject< TDimension >.

Definition at line 61 of file itkTubeSpatialObject.h.


Constructor & Destructor Documentation

template<unsigned int TDimension = 3>
itk::TubeSpatialObject< TDimension >::TubeSpatialObject  )  [protected]
 

template<unsigned int TDimension = 3>
virtual itk::TubeSpatialObject< TDimension >::~TubeSpatialObject  )  [protected, virtual]
 


Member Function Documentation

template<unsigned int TDimension = 3>
void itk::TubeSpatialObject< TDimension >::Clear void   )  [virtual]
 

Remove the list of tube points

Reimplemented from itk::SpatialObject< TDimension >.

template<unsigned int TDimension = 3>
bool itk::TubeSpatialObject< TDimension >::ComputeBoundingBox  )  const [virtual]
 

Compute the boundaries of the tube.

Reimplemented from itk::SpatialObject< TDimension >.

template<unsigned int TDimension = 3>
bool itk::TubeSpatialObject< TDimension >::ComputeTangentAndNormals void   ) 
 

Calculate the normalized tangent

template<unsigned int TDimension = 3>
virtual const char* itk::TubeSpatialObject< TDimension >::GetClassName  )  const [virtual]
 

Method for creation through the object factory.

Reimplemented from itk::PointBasedSpatialObject< TDimension >.

template<unsigned int TDimension = 3>
unsigned long itk::TubeSpatialObject< TDimension >::GetNumberOfPoints void   )  const [inline, virtual]
 

Return the number of points in the list

Reimplemented from itk::PointBasedSpatialObject< TDimension >.

Definition at line 83 of file itkTubeSpatialObject.h.

References itk::TubeSpatialObject< TDimension >::m_Points.

template<unsigned int TDimension = 3>
virtual int itk::TubeSpatialObject< TDimension >::GetParentPoint  )  [virtual]
 

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

template<unsigned int TDimension = 3>
const SpatialObjectPointType* itk::TubeSpatialObject< TDimension >::GetPoint unsigned long  id  )  const [inline, virtual]
 

Return a point in the list given the index

Reimplemented from itk::PointBasedSpatialObject< TDimension >.

Definition at line 80 of file itkTubeSpatialObject.h.

References itk::TubeSpatialObject< TDimension >::m_Points, and itk::TubeSpatialObject< TDimension >::SpatialObjectPointType.

template<unsigned int TDimension = 3>
const PointListType& itk::TubeSpatialObject< TDimension >::GetPoints void   )  const
 

Returns a reference to the list of the tube points.

template<unsigned int TDimension = 3>
PointListType& itk::TubeSpatialObject< TDimension >::GetPoints void   ) 
 

Returns a reference to the list of the tube points.

template<unsigned int TDimension = 3>
bool itk::TubeSpatialObject< TDimension >::IsEvaluableAt const PointType point,
unsigned int  depth = 0,
char *  name = NULL
const [virtual]
 

Returns true if the tube is evaluable at the requested point, false otherwise.

Reimplemented from itk::SpatialObject< TDimension >.

template<unsigned int TDimension = 3>
bool itk::TubeSpatialObject< TDimension >::IsInside const PointType point,
unsigned int  depth = 0,
char *  name = NULL
const [virtual]
 

Returns true if the point is inside the tube, false otherwise.

Reimplemented from itk::SpatialObject< TDimension >.

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

Method for creation through the object factory.

Reimplemented from itk::PointBasedSpatialObject< TDimension >.

template<unsigned int TDimension = 3>
virtual void itk::TubeSpatialObject< TDimension >::PrintSelf std::ostream &  os,
Indent  indent
const [protected, virtual]
 

Method to print the object.

Reimplemented from itk::PointBasedSpatialObject< TDimension >.

template<unsigned int TDimension = 3>
virtual void itk::TubeSpatialObject< TDimension >::SetParentPoint int  _arg  )  [virtual]
 

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

template<unsigned int TDimension = 3>
void itk::TubeSpatialObject< TDimension >::SetPoints PointListType newPoints  ) 
 

Set the list of tube points.

template<unsigned int TDimension = 3>
bool itk::TubeSpatialObject< TDimension >::ValueAt const PointType point,
double &  value,
unsigned int  depth = 0,
char *  name = NULL
const [virtual]
 

Returns the value of the tube at that point. Currently this function returns a binary value, but it might want to return a degree of membership in case of fuzzy tubes.

Reimplemented from itk::SpatialObject< TDimension >.


Member Data Documentation

template<unsigned int TDimension = 3>
int itk::TubeSpatialObject< TDimension >::m_ParentPoint [protected]
 

Definition at line 119 of file itkTubeSpatialObject.h.

template<unsigned int TDimension = 3>
PointListType itk::TubeSpatialObject< TDimension >::m_Points [protected]
 

Definition at line 118 of file itkTubeSpatialObject.h.

Referenced by itk::TubeSpatialObject< TDimension >::GetNumberOfPoints(), and itk::TubeSpatialObject< TDimension >::GetPoint().


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 03:16:51 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000