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

#include <itkNarrowBandImageFilterBase.h>

Detailed Description

template<typename TInputImage, typename TOutputImage>
struct itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::ThreadRegionType

The type of region used in multithreading. Defines a subregion of the narrowband.

Definition at line 232 of file itkNarrowBandImageFilterBase.h.

Public Attributes

NarrowBandIterator first
 
NarrowBandIterator last
 

Member Data Documentation

template<typename TInputImage, typename TOutputImage>
NarrowBandIterator itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::ThreadRegionType::first

this is the actual first element

Definition at line 235 of file itkNarrowBandImageFilterBase.h.

template<typename TInputImage, typename TOutputImage>
NarrowBandIterator itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::ThreadRegionType::last

this is one past the actual last element

Definition at line 238 of file itkNarrowBandImageFilterBase.h.


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