|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkTubeSpatialObjectPoint_h
19 #define itkTubeSpatialObjectPoint_h
23 #include "vnl/vnl_vector_fixed.h"
38 template <
unsigned int TPo
intDimension = 3>
62 return m_RadiusInObjectSpace;
67 GetRadiusInWorldSpace()
const;
73 m_RadiusInObjectSpace = newR;
78 SetRadiusInWorldSpace(
double newR);
84 return m_TangentInObjectSpace;
89 GetTangentInWorldSpace()
const;
95 m_TangentInObjectSpace = newT;
100 SetTangentInWorldSpace(
const VectorType & newT);
103 const CovariantVectorType &
106 return m_Normal1InObjectSpace;
110 const CovariantVectorType
111 GetNormal1InWorldSpace()
const;
117 m_Normal1InObjectSpace = newV1;
122 SetNormal1InWorldSpace(
const CovariantVectorType & newV1);
125 const CovariantVectorType &
128 return m_Normal2InObjectSpace;
132 const CovariantVectorType
133 GetNormal2InWorldSpace()
const;
139 m_Normal2InObjectSpace = newV2;
144 SetNormal2InWorldSpace(
const CovariantVectorType & newV2);
149 m_Ridgeness = ridgeness;
161 m_Curvature = curvature;
173 m_Levelness = levelness;
185 m_Roundness = roundness;
197 m_Intensity = intensity;
209 m_Medialness = medialness;
221 m_Branchness = branchness;
291 PrintSelf(std::ostream & os,
Indent indent)
const override;
296 #ifndef ITK_MANUAL_INSTANTIATION
297 # include "itkTubeSpatialObjectPoint.hxx"
300 #endif // itkTubeSpatialObjectPoint_h
void SetRidgeness(double ridgeness)
double GetLevelness() const
const CovariantVectorType & GetNormal2InObjectSpace() const
void SetAlpha2(double alpha2)
const VectorType & GetTangentInObjectSpace() const
ImageBaseType::SpacingType VectorType
double GetIntensity() const
double GetRadiusInObjectSpace() const
void SetNormal2InObjectSpace(const CovariantVectorType &newV2)
Control indentation during Print() invocation.
void SetRoundness(double roundness)
void SetIntensity(double intensity)
double GetBranchness() const
double GetCurvature() const
const CovariantVectorType & GetNormal1InObjectSpace() const
void SetRadiusInObjectSpace(double newR)
void SetMedialness(double medialness)
VectorType m_TangentInObjectSpace
CovariantVectorType m_Normal2InObjectSpace
void SetBranchness(double branchness)
double GetRoundness() const
CovariantVectorType m_Normal1InObjectSpace
void SetNormal1InObjectSpace(const CovariantVectorType &newV1)
double GetMedialness() const
double m_RadiusInObjectSpace
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
void SetAlpha1(double alpha1)
void SetAlpha3(double alpha3)
double GetRidgeness() const
vnl_vector< double > VectorType
void SetCurvature(double curvature)
void SetLevelness(double levelness)
Point used for a tube definition.
Point used for spatial objets.
void SetTangentInObjectSpace(const VectorType &newT)