template<unsigned int TPointDimension = 3>
class itk::ContourSpatialObjectPoint< TPointDimension >
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.
- See also
- SpatialObjectPoint
Definition at line 38 of file itkContourSpatialObjectPoint.h.
|
| ContourSpatialObjectPoint () |
|
const CovariantVectorType & | GetNormalInObjectSpace () const |
|
const PointType & | GetPickedPointInObjectSpace () const |
|
| ITK_DEFAULT_COPY_AND_MOVE (ContourSpatialObjectPoint) |
|
void | SetNormalInObjectSpace (const CovariantVectorType &normal) |
|
void | SetPickedPointInObjectSpace (const PointType &point) |
|
| ~ContourSpatialObjectPoint () override=default |
|
double | GetAlpha () const |
|
double | GetAlpha () const |
|
double | GetBlue () const |
|
double | GetBlue () const |
|
ColorType | GetColor () const |
|
ColorType | GetColor () const |
|
double | GetGreen () const |
|
double | GetGreen () const |
|
int | GetId () const |
|
int | GetId () const |
|
virtual const char * | GetNameOfClass () const |
|
virtual const char * | GetNameOfClass () const |
|
const PointType & | GetPositionInObjectSpace () const |
|
const PointType & | GetPositionInObjectSpace () const |
|
PointType | GetPositionInWorldSpace () const |
|
PointType | GetPositionInWorldSpace () const |
|
double | GetRed () const |
|
double | GetRed () const |
|
SpatialObjectType * | GetSpatialObject () const |
|
SpatialObjectType * | GetSpatialObject () const |
|
std::map< std::string, double > & | GetTagScalarDictionary () |
|
std::map< std::string, double > & | GetTagScalarDictionary () |
|
const std::map< std::string, double > & | GetTagScalarDictionary () const |
|
const std::map< std::string, double > & | GetTagScalarDictionary () const |
|
double | GetTagScalarValue (const std::string &tag) const |
|
double | GetTagScalarValue (const std::string &tag) const |
|
bool | GetTagScalarValue (const std::string &tag, double &value) const |
|
bool | GetTagScalarValue (const std::string &tag, double &value) const |
|
| ITK_DEFAULT_COPY_AND_MOVE (SpatialObjectPoint) |
|
| ITK_DEFAULT_COPY_AND_MOVE (SpatialObjectPoint) |
|
void | Print (std::ostream &os) const |
|
void | Print (std::ostream &os) const |
|
void | SetAlpha (double a) |
|
void | SetAlpha (double a) |
|
void | SetBlue (double b) |
|
void | SetBlue (double b) |
|
void | SetColor (ColorType color) |
|
void | SetColor (ColorType color) |
|
void | SetColor (double r, double g, double b, double a=1) |
|
void | SetColor (double r, double g, double b, double a=1) |
|
void | SetGreen (double g) |
|
void | SetGreen (double g) |
|
void | SetId (int id) |
|
void | SetId (int id) |
|
void | SetPositionInObjectSpace (const double firstCoordinate, const TCoordinate... otherCoordinate) |
|
void | SetPositionInObjectSpace (const double firstCoordinate, const TCoordinate... otherCoordinate) |
|
void | SetPositionInObjectSpace (const PointType &newPositionInObjectSpace) |
|
void | SetPositionInObjectSpace (const PointType &newPositionInObjectSpace) |
|
void | SetPositionInWorldSpace (const PointType &point) |
|
void | SetPositionInWorldSpace (const PointType &point) |
|
void | SetRed (double r) |
|
void | SetRed (double r) |
|
void | SetSpatialObject (SpatialObjectType *so) |
|
void | SetSpatialObject (SpatialObjectType *so) |
|
void | SetTagScalarDictionary (const std::map< std::string, double > &dict) |
|
void | SetTagScalarDictionary (const std::map< std::string, double > &dict) |
|
void | SetTagScalarValue (const std::string &tag, double value) |
|
void | SetTagScalarValue (const std::string &tag, double value) |
|
| SpatialObjectPoint () |
|
| SpatialObjectPoint () |
|
virtual | ~SpatialObjectPoint ()=default |
|
virtual | ~SpatialObjectPoint ()=default |
|