Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::FloodFilledFunctionConditionalIterator< TImage, TFunction > Class Template Reference
[Image Iterators]

Base class for non-const flood-filled function iterators. More...

#include <itkFloodFilledFunctionConditionalIterator.h>

Inheritance diagram for itk::FloodFilledFunctionConditionalIterator:

Inheritance graph
[legend]
Collaboration diagram for itk::FloodFilledFunctionConditionalIterator< TImage, TFunction >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef FloodFilledFunctionConditionalIterator Self
typedef FloodFilledFunctionConditionalConstIterator<
TImage, TFunction > 
Superclass
typedef TFunction FunctionType
typedef TFunction::FunctionInputType FunctionInputType
typedef Superclass::IndexType IndexType
typedef Superclass::SizeType SizeType
typedef Superclass::RegionType RegionType
typedef Superclass::ImageType ImageType
typedef Superclass::InternalPixelType InternalPixelType
typedef Superclass::PixelType PixelType

Public Methods

 itkStaticConstMacro (NDimensions, unsigned int, TImage::ImageDimension)
 FloodFilledFunctionConditionalIterator (ImageType *imagePtr, FunctionType *fnPtr, IndexType startIndex)
 FloodFilledFunctionConditionalIterator (ImageType *imagePtr, FunctionType *fnPtr, std::vector< IndexType > &startIndex)
 FloodFilledFunctionConditionalIterator (ImageType *imagePtr, FunctionType *fnPtr)
virtual ~FloodFilledFunctionConditionalIterator ()
Selfoperator= (const Self &it)
PixelTypeGet (void)
void Set (const PixelType &value)

Detailed Description

template<class TImage, class TFunction>
class itk::FloodFilledFunctionConditionalIterator< TImage, TFunction >

Base class for non-const flood-filled function iterators.

Definition at line 36 of file itkFloodFilledFunctionConditionalIterator.h.


Member Typedef Documentation

template<class TImage, class TFunction>
typedef TFunction::FunctionInputType itk::FloodFilledFunctionConditionalIterator< TImage, TFunction >::FunctionInputType
 

Type of vector used to store location info in the spatial function

Reimplemented from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >.

Definition at line 48 of file itkFloodFilledFunctionConditionalIterator.h.

template<class TImage, class TFunction>
typedef TFunction itk::FloodFilledFunctionConditionalIterator< TImage, TFunction >::FunctionType
 

Type of function

Reimplemented from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >.

Definition at line 45 of file itkFloodFilledFunctionConditionalIterator.h.

Referenced by itk::FloodFilledFunctionConditionalIterator< TImage, TFunction >::FloodFilledFunctionConditionalIterator().

template<class TImage, class TFunction>
typedef Superclass::ImageType itk::FloodFilledFunctionConditionalIterator< TImage, TFunction >::ImageType
 

Image typedef support.

Reimplemented from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >.

Definition at line 60 of file itkFloodFilledFunctionConditionalIterator.h.

template<class TImage, class TFunction>
typedef Superclass::IndexType itk::FloodFilledFunctionConditionalIterator< TImage, TFunction >::IndexType
 

Index typedef support.

Reimplemented from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >.

Definition at line 51 of file itkFloodFilledFunctionConditionalIterator.h.

Referenced by itk::FloodFilledFunctionConditionalIterator< TImage, TFunction >::FloodFilledFunctionConditionalIterator().

template<class TImage, class TFunction>
typedef Superclass::InternalPixelType itk::FloodFilledFunctionConditionalIterator< TImage, TFunction >::InternalPixelType
 

Internal Pixel Type

Reimplemented from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >.

Definition at line 63 of file itkFloodFilledFunctionConditionalIterator.h.

template<class TImage, class TFunction>
typedef Superclass::PixelType itk::FloodFilledFunctionConditionalIterator< TImage, TFunction >::PixelType
 

External Pixel Type

Reimplemented from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >.

Definition at line 66 of file itkFloodFilledFunctionConditionalIterator.h.

template<class TImage, class TFunction>
typedef Superclass::RegionType itk::FloodFilledFunctionConditionalIterator< TImage, TFunction >::RegionType
 

Region typedef support

Reimplemented from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >.

Definition at line 57 of file itkFloodFilledFunctionConditionalIterator.h.

template<class TImage, class TFunction>
typedef FloodFilledFunctionConditionalIterator itk::FloodFilledFunctionConditionalIterator< TImage, TFunction >::Self
 

Standard class typedefs.

Reimplemented from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >.

