ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
#include <itkContourSpatialObjectPoint.h>
Point used for a Contour definition.
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 itkContourSpatialObjectPoint.h.
Public Types | |
typedef Point< double, TPointDimension > | PointType |
typedef ContourSpatialObjectPoint | Self |
typedef SpatialObjectPoint < TPointDimension > | Superclass |
typedef CovariantVector < double, TPointDimension > | VectorType |
Public Types inherited from itk::SpatialObjectPoint< TPointDimension > | |
typedef PixelType | ColorType |
typedef RGBAPixel< float > | PixelType |
typedef Point< double, TPointDimension > | PointType |
typedef SpatialObjectPoint | Self |
typedef vnl_vector< double > | VectorType |
Public Member Functions | |
ContourSpatialObjectPoint () | |
const VectorType & | GetNormal () const |
const PointType & | GetPickedPoint () const |
Self & | operator= (const ContourSpatialObjectPoint &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) |
void | SetPickedPoint (const PointType &point) |
void | SetPickedPoint (const double pointx, const double pointy) |
void | SetPickedPoint (const double pointx, const double pointy, const double pointz) |
virtual | ~ContourSpatialObjectPoint () override |
Public Member Functions inherited from itk::SpatialObjectPoint< TPointDimension > | |
float | GetAlpha () const |
float | GetBlue () const |
const PixelType & | GetColor () const |
float | GetGreen () const |
int | GetID () const |
const PointType & | GetPosition () const |
float | GetRed () const |
Self & | operator= (const SpatialObjectPoint &rhs) |
void | Print (std::ostream &os) const |
void | SetAlpha (float a) |
void | SetBlue (float b) |
void | SetColor (const PixelType &color) |
void | SetColor (float r, float g, float b, float a=1) |
void | SetGreen (float g) |
void | SetID (const int newID) |
void | SetPosition (const PointType &newX) |
void | SetPosition (const double x0, const double x1) |
void | SetPosition (const double x0, const double x1, const double x2) |
void | SetRed (float r) |
SpatialObjectPoint () | |
virtual | ~SpatialObjectPoint () |
Protected Member Functions | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const override |
Private Attributes | |
VectorType | m_Normal |
PointType | m_PickedPoint |
Additional Inherited Members | |
Protected Attributes inherited from itk::SpatialObjectPoint< TPointDimension > | |
PixelType | m_Color |
int | m_ID |
PointType | m_X |
typedef Point< double, TPointDimension > itk::ContourSpatialObjectPoint< TPointDimension >::PointType |
Definition at line 44 of file itkContourSpatialObjectPoint.h.
typedef ContourSpatialObjectPoint itk::ContourSpatialObjectPoint< TPointDimension >::Self |
Definition at line 42 of file itkContourSpatialObjectPoint.h.
typedef SpatialObjectPoint< TPointDimension > itk::ContourSpatialObjectPoint< TPointDimension >::Superclass |
Definition at line 43 of file itkContourSpatialObjectPoint.h.
typedef CovariantVector< double, TPointDimension > itk::ContourSpatialObjectPoint< TPointDimension >::VectorType |
Definition at line 45 of file itkContourSpatialObjectPoint.h.
itk::ContourSpatialObjectPoint< TPointDimension >::ContourSpatialObjectPoint | ( | ) |
Constructor. This one defines the number of dimensions in the ContourSpatialObjectPoint
|
overridevirtual |
Default destructor.
const VectorType& itk::ContourSpatialObjectPoint< TPointDimension >::GetNormal | ( | ) | const |
Get the normal.
const PointType& itk::ContourSpatialObjectPoint< TPointDimension >::GetPickedPoint | ( | ) | const |
Get the picked point.
Self& itk::ContourSpatialObjectPoint< TPointDimension >::operator= | ( | const ContourSpatialObjectPoint< TPointDimension > & | rhs | ) |
Copy a surface point to another.
|
overrideprotectedvirtual |
PrintSelf method
Reimplemented from itk::SpatialObjectPoint< TPointDimension >.
void itk::ContourSpatialObjectPoint< TPointDimension >::SetNormal | ( | const VectorType & | normal | ) |
Set the normal : N-D case.
void itk::ContourSpatialObjectPoint< TPointDimension >::SetNormal | ( | const double | normalx, |
const double | normaly | ||
) |
Set the normal : 2D case.
void itk::ContourSpatialObjectPoint< TPointDimension >::SetNormal | ( | const double | normalx, |
const double | normaly, | ||
const double | normalz | ||
) |
Set the normal : 3D case.
void itk::ContourSpatialObjectPoint< TPointDimension >::SetPickedPoint | ( | const PointType & | point | ) |
Set the picked point : N-D case.
void itk::ContourSpatialObjectPoint< TPointDimension >::SetPickedPoint | ( | const double | pointx, |
const double | pointy | ||
) |
Set the picked point : 2D case.
void itk::ContourSpatialObjectPoint< TPointDimension >::SetPickedPoint | ( | const double | pointx, |
const double | pointy, | ||
const double | pointz | ||
) |
Set the picked point : 3D case.
|
private |
Definition at line 89 of file itkContourSpatialObjectPoint.h.
|
private |
Definition at line 90 of file itkContourSpatialObjectPoint.h.