ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkBresenhamLine.h>
Definition at line 32 of file itkBresenhamLine.h.
Public Types | |
using | IndexArray = std::vector< IndexType > |
using | IndexType = Index< VDimension > |
using | LType = Vector< float, VDimension > |
using | OffsetArray = std::vector< OffsetType > |
using | OffsetType = Offset< VDimension > |
using | Self = BresenhamLine |
Public Member Functions | |
BresenhamLine ()=default | |
OffsetArray | BuildLine (LType Direction, unsigned int length) |
IndexArray | BuildLine (IndexType p0, IndexType p1) |
~BresenhamLine ()=default | |
using itk::BresenhamLine< VDimension >::IndexArray = std::vector< IndexType > |
Definition at line 41 of file itkBresenhamLine.h.
using itk::BresenhamLine< VDimension >::IndexType = Index< VDimension > |
Definition at line 39 of file itkBresenhamLine.h.
using itk::BresenhamLine< VDimension >::LType = Vector< float, VDimension > |
Definition at line 37 of file itkBresenhamLine.h.
using itk::BresenhamLine< VDimension >::OffsetArray = std::vector< OffsetType > |
Definition at line 40 of file itkBresenhamLine.h.
using itk::BresenhamLine< VDimension >::OffsetType = Offset< VDimension > |
Definition at line 38 of file itkBresenhamLine.h.
using itk::BresenhamLine< VDimension >::Self = BresenhamLine |
Definition at line 35 of file itkBresenhamLine.h.
|
default |
|
default |
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.