ITK  4.8.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
itk::VesselTubeSpatialObjectPoint< TPointDimension > Class Template Reference

#include <itkVesselTubeSpatialObjectPoint.h>

+ Inheritance diagram for itk::VesselTubeSpatialObjectPoint< TPointDimension >:
+ Collaboration diagram for itk::VesselTubeSpatialObjectPoint< TPointDimension >:

Detailed Description

template<unsigned int TPointDimension = 3>
class itk::VesselTubeSpatialObjectPoint< 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.

See Also
VesselTubeSpatialObject
Examples:
Examples/SpatialObjects/VesselTubeSpatialObject.cxx.

Definition at line 37 of file itkVesselTubeSpatialObjectPoint.h.

Public Types

typedef CovariantVector
< double, TPointDimension > 
CovariantVectorType
 
typedef Point< double,
TPointDimension > 
PointType
 
typedef
VesselTubeSpatialObjectPoint 
Self
 
typedef TubeSpatialObjectPoint
< TPointDimension > 
Superclass
 
typedef Vector< double,
TPointDimension > 
VectorType
 
- Public Types inherited from itk::TubeSpatialObjectPoint< TPointDimension >
typedef CovariantVector
< double, TPointDimension > 
CovariantVectorType
 
typedef Point< double,
TPointDimension > 
PointType
 
typedef TubeSpatialObjectPoint Self
 
typedef SpatialObjectPoint
< TPointDimension > 
Superclass
 
typedef Vector< double,
TPointDimension > 
VectorType
 
- Public Types inherited from itk::SpatialObjectPoint< TPointDimension >
typedef PixelType ColorType
 
typedef RGBAPixel< float > PixelType
 
typedef Point< double,
TPointDimension > 
PointType
 
typedef SpatialObjectPoint Self
 
typedef vnl_vector< double > VectorType
 

Public Member Functions

float GetAlpha1 () const
 
float GetAlpha2 () const
 
float GetAlpha3 () const
 
float GetBranchness () const
 
bool GetMark () const
 
float GetMedialness () const
 
float GetRidgeness () const
 
Selfoperator= (const VesselTubeSpatialObjectPoint &rhs)
 
void SetAlpha1 (const float newAlpha)
 
void SetAlpha2 (const float newAlpha)
 
void SetAlpha3 (const float newAlpha)
 
void SetBranchness (const float newBranchness)
 
void SetMark (const bool newMark)
 
void SetMedialness (const float newMedialness)
 
void SetRidgeness (const float newRidgeness)
 
 VesselTubeSpatialObjectPoint ()
 
virtual ~VesselTubeSpatialObjectPoint ()
 
- Public Member Functions inherited from itk::TubeSpatialObjectPoint< TPointDimension >
const CovariantVectorTypeGetNormal1 () const
 
const CovariantVectorTypeGetNormal2 () const
 
unsigned short int GetNumDimensions () const
 
float GetRadius () const
 
const VectorTypeGetTangent () const
 
Selfoperator= (const TubeSpatialObjectPoint &rhs)
 
void SetNormal1 (const CovariantVectorType &newV1)
 
void SetNormal1 (const double v10, const double v11)
 
void SetNormal1 (const double v10, const double v11, const double v12)
 
void SetNormal2 (const CovariantVectorType &newV2)
 
void SetNormal2 (const double v20, const double v21)
 
void SetNormal2 (const double v20, const double v21, const double v22)
 
void SetRadius (const float newR)
 
void SetTangent (const VectorType &newT)
 
void SetTangent (const double t0, const double t1)
 
void SetTangent (const double t0, const double t1, const double t2)
 
 TubeSpatialObjectPoint ()
 
virtual ~TubeSpatialObjectPoint ()
 
- Public Member Functions inherited from itk::SpatialObjectPoint< TPointDimension >
float GetAlpha () const
 
float GetBlue () const
 
const PixelTypeGetColor () const
 
float GetGreen () const
 
int GetID () const
 
const PointTypeGetPosition () const
 
float GetRed () const
 
