#include <itkLineSpatialObjectPoint.h>
Inheritance diagram for itk::LineSpatialObjectPoint< TPointDimension >:


This class contains all the functions necessary to define a point that can be used to build lines. This Class derives from SpatialObjectPoint. A LineSpatialObjectPoint has NDimension-1 normals.
Definition at line 37 of file itkLineSpatialObjectPoint.h.
Public Types | |
| typedef PixelType | ColorType |
| typedef FixedArray< VectorType, TPointDimension-1 > | NormalArrayType |
| typedef RGBAPixel< float > | PixelType |
| typedef Point< double, TPointDimension > | PointType |
| typedef LineSpatialObjectPoint | Self |
| typedef SpatialObjectPoint< TPointDimension > | Superclass |
| typedef CovariantVector< double, TPointDimension > | VectorType |
Public Member Functions | |
| float | GetAlpha (void) const |
| float | GetBlue (void) const |
| Set Get color of the point *const PixelType & | GetColor (void) const |
| float | GetGreen (void) const |
| int | GetID (void) const |
| const VectorType & | GetNormal (unsigned int index) const |
| const PointType & | GetPosition (void) const |
| float | GetRed (void) const |
| LineSpatialObjectPoint (void) | |
| Self & | operator= (const LineSpatialObjectPoint &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) |
| Set Get Green color of the point *void | SetGreen (float g) |
| void | SetID (const int newID) |
| void | SetNormal (VectorType &normal, unsigned int index) |
| 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) |
| Set Get red color of the point *void | SetRed (float r) |
| virtual | ~LineSpatialObjectPoint (void) |
Protected Member Functions | |
| virtual void | PrintSelf (std::ostream &os, Indent indent) const |
Protected Attributes | |
| PixelType | m_Color |
| int | m_ID |
| NormalArrayType | m_NormalArray |
| PointType | m_X |
|
|||||
|
Definition at line 52 of file itkSpatialObjectPoint.h. |
|
|||||
|
Definition at line 47 of file itkLineSpatialObjectPoint.h. |
|
|||||
|
Definition at line 51 of file itkSpatialObjectPoint.h. |
|
|||||
|
Reimplemented from itk::SpatialObjectPoint< TPointDimension >. Definition at line 45 of file itkLineSpatialObjectPoint.h. |
|
|||||
|
Reimplemented from itk::SpatialObjectPoint< TPointDimension >. Definition at line 43 of file itkLineSpatialObjectPoint.h. |
|
|||||
|
Definition at line 44 of file itkLineSpatialObjectPoint.h. |
|
|||||
|
Reimplemented from itk::SpatialObjectPoint< TPointDimension >. Definition at line 46 of file itkLineSpatialObjectPoint.h. |
|
||||||||||
|
Constructor. This one defines the # of dimensions in the LineSpatialObjectPoint |
|
||||||||||
|
Default destructor. |
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
Get the SpatialObjectPoint Id. |
|
||||||||||
|
Get Normal |
|
||||||||||
|
Return a pointer to the point object. |
|
||||||||||
|
|
|
||||||||||
|
Copy one LineSpatialObjectPoint to another |
|
||||||||||
|
PrintSelf method |
|
||||||||||||||||
|
Method to print the object. Reimplemented from itk::SpatialObjectPoint< TPointDimension >. |
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
Set the SpatialObjectPoint Id. |
|
||||||||||||||||
|
Set Normal |
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||
|
Color of the point Definition at line 113 of file itkSpatialObjectPoint.h. |
|
|||||
|
A unique ID assigned to this SpatialObjectPoint Definition at line 107 of file itkSpatialObjectPoint.h. |
|
|||||
|
Definition at line 66 of file itkLineSpatialObjectPoint.h. |
|
|||||
|
Position of the point Definition at line 110 of file itkSpatialObjectPoint.h. |
1.4.2 written by Dimitri van Heesch,
© 1997-2000