#include <itkTubeNetworkSpatialObject.h>
Inheritance diagram for itk::TubeNetworkSpatialObject:
Public Types | |
typedef TubeNetworkSpatialObject | Self |
typedef double | ScalarType |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef SpatialObject< TDimension, AffineTransform< double, TDimension >, PipelineDimension > | Superclass |
typedef SmartPointer< Superclass > | SuperclassPointer |
typedef SpatialObject< TDimension, AffineTransform< double, TDimension >, PipelineDimension > | ChildrenType |
typedef SmartPointer< ChildrenType > | ChildrenPointer |
typedef std::list< ChildrenType * > | ChildrenListType |
typedef TubeSpatialObject< TDimension > | TubeType |
typedef std::list< TubeType * > | TubeListType |
Public Methods | |
virtual const char * | GetClassName () const |
void | CalcTangent (void) |
TubeListType * | GetTubes (unsigned int maximumDepth=0, unsigned int currentDepth=0) const |
Static Public Methods | |
Pointer | New () |
Protected Methods | |
TubeNetworkSpatialObject (void) | |
~TubeNetworkSpatialObject (void) |
This class allow to create a network of tubes. Any spatial object can be plug to this network, but the specifics functions will only be runned on the tubes, or tubes network objects.
\also TubeSpatialObject TubeSpatialObjectPoint
Definition at line 39 of file itkTubeNetworkSpatialObject.h.
|
Reimplemented from itk::SpatialObject< TDimension, AffineTransform< double, TDimension >, PipelineDimension >. Definition at line 62 of file itkTubeNetworkSpatialObject.h. |
|
Definition at line 61 of file itkTubeNetworkSpatialObject.h. |
|
Definition at line 60 of file itkTubeNetworkSpatialObject.h. |
|
Reimplemented from itk::SpatialObject< TDimension, AffineTransform< double, TDimension >, PipelineDimension >. Definition at line 51 of file itkTubeNetworkSpatialObject.h. |
|
Reimplemented from itk::SpatialObject< TDimension, AffineTransform< double, TDimension >, PipelineDimension >. Definition at line 50 of file itkTubeNetworkSpatialObject.h. |
|
Reimplemented from itk::SpatialObject< TDimension, AffineTransform< double, TDimension >, PipelineDimension >. Definition at line 49 of file itkTubeNetworkSpatialObject.h. |
|
Standard class typedefs. Reimplemented from itk::SpatialObject< TDimension, AffineTransform< double, TDimension >, PipelineDimension >. Definition at line 48 of file itkTubeNetworkSpatialObject.h. |
|
Reimplemented from itk::SpatialObject< TDimension, AffineTransform< double, TDimension >, PipelineDimension >. Definition at line 55 of file itkTubeNetworkSpatialObject.h. |
|
Definition at line 56 of file itkTubeNetworkSpatialObject.h. |
|
Definition at line 64 of file itkTubeNetworkSpatialObject.h. |
|
Definition at line 63 of file itkTubeNetworkSpatialObject.h. |
|
|
|
|
|
Compute Tangents |
|
Run-time type information (and related methods). Reimplemented from itk::SpatialObject< TDimension, AffineTransform< double, TDimension >, PipelineDimension >. |
|
Get Tubes in the tree given a certain depth |
|
Method for creation through the object factory. Reimplemented from itk::SpatialObject< TDimension, AffineTransform< double, TDimension >, PipelineDimension >. |