ITK
6.0.0
Insight Toolkit
|
#include <itkTubeSpatialObjectPoint.h>
Point used for a tube definition.
This class contains all the functions necessary to define a point that can be used to build tubes.
Definition at line 39 of file itkTubeSpatialObjectPoint.h.
Public Types | |
using | CovariantVectorType = CovariantVector< double, TPointDimension > |
using | PointType = Point< double, TPointDimension > |
using | Self = TubeSpatialObjectPoint |
using | Superclass = SpatialObjectPoint< TPointDimension > |
using | VectorType = Vector< double, 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 | |
double | GetAlpha1 () const |
double | GetAlpha2 () const |
double | GetAlpha3 () const |
double | GetBranchness () const |
double | GetCurvature () const |
double | GetIntensity () const |
double | GetLevelness () const |
double | GetMedialness () const |
const CovariantVectorType & | GetNormal1InObjectSpace () const |
const CovariantVectorType | GetNormal1InWorldSpace () const |
const CovariantVectorType & | GetNormal2InObjectSpace () const |
const CovariantVectorType | GetNormal2InWorldSpace () const |
double | GetRadiusInObjectSpace () const |
double | GetRadiusInWorldSpace () const |
double | GetRidgeness () const |
double | GetRoundness () const |
const VectorType & | GetTangentInObjectSpace () const |
const VectorType | GetTangentInWorldSpace () const |
ITK_DEFAULT_COPY_AND_MOVE (TubeSpatialObjectPoint) | |
void | SetAlpha1 (double alpha1) |
void | SetAlpha2 (double alpha2) |
void | SetAlpha3 (double alpha3) |
void | SetBranchness (double branchness) |
void | SetCurvature (double curvature) |
void | SetIntensity (double intensity) |
void | SetLevelness (double levelness) |
void | SetMedialness (double medialness) |
void | SetNormal1InObjectSpace (const CovariantVectorType &newV1) |
void | SetNormal1InWorldSpace (const CovariantVectorType &newV1) |
void | SetNormal2InObjectSpace (const CovariantVectorType &newV2) |
void | SetNormal2InWorldSpace (const CovariantVectorType &newV2) |
void | SetRadiusInObjectSpace (double newR) |
void | SetRadiusInWorldSpace (double newR) |
void | SetRidgeness (double ridgeness) |
void | SetRoundness (double roundness) |
void | SetTangentInObjectSpace (const VectorType &newT) |
void | SetTangentInWorldSpace (const VectorType &newT) |
TubeSpatialObjectPoint () | |
~TubeSpatialObjectPoint () 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 | |
double | m_Alpha1 {} |
double | m_Alpha2 {} |
double | m_Alpha3 {} |
double | m_Branchness {} |
double | m_Curvature {} |
double | m_Intensity {} |
double | m_Levelness {} |
double | m_Medialness {} |
CovariantVectorType | m_Normal1InObjectSpace {} |
CovariantVectorType | m_Normal2InObjectSpace {} |
double | m_RadiusInObjectSpace {} |
double | m_Ridgeness {} |
double | m_Roundness {} |
VectorType | m_TangentInObjectSpace {} |
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::TubeSpatialObjectPoint< TPointDimension >::CovariantVectorType = CovariantVector<double, TPointDimension> |
Definition at line 48 of file itkTubeSpatialObjectPoint.h.
using itk::TubeSpatialObjectPoint< TPointDimension >::PointType = Point<double, TPointDimension> |
Definition at line 46 of file itkTubeSpatialObjectPoint.h.
using itk::TubeSpatialObjectPoint< TPointDimension >::Self = TubeSpatialObjectPoint |
Definition at line 44 of file itkTubeSpatialObjectPoint.h.
using itk::TubeSpatialObjectPoint< TPointDimension >::Superclass = SpatialObjectPoint<TPointDimension> |
Definition at line 45 of file itkTubeSpatialObjectPoint.h.
using itk::TubeSpatialObjectPoint< TPointDimension >::VectorType = Vector<double, TPointDimension> |
Definition at line 47 of file itkTubeSpatialObjectPoint.h.
itk::TubeSpatialObjectPoint< TPointDimension >::TubeSpatialObjectPoint | ( | ) |
Constructor. This one defines the number of dimensions in the TubeSpatialObjectPoint
|
overridedefault |
Default destructor.
|
inline |
Definition at line 236 of file itkTubeSpatialObjectPoint.h.
|
inline |
Definition at line 248 of file itkTubeSpatialObjectPoint.h.
|
inline |
Definition at line 260 of file itkTubeSpatialObjectPoint.h.
|
inline |
Definition at line 224 of file itkTubeSpatialObjectPoint.h.
|
inline |
Definition at line 164 of file itkTubeSpatialObjectPoint.h.
|
inline |
Definition at line 200 of file itkTubeSpatialObjectPoint.h.
|
inline |
Definition at line 176 of file itkTubeSpatialObjectPoint.h.
|
inline |
Definition at line 212 of file itkTubeSpatialObjectPoint.h.
|
inline |
Get V1 in Object space
Definition at line 103 of file itkTubeSpatialObjectPoint.h.
const CovariantVectorType itk::TubeSpatialObjectPoint< TPointDimension >::GetNormal1InWorldSpace | ( | ) | const |
Get V1 in World space
|
inline |
Get V2
Definition at line 125 of file itkTubeSpatialObjectPoint.h.
const CovariantVectorType itk::TubeSpatialObjectPoint< TPointDimension >::GetNormal2InWorldSpace | ( | ) | const |
Get V2
|
inline |
Get the radius in object space.
Definition at line 59 of file itkTubeSpatialObjectPoint.h.
double itk::TubeSpatialObjectPoint< TPointDimension >::GetRadiusInWorldSpace | ( | ) | const |
Get the radius in world space.
|
inline |
Definition at line 152 of file itkTubeSpatialObjectPoint.h.
|
inline |
Definition at line 188 of file itkTubeSpatialObjectPoint.h.
|
inline |
Get the tangent in object space.
Definition at line 81 of file itkTubeSpatialObjectPoint.h.
const VectorType itk::TubeSpatialObjectPoint< TPointDimension >::GetTangentInWorldSpace | ( | ) | const |
Get the tangent in world space.
itk::TubeSpatialObjectPoint< TPointDimension >::ITK_DEFAULT_COPY_AND_MOVE | ( | TubeSpatialObjectPoint< TPointDimension > | ) |
|
overrideprotectedvirtual |
Print the object
Reimplemented from itk::SpatialObjectPoint< 3 >.
|
inline |
Definition at line 230 of file itkTubeSpatialObjectPoint.h.
|
inline |
Definition at line 242 of file itkTubeSpatialObjectPoint.h.
|
inline |
Definition at line 254 of file itkTubeSpatialObjectPoint.h.
|
inline |
Definition at line 218 of file itkTubeSpatialObjectPoint.h.
|
inline |
Definition at line 158 of file itkTubeSpatialObjectPoint.h.
|
inline |
Definition at line 194 of file itkTubeSpatialObjectPoint.h.
|
inline |
Definition at line 170 of file itkTubeSpatialObjectPoint.h.
|
inline |
Definition at line 206 of file itkTubeSpatialObjectPoint.h.
|
inline |
Set V1
Definition at line 114 of file itkTubeSpatialObjectPoint.h.
void itk::TubeSpatialObjectPoint< TPointDimension >::SetNormal1InWorldSpace | ( | const CovariantVectorType & | newV1 | ) |
Set V1
|
inline |
Set V2
Definition at line 136 of file itkTubeSpatialObjectPoint.h.
void itk::TubeSpatialObjectPoint< TPointDimension >::SetNormal2InWorldSpace | ( | const CovariantVectorType & | newV2 | ) |
Set V2
|
inline |
Set the radius in object space.
Definition at line 70 of file itkTubeSpatialObjectPoint.h.
void itk::TubeSpatialObjectPoint< TPointDimension >::SetRadiusInWorldSpace | ( | double | newR | ) |
Set the radius in world space.
|
inline |
Definition at line 146 of file itkTubeSpatialObjectPoint.h.
|
inline |
Definition at line 182 of file itkTubeSpatialObjectPoint.h.
|
inline |
Set the tangent in object space.
Definition at line 92 of file itkTubeSpatialObjectPoint.h.
void itk::TubeSpatialObjectPoint< TPointDimension >::SetTangentInWorldSpace | ( | const VectorType & | newT | ) |
Set the tangent in World Space.
|
protected |
Definition at line 277 of file itkTubeSpatialObjectPoint.h.
|
protected |
Definition at line 278 of file itkTubeSpatialObjectPoint.h.
|
protected |
Definition at line 279 of file itkTubeSpatialObjectPoint.h.
|
protected |
Definition at line 270 of file itkTubeSpatialObjectPoint.h.
|
protected |
Definition at line 273 of file itkTubeSpatialObjectPoint.h.
|
protected |
Definition at line 276 of file itkTubeSpatialObjectPoint.h.
|
protected |
Definition at line 274 of file itkTubeSpatialObjectPoint.h.
|
protected |
Definition at line 271 of file itkTubeSpatialObjectPoint.h.
|
protected |
Definition at line 267 of file itkTubeSpatialObjectPoint.h.
|
protected |
Definition at line 268 of file itkTubeSpatialObjectPoint.h.
|
protected |
The radius of the tube point
Definition at line 282 of file itkTubeSpatialObjectPoint.h.
|
protected |
Definition at line 272 of file itkTubeSpatialObjectPoint.h.
|
protected |
Definition at line 275 of file itkTubeSpatialObjectPoint.h.
|
protected |
Definition at line 266 of file itkTubeSpatialObjectPoint.h.