![]() |
ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkVesselTubeSpatialObjectPoint.h>
Inheritance diagram for itk::VesselTubeSpatialObjectPoint< TPointDimension >:
Collaboration diagram for itk::VesselTubeSpatialObjectPoint< TPointDimension >:Public Types | |
| typedef CovariantVector < double, TPointDimension > | CovariantVectorType |
| typedef Point< double, TPointDimension > | PointType |
| typedef VesselTubeSpatialObjectPoint | Self |
| typedef TubeSpatialObjectPoint < TPointDimension > | Superclass |
| typedef Vector< double, TPointDimension > | VectorType |
Public Types inherited from itk::TubeSpatialObjectPoint< TPointDimension > | |
Public Types inherited from itk::SpatialObjectPoint< TPointDimension > | |
| typedef PixelType | ColorType |
| typedef RGBAPixel< float > | PixelType |
Public Member Functions | |
| float | GetAlpha1 (void) const |
| float | GetAlpha2 (void) const |
| float | GetAlpha3 (void) const |
| float | GetBranchness (void) const |
| bool | GetMark (void) const |
| float | GetMedialness (void) const |
| float | GetRidgeness (void) const |
| Self & | operator= (const VesselTubeSpatialObjectPoint &rhs) |
| void | SetAlpha1 (const float newAlpha) |
| void | SetAlpha2 (const float newAlpha) |
| void | SetAlpha3 (const float newAlpha) |
| void | SetBranchness (const float newBranchness) |
| void | SetMark (const bool newMark) |
| void | SetMedialness (const float newMedialness) |
| void | SetRidgeness (const float newRidgeness) |
| VesselTubeSpatialObjectPoint (void) | |
| virtual | ~VesselTubeSpatialObjectPoint (void) |
Public Member Functions inherited from itk::TubeSpatialObjectPoint< TPointDimension > | |
| const CovariantVectorType & | GetNormal1 (void) const |
| const CovariantVectorType & | GetNormal2 (void) const |
| unsigned short int | GetNumDimensions (void) const |
| float | GetRadius (void) const |
| const VectorType & | GetTangent (void) const |
| Self & | operator= (const TubeSpatialObjectPoint &rhs) |
| void | SetNormal1 (const CovariantVectorType &newV1) |
| void | SetNormal1 (const double v10, const double v11) |
| void | SetNormal1 (const double v10, const double v11, const double v12) |
| void | SetNormal2 (const CovariantVectorType &newV2) |
| void | SetNormal2 (const double v20, const double v21) |
| void | SetNormal2 (const double v20, const double v21, const double v22) |
| void | SetRadius (const float newR) |
| void | SetTangent (const VectorType &newT) |
| void | SetTangent (const double t0, const double t1) |
| void | SetTangent (const double t0, const double t1, const double t2) |
| TubeSpatialObjectPoint (void) | |
| virtual | ~TubeSpatialObjectPoint (void) |
Public Member Functions inherited from itk::SpatialObjectPoint< TPointDimension > | |
| float | GetAlpha (void) const |
| float | GetBlue (void) const |
| const PixelType & | GetColor (void) const |
| float | GetGreen (void) const |
| int | GetID (void) const |
| const PointType & | GetPosition (void) const |
| float | GetRed (void) const |
| Self & | operator= (const SpatialObjectPoint &rhs) |
| void | Print (std::ostream &os) const |
| void | SetAlpha (float a) |
| void | SetBlue (float b) |
| void | SetColor (const PixelType &color) |
| void | SetColor (float r, float g, float b, float a=1) |
| void | SetGreen (float g) |
| void | SetID (const int newID) |
| void | SetPosition (const PointType &newX) |
| void | SetPosition (const double x0, const double x1) |
| void | SetPosition (const double x0, const double x1, const double x2) |
| void | SetRed (float r) |
| SpatialObjectPoint (void) | |
| virtual | ~SpatialObjectPoint (void) |
Protected Member Functions | |
| void | PrintSelf (std::ostream &os, Indent indent) const |
Protected Attributes | |
| float | m_Alpha1 |
| float | m_Alpha2 |
| float | m_Alpha3 |
| float | m_Branchness |
| bool | m_Mark |
| float | m_Medialness |
| float | m_Ridgeness |
Protected Attributes inherited from itk::TubeSpatialObjectPoint< TPointDimension > | |
| CovariantVectorType | m_Normal1 |
| CovariantVectorType | m_Normal2 |
| unsigned short int | m_NumDimensions |
| float | m_R |
| VectorType | m_T |
Protected Attributes inherited from itk::SpatialObjectPoint< TPointDimension > | |
| PixelType | m_Color |
| int | m_ID |
| PointType | m_X |
Point used for a tube definition.
This class contains all the functions necessary to define a point that can be used to build tubes.
Definition at line 37 of file itkVesselTubeSpatialObjectPoint.h.
| typedef CovariantVector< double, TPointDimension > itk::VesselTubeSpatialObjectPoint< TPointDimension >::CovariantVectorType |
Reimplemented from itk::TubeSpatialObjectPoint< TPointDimension >.
Definition at line 46 of file itkVesselTubeSpatialObjectPoint.h.
| typedef Point< double, TPointDimension > itk::VesselTubeSpatialObjectPoint< TPointDimension >::PointType |
Reimplemented from itk::TubeSpatialObjectPoint< TPointDimension >.
Definition at line 44 of file itkVesselTubeSpatialObjectPoint.h.
| typedef VesselTubeSpatialObjectPoint itk::VesselTubeSpatialObjectPoint< TPointDimension >::Self |
Reimplemented from itk::TubeSpatialObjectPoint< TPointDimension >.
Definition at line 42 of file itkVesselTubeSpatialObjectPoint.h.
| typedef TubeSpatialObjectPoint< TPointDimension > itk::VesselTubeSpatialObjectPoint< TPointDimension >::Superclass |
Reimplemented from itk::TubeSpatialObjectPoint< TPointDimension >.
Definition at line 43 of file itkVesselTubeSpatialObjectPoint.h.
| typedef Vector< double, TPointDimension > itk::VesselTubeSpatialObjectPoint< TPointDimension >::VectorType |
Reimplemented from itk::TubeSpatialObjectPoint< TPointDimension >.
Definition at line 45 of file itkVesselTubeSpatialObjectPoint.h.
| itk::VesselTubeSpatialObjectPoint< TPointDimension >::VesselTubeSpatialObjectPoint | ( | void | ) |
Constructor. This one defines the number of dimensions in the VesselTubeSpatialObjectPoint
|
virtual |
Default destructor.
| float itk::VesselTubeSpatialObjectPoint< TPointDimension >::GetAlpha1 | ( | void | ) | const |
Get Alpha1
| float itk::VesselTubeSpatialObjectPoint< TPointDimension >::GetAlpha2 | ( | void | ) | const |
Get Alpha2
| float itk::VesselTubeSpatialObjectPoint< TPointDimension >::GetAlpha3 | ( | void | ) | const |
Get Alpha3
| float itk::VesselTubeSpatialObjectPoint< TPointDimension >::GetBranchness | ( | void | ) | const |
Get Branchness
| bool itk::VesselTubeSpatialObjectPoint< TPointDimension >::GetMark | ( | void | ) | const |
Get Mark
| float itk::VesselTubeSpatialObjectPoint< TPointDimension >::GetMedialness | ( | void | ) | const |
Get Medialness
| float itk::VesselTubeSpatialObjectPoint< TPointDimension >::GetRidgeness | ( | void | ) | const |
Get Ridgeness
| Self& itk::VesselTubeSpatialObjectPoint< TPointDimension >::operator= | ( | const VesselTubeSpatialObjectPoint< TPointDimension > & | rhs | ) |
Copy one VesselTubeSpatialObjectPoint to another
|
protectedvirtual |
Print the object
Reimplemented from itk::TubeSpatialObjectPoint< TPointDimension >.
| void itk::VesselTubeSpatialObjectPoint< TPointDimension >::SetAlpha1 | ( | const float | newAlpha | ) |
Set Alpha1
| void itk::VesselTubeSpatialObjectPoint< TPointDimension >::SetAlpha2 | ( | const float | newAlpha | ) |
Set Alpha2
| void itk::VesselTubeSpatialObjectPoint< TPointDimension >::SetAlpha3 | ( | const float | newAlpha | ) |
Set Alpha3
| void itk::VesselTubeSpatialObjectPoint< TPointDimension >::SetBranchness | ( | const float | newBranchness | ) |
Set Branchness
| void itk::VesselTubeSpatialObjectPoint< TPointDimension >::SetMark | ( | const bool | newMark | ) |
Set Mark
| void itk::VesselTubeSpatialObjectPoint< TPointDimension >::SetMedialness | ( | const float | newMedialness | ) |
Set Medialness
| void itk::VesselTubeSpatialObjectPoint< TPointDimension >::SetRidgeness | ( | const float | newRidgeness | ) |
Set Ridgeness
|
protected |
First of 3 alpha values
Definition at line 103 of file itkVesselTubeSpatialObjectPoint.h.
|
protected |
Second of 3 alpha values
Definition at line 106 of file itkVesselTubeSpatialObjectPoint.h.
|
protected |
Third of 3 alpha values
Definition at line 109 of file itkVesselTubeSpatialObjectPoint.h.
|
protected |
The branchness of the tube point
Definition at line 118 of file itkVesselTubeSpatialObjectPoint.h.
|
protected |
Is the tube point marked (selected) ?
Definition at line 121 of file itkVesselTubeSpatialObjectPoint.h.
|
protected |
The medialness of the tube point
Definition at line 112 of file itkVesselTubeSpatialObjectPoint.h.
|
protected |
The ridgeness of the tube point
Definition at line 115 of file itkVesselTubeSpatialObjectPoint.h.
1.8.1