ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Attributes
itk::LabelContourImageFilter< TInputImage, TOutputImage >::RunLength Struct Reference

List of all members.

Public Attributes

InputImagePixelType label
SizeValueType length
InputIndexType where

Detailed Description

template<class TInputImage, class TOutputImage>
struct itk::LabelContourImageFilter< TInputImage, TOutputImage >::RunLength

types to support the run length encoding of lines

Definition at line 169 of file itkLabelContourImageFilter.h.


Member Data Documentation

template<class TInputImage , class TOutputImage >
InputImagePixelType itk::LabelContourImageFilter< TInputImage, TOutputImage >::RunLength::label

Definition at line 178 of file itkLabelContourImageFilter.h.

template<class TInputImage , class TOutputImage >
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.

template<class TInputImage , class TOutputImage >
InputIndexType itk::LabelContourImageFilter< TInputImage, TOutputImage >::RunLength::where

Index of the start of the run

Definition at line 176 of file itkLabelContourImageFilter.h.


The documentation for this struct was generated from the following file: