Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::VesselTubeSpatialObjectPoint< TPointDimension > Class Template Reference

#include <itkVesselTubeSpatialObjectPoint.h>

Inheritance diagram for itk::VesselTubeSpatialObjectPoint< TPointDimension >:

Inheritance graph
[legend]
Collaboration diagram for itk::VesselTubeSpatialObjectPoint< TPointDimension >:

Collaboration graph
[legend]
List of all members.

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.

Public Types

typedef PixelType ColorType
typedef CovariantVector< double,
TPointDimension > 
CovariantVectorType
typedef RGBAPixel< float > PixelType
typedef Point< double, TPointDimension > PointType
typedef VesselTubeSpatialObjectPoint Self
typedef TubeSpatialObjectPoint<
TPointDimension > 
Superclass
typedef Vector< double, TPointDimension > VectorType

Public Member Functions

float GetAlpha (void) const
float GetAlpha1 (void) const
float GetAlpha2 (void) const
float GetAlpha3 (void) const
float GetBlue (void) const
float GetBranchness (void) const
Set Get color of the point
*const PixelType
GetColor (void) const
float GetGreen (void) const
int GetID (void) const
bool GetMark (void) const
float GetMedialness (void) const
const CovariantVectorTypeGetNormal1 (void) const
const CovariantVectorTypeGetNormal2 (void) const
unsigned short int GetNumDimensions (void) const
const PointTypeGetPosition (void) const
float GetRadius (void) const
float GetRed (void) const
float GetRidgeness (void) const
const VectorTypeGetTangent (void) const
Selfoperator= (const VesselTubeSpatialObjectPoint &rhs)
void Print (std::ostream &os) const
Set Get alpha value of the
point *void 
SetAlpha (float a)
void SetAlpha1 (const float newAlpha)
void SetAlpha2 (const float newAlpha)
void SetAlpha3 (const float newAlpha)
Set Get blue color of the
point *void 
SetBlue (float b)
void SetBranchness (const float newBranchness)
void SetColor (float r, float g, float b, float a=1)
void SetColor (const PixelType &color)
Set Get Green color of the
point *void 
SetGreen (float g)
void SetID (const int newID)
void SetMark (const bool newMark)
void SetMedialness (const float newMedialness)
void SetNormal1 (const double v10, const double v11, const double v12)
void SetNormal1 (const double v10, const double v11)
Set V1 *void SetNormal1 (const CovariantVectorType &newV1)
void SetNormal2 (const double v20, const double v21, const double v22)
void SetNormal2 (const double v20, const double v21)
Set V2 *void SetNormal2 (const CovariantVectorType &newV2)
void SetPosition (const double x0, const double x1, const double x2)
void SetPosition (const double x0, const double x1)
Set the point object Couldn
t use macros for these methods
*void 
SetPosition (const PointType &newX)
void SetRadius (const float newR)
Set Get red color of the point
*void 
SetRed (float r)
void SetRidgeness (const float newRidgeness)
void SetTangent (const double t0, const double t1, const double t2)
void SetTangent (const double t0, const double t1)
Set T Couldn t use macros
for these methods *void 
SetTangent (const VectorType &newT)
 VesselTubeSpatialObjectPoint (void)
virtual ~VesselTubeSpatialObjectPoint (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
PixelType m_Color
int m_ID
bool m_Mark
float m_Medialness
CovariantVectorType m_Normal1
CovariantVectorType m_Normal2
unsigned short int m_NumDimensions
float m_R
float m_Ridgeness
VectorType m_T
PointType m_X


Member Typedef Documentation

template<unsigned int TPointDimension = 3>
typedef PixelType itk::SpatialObjectPoint< TPointDimension >::ColorType [inherited]
 

Definition at line 52 of file itkSpatialObjectPoint.h.

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

Reimplemented from itk::TubeSpatialObjectPoint< TPointDimension >.

Definition at line 47 of file itkVesselTubeSpatialObjectPoint.h.

template<unsigned int TPointDimension = 3>
typedef RGBAPixel< float > itk::SpatialObjectPoint< TPointDimension >::PixelType [inherited]
 

Definition at line 51 of file itkSpatialObjectPoint.h.

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

Reimplemented from itk::TubeSpatialObjectPoint< TPointDimension >.

Definition at line 45 of file itkVesselTubeSpatialObjectPoint.h.

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

Reimplemented from itk::TubeSpatialObjectPoint< TPointDimension >.

Definition at line 43 of file itkVesselTubeSpatialObjectPoint.h.

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

Reimplemented from itk::TubeSpatialObjectPoint< TPointDimension >.

Definition at line 44 of file itkVesselTubeSpatialObjectPoint.h.

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

Reimplemented from itk::TubeSpatialObjectPoint< TPointDimension >.

Definition at line 46 of file itkVesselTubeSpatialObjectPoint.h.


Constructor & Destructor Documentation

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

Constructor. This one defines the # 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::SpatialObjectPoint< TPointDimension >::GetAlpha void   )  const [inherited]
 

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::SpatialObjectPoint< TPointDimension >::GetBlue void   )  const [inherited]
 

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

