ITK
6.0.0
Insight Toolkit
|
#include <itkLineSpatialObjectPoint.h>
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 VDimension-1 normals.
Definition at line 43 of file itkLineSpatialObjectPoint.h.
Public Types | |
using | CovariantVectorType = CovariantVector< double, TPointDimension > |
using | NormalArrayType = FixedArray< CovariantVectorType, TPointDimension - 1 > |
using | PointType = Point< double, TPointDimension > |
using | Self = LineSpatialObjectPoint |
using | Superclass = SpatialObjectPoint< TPointDimension > |
Public Types inherited from itk::SpatialObjectPoint< 3 > | |
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 | |
const CovariantVectorType & | GetNormalInObjectSpace (unsigned int index) const |
ITK_DEFAULT_COPY_AND_MOVE (LineSpatialObjectPoint) | |
LineSpatialObjectPoint () | |
void | SetNormalInObjectSpace (CovariantVectorType &normal, unsigned int index) |
~LineSpatialObjectPoint () override=default | |
Public Member Functions inherited from itk::SpatialObjectPoint< 3 > | |
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 |
ITK_DEFAULT_COPY_AND_MOVE (SpatialObjectPoint) | |
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) |
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 () | |
virtual | ~SpatialObjectPoint ()=default |
Protected Member Functions | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
Protected Attributes | |
NormalArrayType | m_NormalArrayInObjectSpace {} |
Protected Attributes inherited from itk::SpatialObjectPoint< 3 > | |
ColorType | m_Color |
int | m_Id |
PointType | m_PositionInObjectSpace |
std::map< std::string, double > | m_ScalarDictionary |
WeakPointer< SpatialObjectType > | m_SpatialObject |
Additional Inherited Members | |
Static Public Attributes inherited from itk::SpatialObjectPoint< 3 > | |
static constexpr PointDimensionType | PointDimension |
using itk::LineSpatialObjectPoint< TPointDimension >::CovariantVectorType = CovariantVector<double, TPointDimension> |
Definition at line 51 of file itkLineSpatialObjectPoint.h.
using itk::LineSpatialObjectPoint< TPointDimension >::NormalArrayType = FixedArray<CovariantVectorType, TPointDimension - 1> |
Definition at line 52 of file itkLineSpatialObjectPoint.h.
using itk::LineSpatialObjectPoint< TPointDimension >::PointType = Point<double, TPointDimension> |
Definition at line 50 of file itkLineSpatialObjectPoint.h.
using itk::LineSpatialObjectPoint< TPointDimension >::Self = LineSpatialObjectPoint |
Definition at line 48 of file itkLineSpatialObjectPoint.h.
using itk::LineSpatialObjectPoint< TPointDimension >::Superclass = SpatialObjectPoint<TPointDimension> |
Definition at line 49 of file itkLineSpatialObjectPoint.h.
itk::LineSpatialObjectPoint< TPointDimension >::LineSpatialObjectPoint | ( | ) |
Constructor
|
overridedefault |
Destructor
const CovariantVectorType & itk::LineSpatialObjectPoint< TPointDimension >::GetNormalInObjectSpace | ( | unsigned int | index | ) | const |
Get the normal.
itk::LineSpatialObjectPoint< TPointDimension >::ITK_DEFAULT_COPY_AND_MOVE | ( | LineSpatialObjectPoint< TPointDimension > | ) |
|
overrideprotectedvirtual |
Method to print the object.
Reimplemented from itk::SpatialObjectPoint< 3 >.
void itk::LineSpatialObjectPoint< TPointDimension >::SetNormalInObjectSpace | ( | CovariantVectorType & | normal, |
unsigned int | index | ||
) |
Set the normal.
|
protected |
Definition at line 69 of file itkLineSpatialObjectPoint.h.