18#ifndef itkTubeSpatialObjectPoint_h
19#define itkTubeSpatialObjectPoint_h
23#include "vnl/vnl_vector_fixed.h"
38template <
unsigned int TPo
intDimension = 3>
61 return m_RadiusInObjectSpace;
72 m_RadiusInObjectSpace = newR;
83 return m_TangentInObjectSpace;
94 m_TangentInObjectSpace = newT;
105 return m_Normal1InObjectSpace;
109 const CovariantVectorType
116 m_Normal1InObjectSpace = newV1;
127 return m_Normal2InObjectSpace;
131 const CovariantVectorType
138 m_Normal2InObjectSpace = newV2;
148 m_Ridgeness = ridgeness;
160 m_Curvature = curvature;
172 m_Levelness = levelness;
184 m_Roundness = roundness;
196 m_Intensity = intensity;
208 m_Medialness = medialness;
220 m_Branchness = branchness;
270 double m_Branchness{};
271 double m_Medialness{};
272 double m_Ridgeness{};
273 double m_Curvature{};
274 double m_Levelness{};
275 double m_Roundness{};
276 double m_Intensity{};
282 double m_RadiusInObjectSpace{};
291#ifndef ITK_MANUAL_INSTANTIATION
292# include "itkTubeSpatialObjectPoint.hxx"
Control indentation during Print() invocation.
Point used for spatial objects.
Point used for a tube definition.
void SetNormal2InWorldSpace(const CovariantVectorType &newV2)
void SetBranchness(double branchness)
void SetTangentInObjectSpace(const VectorType &newT)
void PrintSelf(std::ostream &os, Indent indent) const override
void SetAlpha2(double alpha2)
void SetRadiusInWorldSpace(double newR)
double GetCurvature() const
void SetTangentInWorldSpace(const VectorType &newT)
~TubeSpatialObjectPoint() override=default
void SetNormal1InWorldSpace(const CovariantVectorType &newV1)
double GetRoundness() const
void SetRidgeness(double ridgeness)
double GetBranchness() const
void SetNormal1InObjectSpace(const CovariantVectorType &newV1)
double GetRadiusInObjectSpace() const
void SetAlpha1(double alpha1)
void SetLevelness(double levelness)
void SetIntensity(double intensity)
void SetRoundness(double roundness)
double GetRidgeness() const
const CovariantVectorType & GetNormal1InObjectSpace() const
double GetRadiusInWorldSpace() const
const VectorType & GetTangentInObjectSpace() const
const VectorType GetTangentInWorldSpace() const
double GetLevelness() const
double GetIntensity() const
ITK_DEFAULT_COPY_AND_MOVE(TubeSpatialObjectPoint)
void SetMedialness(double medialness)
void SetAlpha3(double alpha3)
void SetCurvature(double curvature)
const CovariantVectorType GetNormal2InWorldSpace() const
void SetNormal2InObjectSpace(const CovariantVectorType &newV2)
const CovariantVectorType & GetNormal2InObjectSpace() const
const CovariantVectorType GetNormal1InWorldSpace() const
double GetMedialness() const
void SetRadiusInObjectSpace(double newR)
ImageBaseType::SpacingType VectorType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....