Get Branchness

template<unsigned int TPointDimension = 3>
Set Get color of the point* const PixelType& itk::SpatialObjectPoint< TPointDimension >::GetColor void   )  const [inherited]
 

template<unsigned int TPointDimension = 3>
float itk::SpatialObjectPoint< TPointDimension >::GetGreen void   )  const [inherited]
 

template<unsigned int TPointDimension = 3>
int itk::SpatialObjectPoint< TPointDimension >::GetID void   )  const [inherited]
 

Get the SpatialObjectPoint Id.

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>
const CovariantVectorType& itk::TubeSpatialObjectPoint< TPointDimension >::GetNormal1 void   )  const [inherited]
 

Get V1

template<unsigned int TPointDimension = 3>
const CovariantVectorType& itk::TubeSpatialObjectPoint< TPointDimension >::GetNormal2 void   )  const [inherited]
 

Get V2

template<unsigned int TPointDimension = 3>
unsigned short int itk::TubeSpatialObjectPoint< TPointDimension >::GetNumDimensions void   )  const [inherited]
 

Get # of dimensions

template<unsigned int TPointDimension = 3>
const PointType& itk::SpatialObjectPoint< TPointDimension >::GetPosition void   )  const [inherited]
 

Return a pointer to the point object.

template<unsigned int TPointDimension = 3>
float itk::TubeSpatialObjectPoint< TPointDimension >::GetRadius void   )  const [inherited]
 

Get R

template<unsigned int TPointDimension = 3>
float itk::SpatialObjectPoint< TPointDimension >::GetRed void   )  const [inherited]
 

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

Get Ridgeness

template<unsigned int TPointDimension = 3>
const VectorType& itk::TubeSpatialObjectPoint< TPointDimension >::GetTangent void   )  const [inherited]
 

Get the tangent

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::SpatialObjectPoint< TPointDimension >::Print std::ostream &  os  )  const [inherited]
 

PrintSelf method

template<unsigned int TPointDimension = 3>
void itk::VesselTubeSpatialObjectPoint< TPointDimension >::PrintSelf std::ostream &  os,
Indent  indent
const [protected, virtual]
 

Print the object

Reimplemented from itk::TubeSpatialObjectPoint< TPointDimension >.

template<unsigned int TPointDimension = 3>
Set Get alpha value of the point* void itk::SpatialObjectPoint< TPointDimension >::SetAlpha float  a  )  [inherited]
 

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>
Set Get blue color of the point* void itk::SpatialObjectPoint< TPointDimension >::SetBlue float  b  )  [inherited]
 

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

Set Branchness

template<unsigned int TPointDimension = 3>
void itk::SpatialObjectPoint< TPointDimension >::SetColor float  r,
float  g,
float  b,
float  a = 1
[inherited]
 

template<unsigned int TPointDimension = 3>
void itk::SpatialObjectPoint< TPointDimension >::SetColor const PixelType color  )  [inherited]
 

template<unsigned int TPointDimension = 3>
Set Get Green color of the point* void itk::SpatialObjectPoint< TPointDimension >::SetGreen float  g  )  [inherited]
 

template<unsigned int TPointDimension = 3>
void itk::SpatialObjectPoint< TPointDimension >::SetID const int  newID  )  [inherited]
 

Set the SpatialObjectPoint Id.

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::TubeSpatialObjectPoint< TPointDimension >::SetNormal1 const double  v10,
const double  v11,
const double  v12
[inherited]
 

template<unsigned int TPointDimension = 3>
void itk::TubeSpatialObjectPoint< TPointDimension >::SetNormal1 const double  v10,
const double  v11
[inherited]
 

template<unsigned int TPointDimension = 3>
Set V1* void itk::TubeSpatialObjectPoint< TPointDimension >::SetNormal1 const CovariantVectorType newV1  )  [inherited]
 

template<unsigned int TPointDimension = 3>
void itk::TubeSpatialObjectPoint< TPointDimension >::SetNormal2 const double  v20,
const double  v21,
const double  v22
[inherited]
 

