#include <itkLabelObjectLine.h>
This implementation was taken from the Insight Journal paper: http://hdl.handle.net/1926/584 or http://www.insight-journal.org/browse/publication/176
Definition at line 41 of file itkLabelObjectLine.h.
Public Types | |
typedef Index< VImageDimension > | IndexType |
typedef unsigned long | LengthType |
Public Member Functions | |
const IndexType & | GetIndex () const |
IndexType & | GetIndex () |
const LengthType & | GetLength () const |
LengthType & | GetLength () |
bool | HasIndex (const IndexType idx) const |
bool | IsNextIndex (const IndexType &idx) const |
itkStaticConstMacro (ImageDimension, unsigned int, VImageDimension) | |
LabelObjectLine (const IndexType &idx, const LengthType &length) | |
LabelObjectLine () | |
void | Print (std::ostream &os, Indent indent=0) const |
void | SetIndex (const IndexType &idx) |
void | SetLength (const LengthType length) |
virtual | ~LabelObjectLine () |
Protected Member Functions | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
typedef Index< VImageDimension > itk::LabelObjectLine< VImageDimension >::IndexType |
Definition at line 46 of file itkLabelObjectLine.h.
typedef unsigned long itk::LabelObjectLine< VImageDimension >::LengthType |
Definition at line 47 of file itkLabelObjectLine.h.
itk::LabelObjectLine< VImageDimension >::LabelObjectLine | ( | ) | [inline] |
Definition at line 49 of file itkLabelObjectLine.h.
virtual itk::LabelObjectLine< VImageDimension >::~LabelObjectLine | ( | ) | [inline, virtual] |
Definition at line 50 of file itkLabelObjectLine.h.
itk::LabelObjectLine< VImageDimension >::LabelObjectLine | ( | const IndexType & | idx, | |
const LengthType & | length | |||
) |
const IndexType& itk::LabelObjectLine< VImageDimension >::GetIndex | ( | ) | const |
IndexType& itk::LabelObjectLine< VImageDimension >::GetIndex | ( | ) |
const LengthType& itk::LabelObjectLine< VImageDimension >::GetLength | ( | ) | const |
LengthType& itk::LabelObjectLine< VImageDimension >::GetLength | ( | ) |
bool itk::LabelObjectLine< VImageDimension >::HasIndex | ( | const IndexType | idx | ) | const |
bool itk::LabelObjectLine< VImageDimension >::IsNextIndex | ( | const IndexType & | idx | ) | const |
itk::LabelObjectLine< VImageDimension >::itkStaticConstMacro | ( | ImageDimension | , | |
unsigned | int, | |||
VImageDimension | ||||
) |
void itk::LabelObjectLine< VImageDimension >::Print | ( | std::ostream & | os, | |
Indent | indent = 0 | |||
) | const |
Cause the object to print itself out.
virtual void itk::LabelObjectLine< VImageDimension >::PrintHeader | ( | std::ostream & | os, | |
Indent | indent | |||
) | const [protected, virtual] |
virtual void itk::LabelObjectLine< VImageDimension >::PrintSelf | ( | std::ostream & | os, | |
Indent | indent | |||
) | const [protected, virtual] |
virtual void itk::LabelObjectLine< VImageDimension >::PrintTrailer | ( | std::ostream & | os, | |
Indent | indent | |||
) | const [protected, virtual] |
void itk::LabelObjectLine< VImageDimension >::SetIndex | ( | const IndexType & | idx | ) |
void itk::LabelObjectLine< VImageDimension >::SetLength | ( | const LengthType | length | ) |