![]() |
Orfeo Toolbox
3.16
|
#include <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 () | |
| ~BresenhamLine () | |
| OffsetArray | BuildLine (LType Direction, unsigned int length) |
Definition at line 33 of file itkBresenhamLine.h.
| 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.
|
inline |
Definition at line 46 of file itkBresenhamLine.h.
|
inline |
Definition at line 47 of file itkBresenhamLine.h.
| BresenhamLine< VDimension >::OffsetArray itk::BresenhamLine< VDimension >::BuildLine | ( | LType | Direction, |
| unsigned int | length | ||
| ) |
Variables that drive the Bresenham-Algorithm
Definition at line 27 of file itkBresenhamLine.txx.
References itk::Index< VIndexDimension >::Fill(), and itk::Vector< T, NVectorDimension >::Normalize().
Referenced by itk::AnchorErodeDilateImageFilter< TImage, TKernel, TFunction1, TFunction2 >::ThreadedGenerateData(), itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, TFunction1 >::ThreadedGenerateData(), and itk::AnchorOpenCloseImageFilter< TImage, TKernel, LessThan, GreaterThan, LessEqual, GreaterEqual >::ThreadedGenerateData().