Definition at line 41 of file itkFloodFilledFunctionConditionalIterator.h.

template<class TImage, class TFunction>
typedef Superclass::SizeType itk::FloodFilledFunctionConditionalIterator< TImage, TFunction >::SizeType
 

Size typedef support.

Reimplemented from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >.

Definition at line 54 of file itkFloodFilledFunctionConditionalIterator.h.

template<class TImage, class TFunction>
typedef FloodFilledFunctionConditionalConstIterator<TImage, TFunction> itk::FloodFilledFunctionConditionalIterator< TImage, TFunction >::Superclass
 

Definition at line 42 of file itkFloodFilledFunctionConditionalIterator.h.


Constructor & Destructor Documentation

template<class TImage, class TFunction>
itk::FloodFilledFunctionConditionalIterator< TImage, TFunction >::FloodFilledFunctionConditionalIterator ImageType   imagePtr,
FunctionType   fnPtr,
IndexType    startIndex
[inline]
 

Constructor establishes an iterator to walk a particular image and a particular region of that image. This version of the constructor uses an explicit seed pixel for the flood fill, the "startIndex"

Definition at line 77 of file itkFloodFilledFunctionConditionalIterator.h.

References itk::FloodFilledFunctionConditionalIterator< TImage, TFunction >::FunctionType, and itk::FloodFilledFunctionConditionalIterator< TImage, TFunction >::IndexType.

template<class TImage, class TFunction>
itk::FloodFilledFunctionConditionalIterator< TImage, TFunction >::FloodFilledFunctionConditionalIterator ImageType   imagePtr,
FunctionType   fnPtr,
std::vector< IndexType > &    startIndex
[inline]
 

Constructor establishes an iterator to walk a particular image and a particular region of that image. This version of the constructor uses an explicit list of seeds for the flood fill, the "startIndex"

Definition at line 85 of file itkFloodFilledFunctionConditionalIterator.h.

References itk::FloodFilledFunctionConditionalIterator< TImage, TFunction >::FunctionType.

template<class TImage, class TFunction>
itk::FloodFilledFunctionConditionalIterator< TImage, TFunction >::FloodFilledFunctionConditionalIterator ImageType   imagePtr,
FunctionType   fnPtr
[inline]
 

Constructor establishes an iterator to walk a particular image and a particular region of that image. This version of the constructor should be used when the seed pixel is unknown.

Definition at line 93 of file itkFloodFilledFunctionConditionalIterator.h.

References itk::FloodFilledFunctionConditionalIterator< TImage, TFunction >::FunctionType.

template<class TImage, class TFunction>
virtual itk::FloodFilledFunctionConditionalIterator< TImage, TFunction >::~FloodFilledFunctionConditionalIterator   [inline, virtual]
 

Default Destructor.

Definition at line 98 of file itkFloodFilledFunctionConditionalIterator.h.


Member Function Documentation

template<class TImage, class TFunction>
PixelType& itk::FloodFilledFunctionConditionalIterator< TImage, TFunction >::Get void    [inline]
 

Get the pixel value

Definition at line 109 of file itkFloodFilledFunctionConditionalIterator.h.

References itk::ConditionalConstIterator< TImage >::m_Image, and itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::m_IndexStack.

template<class TImage, class TFunction>
itk::FloodFilledFunctionConditionalIterator< TImage, TFunction >::itkStaticConstMacro NDimensions   ,
unsigned    int,
TImage::ImageDimension   
 

Dimension of the image the iterator walks. This constant is needed so functions that are templated over image iterator type (as opposed to being templated over pixel type and dimension) can have compile time access to the dimension of the image that the iterator walks.

Reimplemented from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >.

template<class TImage, class TFunction>
Self& itk::FloodFilledFunctionConditionalIterator< TImage, TFunction >::operator= const Self   it [inline]
 

operator= is provided to make sure the handle to the image is properly reference counted.

Reimplemented from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >.

Definition at line 102 of file itkFloodFilledFunctionConditionalIterator.h.

References itk::ConditionalConstIterator< TImage >::m_Image, and itk::ConditionalConstIterator< TImage >::m_Region.

template<class TImage, class TFunction>
void itk::FloodFilledFunctionConditionalIterator< TImage, TFunction >::Set const PixelType   value [inline]
 

Set the pixel value

Definition at line 113 of file itkFloodFilledFunctionConditionalIterator.h.

References itk::ConditionalConstIterator< TImage >::m_Image, and itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::m_IndexStack.


The documentation for this class was generated from the following file:
Generated at Fri May 21 01:26:38 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000