![]() |
ITK
5.3.0
Insight Toolkit
|
#include <itkSpatialObjectPoint.h>
Inheritance diagram for itk::SpatialObjectPoint< TPointDimension >:
Collaboration diagram for itk::SpatialObjectPoint< TPointDimension >:Public Types | |
| using | ColorType = RGBAPixel< double > |
| using | PointDimensionType = unsigned int |
| using | PointType = Point< double, TPointDimension > |
| using | Self = SpatialObjectPoint |
| using | SpatialObjectType = SpatialObject< TPointDimension > |
| using | VectorType = vnl_vector< double > |
Public Member Functions | |
| double | GetAlpha () const |
| double | GetBlue () const |
| ColorType | GetColor () const |
| double | GetGreen () const |
| int | GetId () const |
| virtual const char * | GetNameOfClass () const |
| const PointType & | GetPositionInObjectSpace () const |
| PointType | GetPositionInWorldSpace () const |
| double | GetRed () const |
| SpatialObjectType * | GetSpatialObject () const |
| std::map< std::string, double > & | GetTagScalarDictionary () |
| const std::map< std::string, double > & | GetTagScalarDictionary () const |
| double | GetTagScalarValue (const std::string &tag) const |
| bool | GetTagScalarValue (const std::string &tag, double &value) const |
| Self & | operator= (const SpatialObjectPoint &rhs) |
| void | Print (std::ostream &os) const |
| void | SetAlpha (double a) |
| void | SetBlue (double b) |
| void | SetColor (ColorType color) |
| void | SetColor (double r, double g, double b, double a=1) |
| void | SetGreen (double g) |
| void | SetId (int id) |
| template<typename... TCoordinate> | |
| void | SetPositionInObjectSpace (const double firstCoordinate, const TCoordinate... otherCoordinate) |
| void | SetPositionInObjectSpace (const PointType &newPositionInObjectSpace) |
| void | SetPositionInWorldSpace (const PointType &point) |
| void | SetRed (double r) |
| void | SetSpatialObject (SpatialObjectType *so) |
| void | SetTagScalarDictionary (const std::map< std::string, double > &dict) |
| void | SetTagScalarValue (const std::string &tag, double value) |
| SpatialObjectPoint () | |
| SpatialObjectPoint (const SpatialObjectPoint &other) | |
| virtual | ~SpatialObjectPoint ()=default |
Static Public Attributes | |
| static constexpr PointDimensionType | PointDimension = TPointDimension |
Protected Member Functions | |
| virtual void | PrintSelf (std::ostream &os, Indent indent) const |
Protected Attributes | |
| ColorType | m_Color |
| int | m_Id |
| PointType | m_PositionInObjectSpace |
| std::map< std::string, double > | m_ScalarDictionary |
| WeakPointer< SpatialObjectType > | m_SpatialObject |
Point used for spatial objects.
This class contains all the functions necessary to define a point
Definition at line 44 of file itkSpatialObjectPoint.h.
| using itk::SpatialObjectPoint< TPointDimension >::ColorType = RGBAPixel<double> |
Definition at line 72 of file itkSpatialObjectPoint.h.
| using itk::SpatialObjectPoint< TPointDimension >::PointDimensionType = unsigned int |
Definition at line 47 of file itkSpatialObjectPoint.h.
| using itk::SpatialObjectPoint< TPointDimension >::PointType = Point<double, TPointDimension> |
Definition at line 70 of file itkSpatialObjectPoint.h.
| using itk::SpatialObjectPoint< TPointDimension >::Self = SpatialObjectPoint |
Definition at line 66 of file itkSpatialObjectPoint.h.
| using itk::SpatialObjectPoint< TPointDimension >::SpatialObjectType = SpatialObject<TPointDimension> |
Definition at line 68 of file itkSpatialObjectPoint.h.
| using itk::SpatialObjectPoint< TPointDimension >::VectorType = vnl_vector<double> |
Definition at line 71 of file itkSpatialObjectPoint.h.
| itk::SpatialObjectPoint< TPointDimension >::SpatialObjectPoint | ( | ) |
Constructor.
| itk::SpatialObjectPoint< TPointDimension >::SpatialObjectPoint | ( | const SpatialObjectPoint< TPointDimension > & | other | ) |
Copy Constructor.
|
virtualdefault |
Default destructor.
|
inline |
Definition at line 202 of file itkSpatialObjectPoint.h.
|
inline |
Definition at line 189 of file itkSpatialObjectPoint.h.
|
inline |
Definition at line 146 of file itkSpatialObjectPoint.h.
|
inline |
Definition at line 176 of file itkSpatialObjectPoint.h.
|
inline |
Get the SpatialObjectPoint Id.
Definition at line 83 of file itkSpatialObjectPoint.h.
|
inlinevirtual |
Definition at line 61 of file itkSpatialObjectPoint.h.
|
inline |
Return a pointer to the point object.
Definition at line 107 of file itkSpatialObjectPoint.h.
| PointType itk::SpatialObjectPoint< TPointDimension >::GetPositionInWorldSpace | ( | ) | const |
Returns the position in world coordinates, using the spatialObject's objectToWorld transform
|
inline |
Definition at line 163 of file itkSpatialObjectPoint.h.
|
inline |
Definition at line 119 of file itkSpatialObjectPoint.h.
| std::map<std::string, double>& itk::SpatialObjectPoint< TPointDimension >::GetTagScalarDictionary | ( | ) |
| const std::map<std::string, double>& itk::SpatialObjectPoint< TPointDimension >::GetTagScalarDictionary | ( | ) | const |
| double itk::SpatialObjectPoint< TPointDimension >::GetTagScalarValue | ( | const std::string & | tag | ) | const |
| bool itk::SpatialObjectPoint< TPointDimension >::GetTagScalarValue | ( | const std::string & | tag, |
| double & | value | ||
| ) | const |
| Self& itk::SpatialObjectPoint< TPointDimension >::operator= | ( | const SpatialObjectPoint< TPointDimension > & | rhs | ) |
Copy one SpatialObjectPoint to another
|
inline |
PrintSelf method
Definition at line 227 of file itkSpatialObjectPoint.h.
|
protectedvirtual |
|
inline |
Set/Get alpha value of the point
Definition at line 196 of file itkSpatialObjectPoint.h.
|
inline |
Set/Get blue color of the point
Definition at line 183 of file itkSpatialObjectPoint.h.
|
inline |
Set/Get color of the point
Definition at line 140 of file itkSpatialObjectPoint.h.
| void itk::SpatialObjectPoint< TPointDimension >::SetColor | ( | double | r, |
| double | g, | ||
| double | b, | ||
| double | a = 1 |
||
| ) |
Set the color
|
inline |
Set/Get Green color of the point
Definition at line 170 of file itkSpatialObjectPoint.h.
|
inline |
Set the SpatialObjectPoint Id.
Definition at line 76 of file itkSpatialObjectPoint.h.
|
inline |
Definition at line 97 of file itkSpatialObjectPoint.h.
|
inline |
Set the point object.
Definition at line 90 of file itkSpatialObjectPoint.h.
| void itk::SpatialObjectPoint< TPointDimension >::SetPositionInWorldSpace | ( | const PointType & | point | ) |
Set the position in world coordinates, using the spatialObject's objectToWorld transform, inverse
|
inline |
Set/Get red color of the point
Definition at line 157 of file itkSpatialObjectPoint.h.
|
inline |
Definition at line 113 of file itkSpatialObjectPoint.h.
| void itk::SpatialObjectPoint< TPointDimension >::SetTagScalarDictionary | ( | const std::map< std::string, double > & | dict | ) |
| void itk::SpatialObjectPoint< TPointDimension >::SetTagScalarValue | ( | const std::string & | tag, |
| double | value | ||
| ) |
|
protected |
Color of the point
Definition at line 244 of file itkSpatialObjectPoint.h.
|
protected |
A unique ID assigned to this SpatialObjectPoint
Definition at line 238 of file itkSpatialObjectPoint.h.
|
protected |
Position of the point
Definition at line 241 of file itkSpatialObjectPoint.h.
|
protected |
Additional scalar properties of the point
Definition at line 247 of file itkSpatialObjectPoint.h.
|
protected |
Definition at line 253 of file itkSpatialObjectPoint.h.
|
staticconstexpr |
Definition at line 49 of file itkSpatialObjectPoint.h.
1.8.16