#include <itkBresenhamLine.h>
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< OffsetType > | OffsetArray |
| typedef Offset< VDimension > | OffsetType |
| typedef BresenhamLine | Self |
Public Member Functions | |
| BresenhamLine () | |
| OffsetArray | buildLine (LType Direction, unsigned int length) |
| ~BresenhamLine () | |
| typedef Index<VDimension> itk::BresenhamLine< VDimension >::IndexType |
Definition at line 40 of file itkBresenhamLine.h.
| typedef IndexType::IndexValueType itk::BresenhamLine< VDimension >::IndexValueType |
Definition at line 43 of file itkBresenhamLine.h.
| typedef Vector<float, VDimension> itk::BresenhamLine< VDimension >::LType |
Definition at line 38 of file itkBresenhamLine.h.
| typedef std::vector<OffsetType> itk::BresenhamLine< VDimension >::OffsetArray |
Definition at line 41 of file itkBresenhamLine.h.
| typedef Offset<VDimension> itk::BresenhamLine< VDimension >::OffsetType |
Definition at line 39 of file itkBresenhamLine.h.
| typedef BresenhamLine itk::BresenhamLine< VDimension >::Self |
Definition at line 36 of file itkBresenhamLine.h.
| itk::BresenhamLine< VDimension >::BresenhamLine | ( | ) | [inline] |
Definition at line 46 of file itkBresenhamLine.h.
| itk::BresenhamLine< VDimension >::~BresenhamLine | ( | ) | [inline] |
Definition at line 47 of file itkBresenhamLine.h.
| OffsetArray itk::BresenhamLine< VDimension >::buildLine | ( | LType | Direction, | |
| unsigned int | length | |||
| ) |
1.5.5 written by Dimitri van Heesch,
© 1997-2000