ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes
itk::VesselTubeSpatialObjectPoint< TPointDimension > Class Template Reference

#include <itkVesselTubeSpatialObjectPoint.h>

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

List of all members.

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 >
- Public Types inherited from itk::SpatialObjectPoint< TPointDimension >
typedef PixelType ColorType
typedef RGBAPixel< float > PixelType

Public Member Functions

float GetAlpha1 (void) const
float GetAlpha2 (void) const
float GetAlpha3 (void) const
float GetBranchness (void) const
bool GetMark (void) const
float GetMedialness (void) const
float GetRidgeness (void) 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 (void)
virtual ~VesselTubeSpatialObjectPoint (void)
- Public Member Functions inherited from itk::TubeSpatialObjectPoint< TPointDimension >
const CovariantVectorTypeGetNormal1 (void) const
const CovariantVectorTypeGetNormal2 (void) const
unsigned short int GetNumDimensions (void) const
float GetRadius (void) const
const VectorTypeGetTangent (void) 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 (void)
virtual ~TubeSpatialObjectPoint (void)
- Public Member Functions inherited from itk::SpatialObjectPoint< TPointDimension >
float GetAlpha (void) const
float GetBlue (void) const
const PixelTypeGetColor (void) const
float GetGreen (void) const
int GetID (void) const
const PointTypeGetPosition (void) const
float GetRed (void) 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 (void)
virtual ~SpatialObjectPoint (void)

Protected Member Functions

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

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

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

Definition at line 37 of file itkVesselTubeSpatialObjectPoint.h.


Member Typedef Documentation

template<unsigned int TPointDimension = 3>
typedef CovariantVector< double, TPointDimension > itk::VesselTubeSpatialObjectPoint< TPointDimension >::CovariantVectorType
template<unsigned int TPointDimension = 3>
typedef Point< double, TPointDimension > itk::VesselTubeSpatialObjectPoint< TPointDimension >::PointType
template<unsigned int TPointDimension = 3>
typedef VesselTubeSpatialObjectPoint itk::VesselTubeSpatialObjectPoint< TPointDimension >::Self
template<unsigned int TPointDimension = 3>
typedef TubeSpatialObjectPoint< TPointDimension > itk::VesselTubeSpatialObjectPoint< TPointDimension >::Superclass
template<unsigned int TPointDimension = 3>
typedef Vector< double, TPointDimension > itk::VesselTubeSpatialObjectPoint< TPointDimension >::VectorType

Constructor & Destructor Documentation

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

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

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

Default destructor.


Member Function Documentation

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

Get Alpha1

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

Get Alpha2

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

Get Alpha3

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

Get Branchness

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

Get Mark

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

Get Medialness

template<unsigned int TPointDimension = 3>
float itk::VesselTubeSpatialObjectPoint< TPointDimension >::GetRidgeness ( void  ) 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
protectedvirtual

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: