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

itk::BresenhamLine< VDimension > Class Template Reference

#include <itkBresenhamLine.h>

List of all members.


Detailed Description

template<unsigned int VDimension>
class itk::BresenhamLine< VDimension >

Definition at line 33 of file itkBresenhamLine.h.

Public Types

typedef Index< VDimension > IndexType
typedef IndexType::IndexValueType IndexValueType
typedef Vector< float, VDimension > LType
typedef std::vector< OffsetTypeOffsetArray
typedef Offset< VDimension > OffsetType
typedef BresenhamLine Self

Public Member Functions

 BresenhamLine ()
OffsetArray buildLine (LType Direction, unsigned int length)
 ~BresenhamLine ()


Member Typedef Documentation

template<unsigned int VDimension>
typedef Index<VDimension> itk::BresenhamLine< VDimension >::IndexType

Definition at line 40 of file itkBresenhamLine.h.

template<unsigned int VDimension>
typedef IndexType::IndexValueType itk::BresenhamLine< VDimension >::IndexValueType

Definition at line 43 of file itkBresenhamLine.h.

template<unsigned int VDimension>
typedef Vector<float, VDimension> itk::BresenhamLine< VDimension >::LType

Definition at line 38 of file itkBresenhamLine.h.

template<unsigned int VDimension>
typedef std::vector<OffsetType> itk::BresenhamLine< VDimension >::OffsetArray

Definition at line 41 of file itkBresenhamLine.h.

template<unsigned int VDimension>
typedef Offset<VDimension> itk::BresenhamLine< VDimension >::OffsetType

Definition at line 39 of file itkBresenhamLine.h.

template<unsigned int VDimension>
typedef BresenhamLine itk::BresenhamLine< VDimension >::Self

Definition at line 36 of file itkBresenhamLine.h.


Constructor & Destructor Documentation

template<unsigned int VDimension>
itk::BresenhamLine< VDimension >::BresenhamLine (  )  [inline]

Definition at line 46 of file itkBresenhamLine.h.

template<unsigned int VDimension>
itk::BresenhamLine< VDimension >::~BresenhamLine (  )  [inline]

Definition at line 47 of file itkBresenhamLine.h.


Member Function Documentation

template<unsigned int VDimension>
OffsetArray itk::BresenhamLine< VDimension >::buildLine ( LType  Direction,
unsigned int  length 
)


The documentation for this class was generated from the following file:
Generated at Thu Nov 6 02:33:05 2008 for ITK by doxygen 1.5.1 written by Dimitri van Heesch, © 1997-2000