ITK  4.13.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Public Attributes | List of all members
itk::BinaryContourImageFilter< TInputImage, TOutputImage >::runLength Struct Reference

Detailed Description

template<typename TInputImage, typename TOutputImage>
struct itk::BinaryContourImageFilter< TInputImage, TOutputImage >::runLength

Definition at line 170 of file itkBinaryContourImageFilter.h.

Public Member Functions

 runLength (const OffsetValueType &iLength, const IndexType &iWhere)
 

Public Attributes

OffsetValueType m_Length
 
IndexType m_Where
 

Constructor & Destructor Documentation

template<typename TInputImage , typename TOutputImage >
itk::BinaryContourImageFilter< TInputImage, TOutputImage >::runLength::runLength ( const OffsetValueType iLength,
const IndexType iWhere 
)
inline

Definition at line 172 of file itkBinaryContourImageFilter.h.

Member Data Documentation

template<typename TInputImage , typename TOutputImage >
OffsetValueType itk::BinaryContourImageFilter< TInputImage, TOutputImage >::runLength::m_Length

Definition at line 176 of file itkBinaryContourImageFilter.h.

template<typename TInputImage , typename TOutputImage >
IndexType itk::BinaryContourImageFilter< TInputImage, TOutputImage >::runLength::m_Where

Definition at line 179 of file itkBinaryContourImageFilter.h.


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