#include <itkTubeSpatialObject.h>
Inheritance diagram for itk::TubeSpatialObject< TDimension >:
Public Types | |
typedef TubeSpatialObject | Self |
typedef PointBasedSpatialObject< TDimension > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef double | ScalarType |
typedef itk::TubeSpatialObjectPoint< TDimension > | TubePointType |
typedef std::vector< TubePointType > | PointListType |
typedef PointListType * | PointListPointer |
typedef Superclass::PointType | PointType |
typedef Superclass::TransformType | TransformType |
typedef Superclass::SpatialObjectPointType | SpatialObjectPointType |
typedef VectorContainer< unsigned long, PointType > | PointContainerType |
typedef SmartPointer< PointContainerType > | PointContainerPointer |
typedef Superclass::VectorType | VectorType |
typedef Superclass::CovariantVectorType | CovariantVectorType |
Public Member Functions | |
virtual const char * | GetClassName () const |
PointListType & | GetPoints (void) |
const PointListType & | GetPoints (void) const |
void | SetPoints (PointListType &newPoints) |
const SpatialObjectPointType * | GetPoint (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 |
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.
Definition at line 42 of file itkTubeSpatialObject.h.
|
Reimplemented from itk::PointBasedSpatialObject< TDimension >. Definition at line 51 of file itkTubeSpatialObject.h. |
|
Reimplemented from itk::PointBasedSpatialObject< TDimension >. Definition at line 62 of file itkTubeSpatialObject.h. |
|
Definition at line 60 of file itkTubeSpatialObject.h. |
|
Definition at line 59 of file itkTubeSpatialObject.h. |
|
Reimplemented from itk::PointBasedSpatialObject< TDimension >. Definition at line 50 of file itkTubeSpatialObject.h. |
|
Definition at line 55 of file itkTubeSpatialObject.h. |
|
Definition at line 54 of file itkTubeSpatialObject.h. |
|
Reimplemented from itk::PointBasedSpatialObject< TDimension >. Definition at line 56 of file itkTubeSpatialObject.h. |
|
Reimplemented from itk::PointBasedSpatialObject< TDimension >. Definition at line 52 of file itkTubeSpatialObject.h. |
|
Standard class typedefs. Reimplemented from itk::PointBasedSpatialObject< TDimension >. Definition at line 48 of file itkTubeSpatialObject.h. |
|
Reimplemented from itk::PointBasedSpatialObject< TDimension >. Definition at line 58 of file itkTubeSpatialObject.h. Referenced by itk::TubeSpatialObject< TDimension >::GetPoint(). |
|
Reimplemented from itk::PointBasedSpatialObject< TDimension >. Definition at line 49 of file itkTubeSpatialObject.h. |
|
Reimplemented from itk::PointBasedSpatialObject< TDimension >. Definition at line 57 of file itkTubeSpatialObject.h. |
|
Definition at line 53 of file itkTubeSpatialObject.h. |
|
Reimplemented from itk::PointBasedSpatialObject< TDimension >. Definition at line 61 of file itkTubeSpatialObject.h. |
|
|
|
|
|
Remove the list of tube points Reimplemented from itk::SpatialObject< TDimension >.
|
|
Compute the boundaries of the tube. Reimplemented from itk::SpatialObject< TDimension >.
|
|
Calculate the normalized tangent |
|
Method for creation through the object factory. Reimplemented from itk::PointBasedSpatialObject< TDimension >.
|
|
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. |
|
Set/Get the parent point which corresponds to the position of the point in the parent's points list |
|
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. |
|
Returns a reference to the list of the tube points. |
|
Returns a reference to the list of the tube points. |
|
Returns true if the tube is evaluable at the requested point, false otherwise. Reimplemented from itk::SpatialObject< TDimension >.
|
|
Returns true if the point is inside the tube, false otherwise. Reimplemented from itk::SpatialObject< TDimension >.
|
|
Method for creation through the object factory. Reimplemented from itk::PointBasedSpatialObject< TDimension >.
|
|
Method to print the object. Reimplemented from itk::PointBasedSpatialObject< TDimension >.
|
|
Set/Get the parent point which corresponds to the position of the point in the parent's points list |
|
Set the list of tube points. |
|
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 >.
|
|
Definition at line 119 of file itkTubeSpatialObject.h. |
|
Definition at line 118 of file itkTubeSpatialObject.h. Referenced by itk::TubeSpatialObject< TDimension >::GetNumberOfPoints(), and itk::TubeSpatialObject< TDimension >::GetPoint(). |