#include <itkSurfaceSpatialObjectPoint.h>
Inheritance diagram for itk::SurfaceSpatialObjectPoint< TPointDimension >:
Public Types | |
typedef SurfaceSpatialObjectPoint | Self |
typedef SpatialObjectPoint< TPointDimension > | Superclass |
typedef Point< double, TPointDimension > | PointType |
typedef CovariantVector< double, TPointDimension > | VectorType |
Public Member Functions | |
SurfaceSpatialObjectPoint (void) | |
virtual | ~SurfaceSpatialObjectPoint (void) |
const VectorType & | GetNormal (void) const |
Self & | operator= (const SurfaceSpatialObjectPoint &rhs) |
void | SetNormal (const VectorType &normal) |
void | SetNormal (const double normalx, const double normaly) |
void | SetNormal (const double normalx, const double normaly, const double normalz) |
Protected Member Functions | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
Protected Attributes | |
VectorType | m_Normal |
This class contains all the functions necessary to define a point that can be used to build surfaces. A surface point has a position and only one normal
Definition at line 37 of file itkSurfaceSpatialObjectPoint.h.
|
Reimplemented from itk::SpatialObjectPoint< TPointDimension >. Definition at line 45 of file itkSurfaceSpatialObjectPoint.h. |
|
Reimplemented from itk::SpatialObjectPoint< TPointDimension >. Definition at line 43 of file itkSurfaceSpatialObjectPoint.h. |
|
Definition at line 44 of file itkSurfaceSpatialObjectPoint.h. |
|
Reimplemented from itk::SpatialObjectPoint< TPointDimension >. Definition at line 46 of file itkSurfaceSpatialObjectPoint.h. |
|
Constructor. This one defines the # of dimensions in the SurfaceSpatialObjectPoint |
|
Default destructor. |
|
Get Normal |
|
Copy one SurfaceSpatialObjectPoint to another |
|
Method to print the object. Reimplemented from itk::SpatialObjectPoint< TPointDimension >. |
|
Set Normal |
|
Set Normal |
|
Set Normal |
|
Definition at line 68 of file itkSurfaceSpatialObjectPoint.h. |