ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
types to support the run length encoding of lines
Definition at line 169 of file itkLabelContourImageFilter.h.
Public Attributes | |
InputImagePixelType | label |
SizeValueType | length |
InputIndexType | where |
InputImagePixelType itk::LabelContourImageFilter< TInputImage, TOutputImage >::RunLength::label |
Definition at line 178 of file itkLabelContourImageFilter.h.
SizeValueType itk::LabelContourImageFilter< TInputImage, TOutputImage >::RunLength::length |
run length information - may be a more type safe way of doing this
Definition at line 173 of file itkLabelContourImageFilter.h.
InputIndexType itk::LabelContourImageFilter< TInputImage, TOutputImage >::RunLength::where |
Index of the start of the run
Definition at line 176 of file itkLabelContourImageFilter.h.