ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Attributes
itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::ThreadRegionType Struct Reference

#include <itkNarrowBandImageFilterBase.h>

List of all members.

Public Attributes

NarrowBandIterator first
NarrowBandIterator last

Detailed Description

template<class TInputImage, class 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.


Member Data Documentation

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

this is the actual first element

Definition at line 235 of file itkNarrowBandImageFilterBase.h.

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