ITK
5.2.0
Insight Toolkit
|
#include <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< TPointDimension > | |
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 |
Self & | operator= (const TubeSpatialObjectPoint &rhs) |
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 (const TubeSpatialObjectPoint &other) | |
~TubeSpatialObjectPoint () override=default | |
Public Member Functions inherited from itk::SpatialObjectPoint< TPointDimension > | |
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 |
Protected Member Functions | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
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< TPointDimension > | |
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< TPointDimension > | |
static constexpr PointDimensionType | PointDimension = TPointDimension |
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.
using itk::TubeSpatialObjectPoint< TPointDimension >::CovariantVectorType = CovariantVector<double, TPointDimension> |
Definition at line 46 of file itkTubeSpatialObjectPoint.h.
using itk::TubeSpatialObjectPoint< TPointDimension >::PointType = Point<double, TPointDimension> |
Definition at line 44 of file itkTubeSpatialObjectPoint.h.
using itk::TubeSpatialObjectPoint< TPointDimension >::Self = TubeSpatialObjectPoint |
Definition at line 42 of file itkTubeSpatialObjectPoint.h.
using itk::TubeSpatialObjectPoint< TPointDimension >::Superclass = SpatialObjectPoint<TPointDimension> |
Definition at line 43 of file itkTubeSpatialObjectPoint.h.
using itk::TubeSpatialObjectPoint< TPointDimension >::VectorType = Vector<double, TPointDimension> |
Definition at line 45 of file itkTubeSpatialObjectPoint.h.
itk::TubeSpatialObjectPoint< TPointDimension >::TubeSpatialObjectPoint | ( | ) |
Constructor. This one defines the number of dimensions in the TubeSpatialObjectPoint
itk::TubeSpatialObjectPoint< TPointDimension >::TubeSpatialObjectPoint | ( | const TubeSpatialObjectPoint< TPointDimension > & | other | ) |
Copy Constructor
|
overridedefault |
Default destructor.
|
inline |
Definition at line 237 of file itkTubeSpatialObjectPoint.h.
|
inline |
Definition at line 249 of file itkTubeSpatialObjectPoint.h.
|
inline |
Definition at line 261 of file itkTubeSpatialObjectPoint.h.
|
inline |
Definition at line 225 of file itkTubeSpatialObjectPoint.h.
|
inline |
Definition at line 165 of file itkTubeSpatialObjectPoint.h.
|
inline |
Definition at line 201 of file itkTubeSpatialObjectPoint.h.
|
inline |
Definition at line 177 of file itkTubeSpatialObjectPoint.h.
|
inline |
Definition at line 213 of file itkTubeSpatialObjectPoint.h.
|
inline |
Get V1 in Object space
Definition at line 104 of file itkTubeSpatialObjectPoint.h.
const CovariantVectorType itk::TubeSpatialObjectPoint< TPointDimension >::GetNormal1InWorldSpace | ( | ) | const |
Get V1 in World space
|
inline |
Get V2
Definition at line 126 of file itkTubeSpatialObjectPoint.h.
const CovariantVectorType itk::TubeSpatialObjectPoint< TPointDimension >::GetNormal2InWorldSpace | ( | ) | const |
Get V2
|
inline |
Get R
Definition at line 60 of file itkTubeSpatialObjectPoint.h.
double itk::TubeSpatialObjectPoint< TPointDimension >::GetRadiusInWorldSpace | ( | ) | const |
Get R
|
inline |
Definition at line 153 of file itkTubeSpatialObjectPoint.h.
|
inline |
Definition at line 189 of file itkTubeSpatialObjectPoint.h.
|
inline |
Get the tangent in Object Space
Definition at line 82 of file itkTubeSpatialObjectPoint.h.
const VectorType itk::TubeSpatialObjectPoint< TPointDimension >::GetTangentInWorldSpace | ( | ) | const |
Get the tangent in World Space
Self& itk::TubeSpatialObjectPoint< TPointDimension >::operator= | ( | const TubeSpatialObjectPoint< TPointDimension > & | rhs | ) |
Copy one TubeSpatialObjectPoint to another
|
overrideprotectedvirtual |
Print the object
Reimplemented from itk::SpatialObjectPoint< TPointDimension >.
|
inline |
Definition at line 231 of file itkTubeSpatialObjectPoint.h.
|
inline |
Definition at line 243 of file itkTubeSpatialObjectPoint.h.
|
inline |
Definition at line 255 of file itkTubeSpatialObjectPoint.h.
|
inline |
Definition at line 219 of file itkTubeSpatialObjectPoint.h.
|
inline |
Definition at line 159 of file itkTubeSpatialObjectPoint.h.
|
inline |
Definition at line 195 of file itkTubeSpatialObjectPoint.h.
|
inline |
Definition at line 171 of file itkTubeSpatialObjectPoint.h.
|
inline |
Definition at line 207 of file itkTubeSpatialObjectPoint.h.
|
inline |
Set V1
Definition at line 115 of file itkTubeSpatialObjectPoint.h.
void itk::TubeSpatialObjectPoint< TPointDimension >::SetNormal1InWorldSpace | ( | const CovariantVectorType & | newV1 | ) |
Set V1
|
inline |
Set V2
Definition at line 137 of file itkTubeSpatialObjectPoint.h.
void itk::TubeSpatialObjectPoint< TPointDimension >::SetNormal2InWorldSpace | ( | const CovariantVectorType & | newV2 | ) |
Set V2
|
inline |
Set R
Definition at line 71 of file itkTubeSpatialObjectPoint.h.
void itk::TubeSpatialObjectPoint< TPointDimension >::SetRadiusInWorldSpace | ( | double | newR | ) |
Set R
|
inline |
Definition at line 147 of file itkTubeSpatialObjectPoint.h.
|
inline |
Definition at line 183 of file itkTubeSpatialObjectPoint.h.
|
inline |
Set the tangent in object space.
Definition at line 93 of file itkTubeSpatialObjectPoint.h.
void itk::TubeSpatialObjectPoint< TPointDimension >::SetTangentInWorldSpace | ( | const VectorType & | newT | ) |
Set the tangent in World Space.
|
protected |
Definition at line 282 of file itkTubeSpatialObjectPoint.h.
|
protected |
Definition at line 283 of file itkTubeSpatialObjectPoint.h.
|
protected |
Definition at line 284 of file itkTubeSpatialObjectPoint.h.
|
protected |
Definition at line 275 of file itkTubeSpatialObjectPoint.h.
|
protected |
Definition at line 278 of file itkTubeSpatialObjectPoint.h.
|
protected |
Definition at line 281 of file itkTubeSpatialObjectPoint.h.
|
protected |
Definition at line 279 of file itkTubeSpatialObjectPoint.h.
|
protected |
Definition at line 276 of file itkTubeSpatialObjectPoint.h.
|
protected |
Definition at line 272 of file itkTubeSpatialObjectPoint.h.
|
protected |
Definition at line 273 of file itkTubeSpatialObjectPoint.h.
|
protected |
The radius of the tube point
Definition at line 287 of file itkTubeSpatialObjectPoint.h.
|
protected |
Definition at line 277 of file itkTubeSpatialObjectPoint.h.
|
protected |
Definition at line 280 of file itkTubeSpatialObjectPoint.h.
|
protected |
Definition at line 271 of file itkTubeSpatialObjectPoint.h.