#include <itkFloodFilledSpatialFunctionConditionalIterator.h>
Inheritance diagram for itk::FloodFilledSpatialFunctionConditionalIterator< TImage, TFunction >:


Definition at line 33 of file itkFloodFilledSpatialFunctionConditionalIterator.h.
|
|||||
|
Type of vector used to store location info in the spatial function Reimplemented from itk::FloodFilledSpatialFunctionConditionalConstIterator< TImage, TFunction >. Definition at line 45 of file itkFloodFilledSpatialFunctionConditionalIterator.h. |
|
|||||
|
Type of function Reimplemented from itk::FloodFilledSpatialFunctionConditionalConstIterator< TImage, TFunction >. Definition at line 42 of file itkFloodFilledSpatialFunctionConditionalIterator.h. |
|
|||||
|
Image typedef support. Reimplemented from itk::FloodFilledSpatialFunctionConditionalConstIterator< TImage, TFunction >. Definition at line 57 of file itkFloodFilledSpatialFunctionConditionalIterator.h. |
|
|||||
|
Index typedef support. Reimplemented from itk::FloodFilledSpatialFunctionConditionalConstIterator< TImage, TFunction >. Definition at line 48 of file itkFloodFilledSpatialFunctionConditionalIterator.h. |
|
|||||
|
Internal Pixel Type Reimplemented from itk::FloodFilledSpatialFunctionConditionalConstIterator< TImage, TFunction >. Definition at line 60 of file itkFloodFilledSpatialFunctionConditionalIterator.h. |
|
|||||
|
External Pixel Type Reimplemented from itk::FloodFilledSpatialFunctionConditionalConstIterator< TImage, TFunction >. Definition at line 63 of file itkFloodFilledSpatialFunctionConditionalIterator.h. |
|
|||||
|
Region typedef support Reimplemented from itk::FloodFilledSpatialFunctionConditionalConstIterator< TImage, TFunction >. Definition at line 54 of file itkFloodFilledSpatialFunctionConditionalIterator.h. |
|
|||||
|
Standard class typedefs. Reimplemented from itk::FloodFilledSpatialFunctionConditionalConstIterator< TImage, TFunction >. Definition at line 38 of file itkFloodFilledSpatialFunctionConditionalIterator.h. |
|
|||||
|
Size typedef support. Reimplemented from itk::FloodFilledSpatialFunctionConditionalConstIterator< TImage, TFunction >. Definition at line 51 of file itkFloodFilledSpatialFunctionConditionalIterator.h. |
|
|||||
|
Reimplemented from itk::FloodFilledSpatialFunctionConditionalConstIterator< TImage, TFunction >. Definition at line 39 of file itkFloodFilledSpatialFunctionConditionalIterator.h. |
|
|||||
|
A temporary image used for storing info about indices 0 = pixel has not yet been processed 1 = pixel is not inside the function 2 = pixel is inside the function, neighbor check incomplete 3 = pixel is inside the function, neighbor check complete Definition at line 212 of file itkFloodFilledFunctionConditionalConstIterator.h. |
|
||||||||||||||||||||
|
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 68 of file itkFloodFilledSpatialFunctionConditionalIterator.h. |
|
||||||||||||||||
|
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 75 of file itkFloodFilledSpatialFunctionConditionalIterator.h. |
|
|||||||||
|
Default Destructor. Definition at line 91 of file itkFloodFilledSpatialFunctionConditionalIterator.h. |
|
||||||||||
|
Definition at line 144 of file itkFloodFilledFunctionConditionalConstIterator.h. |
|
|||||||||
|
Definition at line 151 of file itkFloodFilledFunctionConditionalConstIterator.h. |
|
|||||||||
|
|
|
|||||||||
|
Automatically find a seed pixel and set m_StartIndex. Does nothing if a seed pixel isn't found. A seed pixel is determined by traversing the input image's LargestPossibleRegion and applying the IsPixelIncluded() test. |
|
|||||||||
|
Automatically find all seed pixels. |
|
||||||||||
|
Get the pixel value, non-const version is sometimes useful Definition at line 83 of file itkFloodFilledSpatialFunctionConditionalIterator.h. References itk::fem::this. |
|
||||||||||
|
Get the pixel value, const version to avoid overload warnings Reimplemented from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >. Definition at line 79 of file itkFloodFilledSpatialFunctionConditionalIterator.h. References itk::fem::this. |
|
|||||||||
|
Definition at line 197 of file itkFloodFilledFunctionConditionalConstIterator.h. |
|
||||||||||
|
Get the index. This provides a read only reference to the index. This causes the index to be calculated from pointer arithmetic and is therefore an expensive operation.
Implements itk::ConditionalConstIterator< TImage >. Definition at line 132 of file itkFloodFilledFunctionConditionalConstIterator.h. |
|
|||||||||
|
Get the dimension (size) of the index. Reimplemented from itk::ConditionalConstIterator< TImage >. Definition at line 125 of file itkFloodFilledFunctionConditionalConstIterator.h. |
|
||||||||||
|
Move an iterator to the beginning of the region. "Begin" is defined as the first pixel in the region. Definition at line 159 of file itkFloodFilledFunctionConditionalConstIterator.h. |
|
|||||||||
|
Initializes the iterator, called from constructor |
|
|||||||||
|
Is the iterator at the end of the region? Implements itk::ConditionalConstIterator< TImage >. Definition at line 140 of file itkFloodFilledFunctionConditionalConstIterator.h. |
|
||||||||||
|
Compute whether the index of interest should be included in the flood Implements itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >. |
|
||||||||||||||||||||
|
Dimension of the image the iterator walks. This constant is needed so that 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::ConditionalConstIterator< TImage >. |
|
|||||||||
|
Walk forward one index Implements itk::ConditionalConstIterator< TImage >. Definition at line 192 of file itkFloodFilledFunctionConditionalConstIterator.h. |
|
||||||||||
|
Set the pixel value Definition at line 87 of file itkFloodFilledSpatialFunctionConditionalIterator.h. References itk::fem::this. |
|
|||||||||
|
Set the inclusion strategy to center Definition at line 88 of file itkFloodFilledSpatialFunctionConditionalConstIterator.h. |
|
|||||||||
|
Set the inclusion strategy to complete Definition at line 91 of file itkFloodFilledSpatialFunctionConditionalConstIterator.h. |
|
|||||||||
|
Set the inclusion strategy to intersect Definition at line 94 of file itkFloodFilledSpatialFunctionConditionalConstIterator.h. |
|
|||||||||
|
Set the inclusion strategy to origin Definition at line 85 of file itkFloodFilledSpatialFunctionConditionalConstIterator.h. |
|
|||||
|
Indicates whether or not we've found a neighbor that needs to be checked. Definition at line 235 of file itkFloodFilledFunctionConditionalConstIterator.h. |
|
|||||
|
Smart pointer to the function we're evaluating Definition at line 205 of file itkFloodFilledFunctionConditionalConstIterator.h. |
|
|||||
|
Smart pointer to the source image. Definition at line 104 of file itkConditionalConstIterator.h. Referenced by itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::operator=(), and itk::ConditionalConstIterator< TImage >::operator=(). |
|
|||||
|
The origin of the source image Definition at line 219 of file itkFloodFilledFunctionConditionalConstIterator.h. |
|
|||||
|
Region of the source image Definition at line 225 of file itkFloodFilledFunctionConditionalConstIterator.h. |
|
|||||
|
The spacing of the source image Definition at line 222 of file itkFloodFilledFunctionConditionalConstIterator.h. |
|
|||||
|
How the pixel (index) is examined in order to decide whether or not it's included. The strategies are: 0) Origin: if the origin of the pixel in physical space is inside the function, then the pixel is inside the function 1) Center: if the center of a pixel, in physical space, is inside the function, then the pixel is inside the function 2) Complete: if all of the corners of the pixel in physical space are inside the function, then the pixel is inside the function 3) Intersect: if any of the corners of the pixel in physical space are inside the function, then the pixel is inside the function Definition at line 109 of file itkFloodFilledSpatialFunctionConditionalConstIterator.h. |
|
|||||
|
Stack used to hold the path of the iterator through the image Definition at line 228 of file itkFloodFilledFunctionConditionalConstIterator.h. |
|
|||||
|
Is the iterator at the end of its walk? Definition at line 110 of file itkConditionalConstIterator.h. |
|
|||||
|
Indicates whether or not an index is valid (inside an image)/ Definition at line 238 of file itkFloodFilledFunctionConditionalConstIterator.h. |
|
|||||
|
Location vector used in the flood algorithm Definition at line 231 of file itkFloodFilledFunctionConditionalConstIterator.h. |
|
|||||
|
Region type to iterate over. Definition at line 107 of file itkConditionalConstIterator.h. Referenced by itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::operator=(), and itk::ConditionalConstIterator< TImage >::operator=(). |
|
|||||
|
A list of locations to start the recursive fill Definition at line 216 of file itkFloodFilledFunctionConditionalConstIterator.h. |
|
|||||
|
Definition at line 213 of file itkFloodFilledFunctionConditionalConstIterator.h. |
1.4.2 written by Dimitri van Heesch,
© 1997-2000