ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkBresenhamLine.h>
Definition at line 32 of file itkBresenhamLine.h.
Public Types | |
typedef std::vector< IndexType > | IndexArray |
typedef Index< VDimension > | IndexType |
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) |
IndexArray | BuildLine (IndexType p0, IndexType p1) |
~BresenhamLine () | |
typedef std::vector< IndexType > itk::BresenhamLine< VDimension >::IndexArray |
Definition at line 41 of file itkBresenhamLine.h.
typedef Index< VDimension > itk::BresenhamLine< VDimension >::IndexType |
Definition at line 39 of file itkBresenhamLine.h.
typedef Vector< float, VDimension > itk::BresenhamLine< VDimension >::LType |
Definition at line 37 of file itkBresenhamLine.h.
typedef std::vector< OffsetType > itk::BresenhamLine< VDimension >::OffsetArray |
Definition at line 40 of file itkBresenhamLine.h.
typedef Offset< VDimension > itk::BresenhamLine< VDimension >::OffsetType |
Definition at line 38 of file itkBresenhamLine.h.
typedef BresenhamLine itk::BresenhamLine< VDimension >::Self |
Definition at line 35 of file itkBresenhamLine.h.
|
inline |
Definition at line 44 of file itkBresenhamLine.h.
|
inline |
Definition at line 45 of file itkBresenhamLine.h.
OffsetArray itk::BresenhamLine< VDimension >::BuildLine | ( | LType | Direction, |
unsigned int | length | ||
) |
Build a line in a specified Direction.
IndexArray itk::BresenhamLine< VDimension >::BuildLine | ( | IndexType | p0, |
IndexType | p1 | ||
) |
Build a line between two pixels.