Selfoperator= (const SpatialObjectPoint &rhs)
 
void Print (std::ostream &os) const
 
void SetAlpha (float a)
 
void SetBlue (float b)
 
void SetColor (const PixelType &color)
 
void SetColor (float r, float g, float b, float a=1)
 
void SetGreen (float g)
 
void SetID (const int newID)
 
void SetPosition (const PointType &newX)
 
void SetPosition (const double x0, const double x1)
 
void SetPosition (const double x0, const double x1, const double x2)
 
void SetRed (float r)
 
 SpatialObjectPoint ()
 
virtual ~SpatialObjectPoint ()
 

Protected Member Functions

void PrintSelf (std::ostream &os, Indent indent) const override
 

Protected Attributes

float m_Alpha1
 
float m_Alpha2
 
float m_Alpha3
 
float m_Branchness
 
bool m_Mark
 
float m_Medialness
 
float m_Ridgeness
 
- Protected Attributes inherited from itk::TubeSpatialObjectPoint< TPointDimension >
CovariantVectorType m_Normal1
 
CovariantVectorType m_Normal2
 
unsigned short int m_NumDimensions
 
float m_R
 
VectorType m_T
 
- Protected Attributes inherited from itk::SpatialObjectPoint< TPointDimension >
PixelType m_Color
 
int m_ID
 
PointType m_X
 

Member Typedef Documentation

template<unsigned int TPointDimension = 3>
typedef CovariantVector< double, TPointDimension > itk::VesselTubeSpatialObjectPoint< TPointDimension >::CovariantVectorType

Definition at line 46 of file itkVesselTubeSpatialObjectPoint.h.

template<unsigned int TPointDimension = 3>
typedef Point< double, TPointDimension > itk::VesselTubeSpatialObjectPoint< TPointDimension >::PointType

Definition at line 44 of file itkVesselTubeSpatialObjectPoint.h.

template<unsigned int TPointDimension = 3>
typedef VesselTubeSpatialObjectPoint itk::VesselTubeSpatialObjectPoint< TPointDimension >::Self

Definition at line 42 of file itkVesselTubeSpatialObjectPoint.h.

template<unsigned int TPointDimension = 3>
typedef TubeSpatialObjectPoint< TPointDimension > itk::VesselTubeSpatialObjectPoint< TPointDimension >::Superclass

Definition at line 43 of file itkVesselTubeSpatialObjectPoint.h.

template<unsigned int TPointDimension = 3>
typedef Vector< double, TPointDimension > itk::VesselTubeSpatialObjectPoint< TPointDimension >::VectorType

Definition at line 45 of file itkVesselTubeSpatialObjectPoint.h.

Constructor & Destructor Documentation

template<unsigned int TPointDimension = 3>
itk::VesselTubeSpatialObjectPoint< TPointDimension >::VesselTubeSpatialObjectPoint ( )

Constructor. This one defines the number of dimensions in the VesselTubeSpatialObjectPoint

template<unsigned int TPointDimension = 3>
virtual itk::VesselTubeSpatialObjectPoint< TPointDimension >::~VesselTubeSpatialObjectPoint ( )
virtual

Default destructor.

Member Function Documentation

template<unsigned int TPointDimension = 3>
float itk::VesselTubeSpatialObjectPoint< TPointDimension >::GetAlpha1 ( ) const

Get Alpha1

template<unsigned int TPointDimension = 3>
float itk::VesselTubeSpatialObjectPoint< TPointDimension >::GetAlpha2 ( ) const

Get Alpha2

template<unsigned int TPointDimension = 3>
float itk::VesselTubeSpatialObjectPoint< TPointDimension >::GetAlpha3 ( ) const

Get Alpha3

template<unsigned int TPointDimension = 3>
float itk::VesselTubeSpatialObjectPoint< TPointDimension >::GetBranchness ( ) const

Get Branchness

template<unsigned int TPointDimension = 3>
bool itk::VesselTubeSpatialObjectPoint< TPointDimension >::GetMark ( ) const

Get Mark

template<unsigned int TPointDimension = 3>
float itk::VesselTubeSpatialObjectPoint< TPointDimension >::GetMedialness ( ) const

Get Medialness

template<unsigned int TPointDimension = 3>
float itk::VesselTubeSpatialObjectPoint< TPointDimension >::GetRidgeness ( ) const

Get Ridgeness

template<unsigned int TPointDimension = 3>
Self& itk::VesselTubeSpatialObjectPoint< TPointDimension >::operator= ( const VesselTubeSpatialObjectPoint< TPointDimension > &  rhs)

Copy one VesselTubeSpatialObjectPoint to another

template<unsigned int TPointDimension = 3>
void itk::VesselTubeSpatialObjectPoint< TPointDimension >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
overrideprotectedvirtual

Print the object

Reimplemented from itk::TubeSpatialObjectPoint< TPointDimension >.

template<unsigned int TPointDimension = 3>
void itk::VesselTubeSpatialObjectPoint< TPointDimension >::SetAlpha1 ( const float  newAlpha)

Set Alpha1

template<unsigned int TPointDimension = 3>
void itk::VesselTubeSpatialObjectPoint< TPointDimension >::SetAlpha2 ( const float  newAlpha)

Set Alpha2

template<unsigned int TPointDimension = 3>
void itk::VesselTubeSpatialObjectPoint< TPointDimension >::SetAlpha3 ( const float  newAlpha)

Set Alpha3

template<unsigned int TPointDimension = 3>
void itk::VesselTubeSpatialObjectPoint< TPointDimension >::SetBranchness ( const float  newBranchness)

Set Branchness

template<unsigned int TPointDimension = 3>
void itk::VesselTubeSpatialObjectPoint< TPointDimension >::SetMark ( const bool  newMark)

Set Mark

template<unsigned int TPointDimension = 3>
void itk::VesselTubeSpatialObjectPoint< TPointDimension >::SetMedialness ( const float  newMedialness)

Set Medialness

template<unsigned int TPointDimension = 3>
void itk::VesselTubeSpatialObjectPoint< TPointDimension >::SetRidgeness ( const float  newRidgeness)

Set Ridgeness

Member Data Documentation

template<unsigned int TPointDimension = 3>
float itk::VesselTubeSpatialObjectPoint< TPointDimension >::m_Alpha1
protected

First of 3 alpha values

Definition at line 103 of file itkVesselTubeSpatialObjectPoint.h.

template<unsigned int TPointDimension = 3>
float itk::VesselTubeSpatialObjectPoint< TPointDimension >::m_Alpha2
protected

Second of 3 alpha values

Definition at line 106 of file itkVesselTubeSpatialObjectPoint.h.

template<unsigned int TPointDimension = 3>
float itk::VesselTubeSpatialObjectPoint< TPointDimension >::m_Alpha3
protected

Third of 3 alpha values

Definition at line 109 of file itkVesselTubeSpatialObjectPoint.h.

template<unsigned int TPointDimension = 3>
float itk::VesselTubeSpatialObjectPoint< TPointDimension >::m_Branchness
protected

The branchness of the tube point

Definition at line 118 of file itkVesselTubeSpatialObjectPoint.h.

template<unsigned int TPointDimension = 3>
bool itk::VesselTubeSpatialObjectPoint< TPointDimension >::m_Mark
protected

Is the tube point marked (selected) ?

Definition at line 121 of file itkVesselTubeSpatialObjectPoint.h.

template<unsigned int TPointDimension = 3>
float itk::VesselTubeSpatialObjectPoint< TPointDimension >::m_Medialness
protected

The medialness of the tube point

Definition at line 112 of file itkVesselTubeSpatialObjectPoint.h.

template<unsigned int TPointDimension = 3>
float itk::VesselTubeSpatialObjectPoint< TPointDimension >::m_Ridgeness
protected

The ridgeness of the tube point

Definition at line 115 of file itkVesselTubeSpatialObjectPoint.h.


The documentation for this class was generated from the following file: