![]() |
ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkLineSpatialObjectPoint.h>
Inheritance diagram for itk::LineSpatialObjectPoint< TPointDimension >:
Collaboration diagram for itk::LineSpatialObjectPoint< TPointDimension >:Public Types | |
| typedef FixedArray< VectorType, TPointDimension-1 > | NormalArrayType |
| typedef Point< double, TPointDimension > | PointType |
| typedef LineSpatialObjectPoint | Self |
| typedef SpatialObjectPoint < TPointDimension > | Superclass |
| typedef CovariantVector < double, TPointDimension > | VectorType |
Public Member Functions | |
| const VectorType & | GetNormal (unsigned int index) const |
| LineSpatialObjectPoint (void) | |
| Self & | operator= (const LineSpatialObjectPoint &rhs) |
| void | SetNormal (VectorType &normal, unsigned int index) |
| virtual | ~LineSpatialObjectPoint (void) |
Protected Member Functions | |
| virtual void | PrintSelf (std::ostream &os, Indent indent) const |
Protected Attributes | |
| NormalArrayType | m_NormalArray |
Point used for a line definition.
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 42 of file itkLineSpatialObjectPoint.h.
| typedef FixedArray< VectorType, TPointDimension - 1 > itk::LineSpatialObjectPoint< TPointDimension >::NormalArrayType |
Definition at line 51 of file itkLineSpatialObjectPoint.h.
| typedef Point< double, TPointDimension > itk::LineSpatialObjectPoint< TPointDimension >::PointType |
Reimplemented from itk::SpatialObjectPoint< TPointDimension >.
Definition at line 49 of file itkLineSpatialObjectPoint.h.
| typedef LineSpatialObjectPoint itk::LineSpatialObjectPoint< TPointDimension >::Self |
Reimplemented from itk::SpatialObjectPoint< TPointDimension >.
Definition at line 47 of file itkLineSpatialObjectPoint.h.
| typedef SpatialObjectPoint< TPointDimension > itk::LineSpatialObjectPoint< TPointDimension >::Superclass |
Definition at line 48 of file itkLineSpatialObjectPoint.h.
| typedef CovariantVector< double, TPointDimension > itk::LineSpatialObjectPoint< TPointDimension >::VectorType |
Reimplemented from itk::SpatialObjectPoint< TPointDimension >.
Definition at line 50 of file itkLineSpatialObjectPoint.h.
| itk::LineSpatialObjectPoint< TPointDimension >::LineSpatialObjectPoint | ( | void | ) |
Constructor
| virtual itk::LineSpatialObjectPoint< TPointDimension >::~LineSpatialObjectPoint | ( | void | ) | [virtual] |
Destructor
| const VectorType& itk::LineSpatialObjectPoint< TPointDimension >::GetNormal | ( | unsigned int | index | ) | const |
Get Normal
| Self& itk::LineSpatialObjectPoint< TPointDimension >::operator= | ( | const LineSpatialObjectPoint< TPointDimension > & | rhs | ) |
Copy one LineSpatialObjectPoint to another
| virtual void itk::LineSpatialObjectPoint< TPointDimension >::PrintSelf | ( | std::ostream & | os, |
| Indent | indent | ||
| ) | const [protected, virtual] |
Method to print the object.
Reimplemented from itk::SpatialObjectPoint< TPointDimension >.
| void itk::LineSpatialObjectPoint< TPointDimension >::SetNormal | ( | VectorType & | normal, |
| unsigned int | index | ||
| ) |
Set Normal
NormalArrayType itk::LineSpatialObjectPoint< TPointDimension >::m_NormalArray [protected] |
Definition at line 70 of file itkLineSpatialObjectPoint.h.
1.7.6.1