#include <itkSpatialObjectPoint.h>
Inheritance diagram for itk::SpatialObjectPoint< TPointDimension >:


This class contains all the functions necessary to define a point
Definition at line 36 of file itkSpatialObjectPoint.h.
Public Types | |
| typedef PixelType | ColorType |
| typedef RGBAPixel< float > | PixelType |
| typedef Point< double, TPointDimension > | PointType |
| typedef SpatialObjectPoint | Self |
| typedef vnl_vector< double > | 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 PointType & | GetPosition (void) const |
| float | GetRed (void) const |
| Self & | operator= (const SpatialObjectPoint &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 | 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) |
| SpatialObjectPoint (void) | |
| virtual | ~SpatialObjectPoint (void) |
Protected Member Functions | |
| virtual void | PrintSelf (std::ostream &os, Indent indent) const |
Protected Attributes | |
| PixelType | m_Color |
| int | m_ID |
| PointType | m_X |
|
|||||
|
Definition at line 52 of file itkSpatialObjectPoint.h. |
|
|||||
|
Definition at line 51 of file itkSpatialObjectPoint.h. |
|
|||||
|
|||||
|
|||||
|
||||||||||
|
Constructor. This one defines the # of dimensions in the SpatialObjectPoint |
|
||||||||||
|
Default destructor. |
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
Get the SpatialObjectPoint Id. |
|
||||||||||
|
Return a pointer to the point object. |
|
||||||||||
|
|
|
||||||||||
|
Copy one SpatialObjectPoint to another |
|
||||||||||
|
PrintSelf method |
|
||||||||||||||||
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
Set the SpatialObjectPoint Id. |
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||
|
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. |
|
|||||
|
Position of the point Definition at line 110 of file itkSpatialObjectPoint.h. |
1.4.2 written by Dimitri van Heesch,
© 1997-2000