ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itk::ScanlineFilterCommon< TInputImage, TOutputImage >::RunLength Struct Reference

#include <itkScanlineFilterCommon.h>

Detailed Description

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

Definition at line 111 of file itkScanlineFilterCommon.h.

Public Member Functions

 RunLength (SizeValueType iLength, const IndexType &iWhere, InternalLabelType iLabel=0)
 

Public Attributes

InternalLabelType label
 
SizeValueType length
 
InputImageType::IndexType where
 

Constructor & Destructor Documentation

◆ RunLength()

template<typename TInputImage, typename TOutputImage>
itk::ScanlineFilterCommon< TInputImage, TOutputImage >::RunLength::RunLength ( SizeValueType iLength,
const IndexType & iWhere,
InternalLabelType iLabel = 0 )
inline

Definition at line 117 of file itkScanlineFilterCommon.h.

References label, length, and where.

Member Data Documentation

◆ label

template<typename TInputImage, typename TOutputImage>
InternalLabelType itk::ScanlineFilterCommon< TInputImage, TOutputImage >::RunLength::label

Definition at line 115 of file itkScanlineFilterCommon.h.

Referenced by RunLength().

◆ length

template<typename TInputImage, typename TOutputImage>
SizeValueType itk::ScanlineFilterCommon< TInputImage, TOutputImage >::RunLength::length

Definition at line 113 of file itkScanlineFilterCommon.h.

Referenced by RunLength().

◆ where

template<typename TInputImage, typename TOutputImage>
InputImageType::IndexType itk::ScanlineFilterCommon< TInputImage, TOutputImage >::RunLength::where

Definition at line 114 of file itkScanlineFilterCommon.h.

Referenced by RunLength().


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