ITK  4.13.0
Insight Segmentation and Registration Toolkit
Public Attributes | List of all members
itk::LabelContourImageFilter< TInputImage, TOutputImage >::RunLength Struct Reference

Detailed Description

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

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
 

Member Data Documentation

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

Definition at line 178 of file itkLabelContourImageFilter.h.

template<typename TInputImage , typename 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<typename TInputImage , typename 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: