ITK  4.4.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Attributes | List of all members
itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction > Class Template Reference

#include <itkFloodFilledImageFunctionConditionalConstIterator.h>

+ Inheritance diagram for itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >:
+ Collaboration diagram for itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >:

Detailed Description

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

Iterates over a flood-filled image function with read-only access to pixels.

Definition at line 35 of file itkFloodFilledImageFunctionConditionalConstIterator.h.

Public Types

typedef
Superclass::FunctionInputType 
FunctionInputType
 
typedef Superclass::FunctionType FunctionType
 
typedef Superclass::ImageType ImageType
 
typedef Superclass::IndexType IndexType
 
typedef
Superclass::InternalPixelType 
InternalPixelType
 
typedef Superclass::PixelType PixelType
 
typedef Superclass::RegionType RegionType
 
typedef
Superclass::SeedsContainerType 
SeedsContainerType
 
typedef
FloodFilledImageFunctionConditionalConstIterator 
Self
 
typedef Superclass::SizeType SizeType
 
typedef
FloodFilledFunctionConditionalConstIterator
< TImage, TFunction > 
Superclass
 
- Public Types inherited from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >
typedef TFunction::InputType FunctionInputType
 
typedef TFunction FunctionType
 
typedef TImage ImageType
 
typedef TImage::IndexType IndexType
 
typedef TImage::InternalPixelType InternalPixelType
 
typedef TImage::PixelType PixelType
 
typedef TImage::RegionType RegionType
 
typedef std::vector< IndexTypeSeedsContainerType
 
typedef
FloodFilledFunctionConditionalConstIterator 
Self
 
typedef TImage::SizeType SizeType
 
- Public Types inherited from itk::ConditionalConstIterator< TImage >
typedef TImage ImageType
 
typedef TImage::IndexType IndexType
 
typedef TImage::InternalPixelType InternalPixelType
 
typedef TImage::PixelType PixelType
 
typedef TImage::RegionType RegionType
 
typedef ConditionalConstIterator Self
 
typedef TImage::SizeType SizeType
 

Public Member Functions

 FloodFilledImageFunctionConditionalConstIterator (const ImageType *imagePtr, FunctionType *fnPtr, IndexType startIndex)
 
 FloodFilledImageFunctionConditionalConstIterator (const ImageType *imagePtr, FunctionType *fnPtr, std::vector< IndexType > &startIndex)
 
 FloodFilledImageFunctionConditionalConstIterator (const ImageType *imagePtr, FunctionType *fnPtr)
 
bool IsPixelIncluded (const IndexType &index) const
 
virtual ~FloodFilledImageFunctionConditionalConstIterator ()
 
- Public Member Functions inherited from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >
void AddSeed (const IndexType &seed)
 
void ClearSeeds ()
 
void DoFloodStep ()
 
void FindSeedPixel ()
 
void FindSeedPixels ()
 
 FloodFilledFunctionConditionalConstIterator (const ImageType *imagePtr, FunctionType *fnPtr, IndexType startIndex)
 
 FloodFilledFunctionConditionalConstIterator (const ImageType *imagePtr, FunctionType *fnPtr, std::vector< IndexType > &startIndices)
 
 FloodFilledFunctionConditionalConstIterator (const ImageType *imagePtr, FunctionType *fnPtr)
 
const PixelType Get (void) const
 
virtual SmartPointer
< FunctionType
GetFunction () const
 
const IndexType GetIndex ()
 
virtual const SeedsContainerTypeGetSeeds () const
 
void GoToBegin ()
 
void InitializeIterator ()
 
bool IsAtEnd ()
 
void operator++ ()
 
virtual ~FloodFilledFunctionConditionalConstIterator ()
 
Selfoperator= (const Self &it)
 
- Public Member Functions inherited from itk::ConditionalConstIterator< TImage >
 ConditionalConstIterator ()
 
Selfoperator= (const Self &it)
 
virtual ~ConditionalConstIterator ()
 

Static Public Attributes

static const unsigned int NDimensions = Superclass::NDimensions
 
- Static Public Attributes inherited from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >
static const unsigned int NDimensions = TImage::ImageDimension
 
- Static Public Attributes inherited from itk::ConditionalConstIterator< TImage >
static const unsigned int NDimension = TImage::ImageDimension
 

Additional Inherited Members

- Static Public Member Functions inherited from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >
static unsigned int GetIteratorDimension ()
 
- Protected Types inherited from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >
typedef Image< unsigned char,
itkGetStaticConstMacro(NDimensions) > 
TTempImage
 
- Protected Attributes inherited from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >
bool m_FoundUncheckedNeighbor
 
SmartPointer< FunctionTypem_Function
 
ImageType::PointType m_ImageOrigin
 
RegionType m_ImageRegion
 
ImageType::SpacingType m_ImageSpacing
 
std::queue< IndexTypem_IndexStack
 
bool m_IsValidIndex
 
FunctionInputType m_LocationVector
 
SeedsContainerType m_Seeds
 
TTempImage::Pointer m_TemporaryPointer
 

Member Typedef Documentation

template<class TImage , class TFunction >
typedef Superclass::FunctionInputType itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >::FunctionInputType

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

Definition at line 50 of file itkFloodFilledImageFunctionConditionalConstIterator.h.

template<class TImage , class TFunction >
typedef Superclass::FunctionType itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >::FunctionType

Type of function

Definition at line 47 of file itkFloodFilledImageFunctionConditionalConstIterator.h.

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

Image typedef support.

Definition at line 65 of file itkFloodFilledImageFunctionConditionalConstIterator.h.

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

Index typedef support.

Definition at line 53 of file itkFloodFilledImageFunctionConditionalConstIterator.h.

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

Internal Pixel Type

Definition at line 68 of file itkFloodFilledImageFunctionConditionalConstIterator.h.

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

External Pixel Type

Definition at line 71 of file itkFloodFilledImageFunctionConditionalConstIterator.h.

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

Region typedef support

Definition at line 62 of file itkFloodFilledImageFunctionConditionalConstIterator.h.

template<class TImage , class TFunction >
typedef Superclass::SeedsContainerType itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >::SeedsContainerType

Index ContainerType.

Definition at line 56 of file itkFloodFilledImageFunctionConditionalConstIterator.h.

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

Standard class typedefs.

Definition at line 42 of file itkFloodFilledImageFunctionConditionalConstIterator.h.

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

Size typedef support.

Definition at line 59 of file itkFloodFilledImageFunctionConditionalConstIterator.h.

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

Constructor & Destructor Documentation

template<class TImage , class TFunction >
itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >::FloodFilledImageFunctionConditionalConstIterator ( const 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 82 of file itkFloodFilledImageFunctionConditionalConstIterator.h.

template<class TImage , class TFunction >
itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >::FloodFilledImageFunctionConditionalConstIterator ( const 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 seed pixels for the flood fill, the "startIndex"

Definition at line 92 of file itkFloodFilledImageFunctionConditionalConstIterator.h.

template<class TImage , class TFunction >
itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >::FloodFilledImageFunctionConditionalConstIterator ( const 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 102 of file itkFloodFilledImageFunctionConditionalConstIterator.h.

template<class TImage , class TFunction >
virtual itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >::~FloodFilledImageFunctionConditionalConstIterator ( )
inlinevirtual

Default Destructor.

Definition at line 108 of file itkFloodFilledImageFunctionConditionalConstIterator.h.

Member Function Documentation

template<class TImage , class TFunction >
bool itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >::IsPixelIncluded ( const IndexType index) const
virtual

Compute whether the index of interest should be included in the flood

Implements itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >.

Member Data Documentation

template<class TImage , class TFunction >
const unsigned int itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >::NDimensions = Superclass::NDimensions
static

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.

Definition at line 77 of file itkFloodFilledImageFunctionConditionalConstIterator.h.


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