#include <itkDTITubeSpatialObjectPoint.h>
Inheritance diagram for itk::DTITubeSpatialObjectPoint< TPointDimension >:


This class contains all the functions necessary to define a point that can be used to build tubes.
Definition at line 36 of file itkDTITubeSpatialObjectPoint.h.
Public Types | |
| typedef PixelType | ColorType |
| typedef CovariantVector< double, TPointDimension > | CovariantVectorType |
| enum | FieldEnumType { FA, ADC, GA } |
| typedef std::vector< FieldType > | FieldListType |
| typedef std::pair< std::string, float > | FieldType |
| typedef RGBAPixel< float > | PixelType |
| typedef Point< double, TPointDimension > | PointType |
| typedef DTITubeSpatialObjectPoint | Self |
| typedef SpatialObjectPoint< TPointDimension > | Superclass |
| typedef Vector< double, TPointDimension > | VectorType |
Public Member Functions | |
| void | AddField (FieldEnumType name, float value) |
| void | AddField (const char *name, float value) |
| DTITubeSpatialObjectPoint (void) | |
| float | GetAlpha (void) const |
| float | GetBlue (void) const |
| Set Get color of the point *const PixelType & | GetColor (void) const |
| float | GetField (FieldEnumType name) const |
| Return the value of the specific fiedls *float | GetField (const char *name) const |
| const FieldListType & | GetFields () const |
| float | GetGreen (void) const |
| int | GetID (void) const |
| const CovariantVectorType & | GetNormal1 (void) const |
| const CovariantVectorType & | GetNormal2 (void) const |
| unsigned short int | GetNumDimensions (void) const |
| const PointType & | GetPosition (void) const |
| float | GetRadius (void) const |
| float | GetRed (void) const |
| const VectorType & | GetTangent (void) const |
| const float * | GetTensorMatrix () const |
| Self & | operator= (const DTITubeSpatialObjectPoint &rhs) |
| void | Print (std::ostream &os) const |
| Set Get alpha value of the point *void | SetAlpha (float a) |
| Set Get blue color of the point *void | SetBlue (float b) |
| void | SetColor (float r, float g, float b, float a=1) |
| void | SetColor (const PixelType &color) |
| void | SetField (const char *name, float value) |
| Set a field value *void | SetField (FieldEnumType name, float value) |
| Set Get Green color of the point *void | SetGreen (float g) |
| void | SetID (const int newID) |
| void | SetNormal1 (const double v10, const double v11, const double v12) |
| void | SetNormal1 (const double v10, const double v11) |
| Set V1 *void | SetNormal1 (const CovariantVectorType &newV1) |
| void | SetNormal2 (const double v20, const double v21, const double v22) |
| void | SetNormal2 (const double v20, const double v21) |
| Set V2 *void | SetNormal2 (const CovariantVectorType &newV2) |
| void | SetPosition (const double x0, const double x1, const double x2) |
| void | SetPosition (const double x0, const double x1) |
| Set the point object Couldn t use macros for these methods *void | SetPosition (const PointType &newX) |
| void | SetRadius (const float newR) |
| Set Get red color of the point *void | SetRed (float r) |
| void | SetTangent (const double t0, const double t1, const double t2) |
| void | SetTangent (const double t0, const double t1) |
| Set T Couldn t use macros for these methods *void | SetTangent (const VectorType &newT) |
| Set Get the tensor matrix *void | SetTensorMatrix (const float *matrix) |
| virtual | ~DTITubeSpatialObjectPoint (void) |
Protected Member Functions | |
| void | PrintSelf (std::ostream &os, Indent indent) const |
| std::string | TranslateEnumToChar (FieldEnumType name) const |
Protected Attributes | |
| PixelType | m_Color |
| FieldListType | m_Fields |
| int | m_ID |
| CovariantVectorType | m_Normal1 |
| CovariantVectorType | m_Normal2 |
| unsigned short int | m_NumDimensions |
| float | m_R |
| VectorType | m_T |
| float | m_TensorMatrix [6] |
| PointType | m_X |
|
|||||
|
Definition at line 52 of file itkSpatialObjectPoint.h. |
|
|||||
|
Reimplemented from itk::TubeSpatialObjectPoint< TPointDimension >. Definition at line 46 of file itkDTITubeSpatialObjectPoint.h. |
|
|||||
|
Definition at line 48 of file itkDTITubeSpatialObjectPoint.h. |
|
|||||
|
Definition at line 47 of file itkDTITubeSpatialObjectPoint.h. |
|
|||||
|
Definition at line 51 of file itkSpatialObjectPoint.h. |
|
|||||
|
Reimplemented from itk::TubeSpatialObjectPoint< TPointDimension >. Definition at line 44 of file itkDTITubeSpatialObjectPoint.h. |
|
|||||
|
Reimplemented from itk::TubeSpatialObjectPoint< TPointDimension >. Definition at line 42 of file itkDTITubeSpatialObjectPoint.h. |
|
|||||
|
Reimplemented from itk::TubeSpatialObjectPoint< TPointDimension >. Definition at line 43 of file itkDTITubeSpatialObjectPoint.h. |
|
|||||
|
Reimplemented from itk::TubeSpatialObjectPoint< TPointDimension >. Definition at line 45 of file itkDTITubeSpatialObjectPoint.h. |
|
|||||
|
Definition at line 52 of file itkDTITubeSpatialObjectPoint.h. |
|
||||||||||
|
Constructor. This one defines the # of dimensions in the DTITubeSpatialObjectPoint |
|
||||||||||
|
Default destructor. |
|
||||||||||||||||
|
Add a field to the point list |
|
||||||||||||||||
|
Add a field to the point list |
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
Return the list of extra fields Definition at line 88 of file itkDTITubeSpatialObjectPoint.h. References itk::DTITubeSpatialObjectPoint< TPointDimension >::m_Fields. |
|
||||||||||
|
|
|
||||||||||
|
Get the SpatialObjectPoint Id. |
|
||||||||||
|
Get V1 |
|
||||||||||
|
Get V2 |
|
||||||||||
|
Get # of dimensions |
|
||||||||||
|
Return a pointer to the point object. |
|
||||||||||
|
Get R |
|
||||||||||
|
|
|
||||||||||
|
Get the tangent |
|
|||||||||
|
Definition at line 71 of file itkDTITubeSpatialObjectPoint.h. References itk::DTITubeSpatialObjectPoint< TPointDimension >::m_TensorMatrix. |
|
||||||||||
|
Copy one DTITubeSpatialObjectPoint to another |
|
||||||||||
|
PrintSelf method |
|
||||||||||||||||
|
Print the object Reimplemented from itk::TubeSpatialObjectPoint< TPointDimension >. |
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
Set the SpatialObjectPoint Id. |
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
Set R |
|
||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
Definition at line 62 of file itkDTITubeSpatialObjectPoint.h. References itk::DTITubeSpatialObjectPoint< TPointDimension >::m_TensorMatrix. |
|
||||||||||
|
Translate the enum to char |
|
|||||
|
Color of the point Definition at line 113 of file itkSpatialObjectPoint.h. |
|
|||||
|
Definition at line 99 of file itkDTITubeSpatialObjectPoint.h. Referenced by itk::DTITubeSpatialObjectPoint< TPointDimension >::GetFields(). |
|
|||||
|
A unique ID assigned to this SpatialObjectPoint Definition at line 107 of file itkSpatialObjectPoint.h. |
|
|||||
|
Definition at line 98 of file itkTubeSpatialObjectPoint.h. |
|
|||||
|
Definition at line 99 of file itkTubeSpatialObjectPoint.h. |
|
|||||
|
# of dimensions Definition at line 105 of file itkTubeSpatialObjectPoint.h. |
|
|||||
|
The radius of the tube point Definition at line 102 of file itkTubeSpatialObjectPoint.h. |
|
|||||
|
Definition at line 97 of file itkTubeSpatialObjectPoint.h. |
|
|||||
|
Definition at line 98 of file itkDTITubeSpatialObjectPoint.h. Referenced by itk::DTITubeSpatialObjectPoint< TPointDimension >::GetTensorMatrix(), and itk::DTITubeSpatialObjectPoint< TPointDimension >::SetTensorMatrix(). |
|
|||||
|
Position of the point Definition at line 110 of file itkSpatialObjectPoint.h. |
1.4.2 written by Dimitri van Heesch,
© 1997-2000