#include <itkParallelSparseFieldLevelSetImageFilter.h>
Inheritance diagram for itk::ParallelSparseFieldCityBlockNeighborList:

Public Types | |
| typedef TNeighborhoodType | NeighborhoodType |
| typedef NeighborhoodType::OffsetType | OffsetType |
| typedef NeighborhoodType::RadiusType | RadiusType |
Public Methods | |
| itkStaticConstMacro (Dimension, unsigned int, NeighborhoodType::Dimension) | |
| const RadiusType & | GetRadius () const |
| const unsigned int & | GetArrayIndex (unsigned int i) const |
| const OffsetType & | GetNeighborhoodOffset (unsigned int i) const |
| const unsigned int & | GetSize () const |
| unsigned int | GetStride (unsigned int i) |
| ParallelSparseFieldCityBlockNeighborList () | |
| ~ParallelSparseFieldCityBlockNeighborList () | |
| void | Print (std::ostream &os) const |
This class creates and stores indicies for use in finding neighbors within an itk::NeighborhoodIterator object. Both an array of unsigned integer indicies and an array of N dimensional offsets (from the center of the neighborhood) are created and stored. The indicies and offsets correspond to the "city-block" neighbors, that is, 4-neighbors in 2d, 6-neighbors in 3d, etc.
Order of reference is lowest index to highest index in the neighborhood. For example, for 4 connectivity, the indicies refer to the following neighbors:
* 1 * 2 * 3 * 4 *
Definition at line 74 of file itkParallelSparseFieldLevelSetImageFilter.h.
|
|||||
|
Definition at line 77 of file itkParallelSparseFieldLevelSetImageFilter.h. |
|
|||||
|
Definition at line 78 of file itkParallelSparseFieldLevelSetImageFilter.h. Referenced by itk::ParallelSparseFieldCityBlockNeighborList< NeighborhoodIterator< OutputImageType > >::GetNeighborhoodOffset(). |
|
|||||
|
Definition at line 79 of file itkParallelSparseFieldLevelSetImageFilter.h. Referenced by itk::ParallelSparseFieldCityBlockNeighborList< NeighborhoodIterator< OutputImageType > >::GetRadius(). |
|
|||||||||
|
|
|
|||||||||
|
Definition at line 110 of file itkParallelSparseFieldLevelSetImageFilter.h. |
|
||||||||||
|
Definition at line 88 of file itkParallelSparseFieldLevelSetImageFilter.h. |
|
||||||||||
|
Definition at line 93 of file itkParallelSparseFieldLevelSetImageFilter.h. |
|
|||||||||
|
Definition at line 83 of file itkParallelSparseFieldLevelSetImageFilter.h. |
|
|||||||||
|
Definition at line 98 of file itkParallelSparseFieldLevelSetImageFilter.h. |
|
||||||||||
|
Definition at line 103 of file itkParallelSparseFieldLevelSetImageFilter.h. |
|
||||||||||||||||||||
|
|
|
||||||||||
|
|
1.2.15 written by Dimitri van Heesch,
© 1997-2000