template<unsigned int TPointDimension = 3>
void itk::TubeSpatialObjectPoint< TPointDimension >::SetNormal2 const double  v20,
const double  v21
[inherited]
 

template<unsigned int TPointDimension = 3>
Set V2* void itk::TubeSpatialObjectPoint< TPointDimension >::SetNormal2 const CovariantVectorType newV2  )  [inherited]
 

template<unsigned int TPointDimension = 3>
void itk::SpatialObjectPoint< TPointDimension >::SetPosition const double  x0,
const double  x1,
const double  x2
[inherited]
 

template<unsigned int TPointDimension = 3>
void itk::SpatialObjectPoint< TPointDimension >::SetPosition const double  x0,
const double  x1
[inherited]
 

template<unsigned int TPointDimension = 3>
Set the point object Couldn t use macros for these methods* void itk::SpatialObjectPoint< TPointDimension >::SetPosition const PointType newX  )  [inherited]
 

template<unsigned int TPointDimension = 3>
void itk::TubeSpatialObjectPoint< TPointDimension >::SetRadius const float  newR  )  [inherited]
 

Set R

template<unsigned int TPointDimension = 3>
Set Get red color of the point* void itk::SpatialObjectPoint< TPointDimension >::SetRed float  r  )  [inherited]
 

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

Set Ridgeness

template<unsigned int TPointDimension = 3>
void itk::TubeSpatialObjectPoint< TPointDimension >::SetTangent const double  t0,
const double  t1,
const double  t2
[inherited]
 

template<unsigned int TPointDimension = 3>
void itk::TubeSpatialObjectPoint< TPointDimension >::SetTangent const double  t0,
const double  t1
[inherited]
 

template<unsigned int TPointDimension = 3>
Set T Couldn t use macros for these methods* void itk::TubeSpatialObjectPoint< TPointDimension >::SetTangent const VectorType newT  )  [inherited]
 


Member Data Documentation

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

First of 3 alpha values

Definition at line 104 of file itkVesselTubeSpatialObjectPoint.h.

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

Second of 3 alpha values

Definition at line 107 of file itkVesselTubeSpatialObjectPoint.h.

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

Third of 3 alpha values

Definition at line 110 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 119 of file itkVesselTubeSpatialObjectPoint.h.

template<unsigned int TPointDimension = 3>
PixelType itk::SpatialObjectPoint< TPointDimension >::m_Color [protected, inherited]
 

Color of the point

Definition at line 113 of file itkSpatialObjectPoint.h.

template<unsigned int TPointDimension = 3>
int itk::SpatialObjectPoint< TPointDimension >::m_ID [protected, inherited]
 

A unique ID assigned to this SpatialObjectPoint

Definition at line 107 of file itkSpatialObjectPoint.h.

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

Is the tube point marked (selected) ?

Definition at line 122 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 113 of file itkVesselTubeSpatialObjectPoint.h.

template<unsigned int TPointDimension = 3>
CovariantVectorType itk::TubeSpatialObjectPoint< TPointDimension >::m_Normal1 [protected, inherited]
 

Definition at line 98 of file itkTubeSpatialObjectPoint.h.

template<unsigned int TPointDimension = 3>
CovariantVectorType itk::TubeSpatialObjectPoint< TPointDimension >::m_Normal2 [protected, inherited]
 

Definition at line 99 of file itkTubeSpatialObjectPoint.h.

template<unsigned int TPointDimension = 3>
unsigned short int itk::TubeSpatialObjectPoint< TPointDimension >::m_NumDimensions [protected, inherited]
 

# of dimensions

Definition at line 105 of file itkTubeSpatialObjectPoint.h.

template<unsigned int TPointDimension = 3>
float itk::TubeSpatialObjectPoint< TPointDimension >::m_R [protected, inherited]
 

The radius of the tube point

Definition at line 102 of file itkTubeSpatialObjectPoint.h.

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

The ridgeness of the tube point

Definition at line 116 of file itkVesselTubeSpatialObjectPoint.h.

template<unsigned int TPointDimension = 3>
VectorType itk::TubeSpatialObjectPoint< TPointDimension >::m_T [protected, inherited]
 

Definition at line 97 of file itkTubeSpatialObjectPoint.h.

template<unsigned int TPointDimension = 3>
PointType itk::SpatialObjectPoint< TPointDimension >::m_X [protected, inherited]
 

Position of the point

Definition at line 110 of file itkSpatialObjectPoint.h.


The documentation for this class was generated from the following file:
Generated at Sun Jul 9 21:52:20 2006 for ITK by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2000