ITK  5.4.0
Insight Toolkit
Public Member Functions | Public Attributes | List of all members
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 114 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 120 of file itkScanlineFilterCommon.h.

Member Data Documentation

◆ label

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

Definition at line 118 of file itkScanlineFilterCommon.h.

◆ length

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

Definition at line 116 of file itkScanlineFilterCommon.h.

◆ where

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

Definition at line 117 of file itkScanlineFilterCommon.h.


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