Go to the source code of this file.
Namespaces | |
| namespace | itk |
Typedefs | |
| typedef NeighborhoodType::OffsetType | OffsetType |
| typedef NeighborhoodType::RadiusType | RadiusType |
Functions | |
| const unsigned int & | GetArrayIndex (unsigned int i) const |
| const OffsetType & | GetNeighborhoodOffset (unsigned int i) const |
| const RadiusType & | GetRadius () const |
| const unsigned int & | GetSize () const |
| int | GetStride (unsigned int i) |
| itkStaticConstMacro (Dimension, unsigned int, NeighborhoodType::Dimension) | |
| *class SparseFieldCityBlockNeighborList **brief A convenience class for storing indicies which reference neighbor *pixels within a neighborhood **par *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 |
| void | Print (std::ostream &os) const |
| SparseFieldCityBlockNeighborList () | |
| ~SparseFieldCityBlockNeighborList () | |
Variables | |
| *class SparseFieldCityBlockNeighborList **brief A convenience class for storing indicies which reference neighbor *pixels within a neighborhood **par *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 that neighbors in neighbors in etc **par *Order of reference is lowest index to highest index in the neighborhood *For for | connectivity |
| *class SparseFieldCityBlockNeighborList **brief A convenience class for storing indicies which reference neighbor *pixels within a neighborhood **par *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 that neighbors in | d |
| *class SparseFieldCityBlockNeighborList **brief A convenience class for storing indicies which reference neighbor *pixels within a neighborhood **par *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 that neighbors in neighbors in etc **par *Order of reference is lowest index to highest index in the neighborhood *For | example |
| *class SparseFieldCityBlockNeighborList **brief A convenience class for storing indicies which reference neighbor *pixels within a neighborhood **par *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 that | is |
| std::vector< unsigned int > | m_ArrayIndex |
| std::vector< OffsetType > | m_NeighborhoodOffset |
| RadiusType | m_Radius |
| unsigned int | m_Size |
| unsigned | m_StrideTable [Dimension] |
| *class SparseFieldCityBlockNeighborList **brief A convenience class for storing indicies which reference neighbor *pixels within a neighborhood **par *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 that neighbors in neighbors in etc **par *Order of reference is lowest index to highest index in the neighborhood *For for the indicies refer to the following * | neighbors |
|
|
Definition at line 73 of file itkSparseFieldLevelSetImageFilter.h. |
|
|
Definition at line 74 of file itkSparseFieldLevelSetImageFilter.h. |
|
|
Definition at line 82 of file itkSparseFieldLevelSetImageFilter.h. References itk::m_ArrayIndex. |
|
|
Definition at line 85 of file itkSparseFieldLevelSetImageFilter.h. References itk::m_NeighborhoodOffset. |
|
|
Definition at line 79 of file itkSparseFieldLevelSetImageFilter.h. References itk::m_Radius. |
|
|
Definition at line 88 of file itkSparseFieldLevelSetImageFilter.h. References itk::m_Size. |
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 95 of file itkSparseFieldLevelSetImageFilter.h. |
|
|
Definition at line 53 of file itkSparseFieldLevelSetImageFilter.h. |
|
|
Definition at line 53 of file itkSparseFieldLevelSetImageFilter.h. Referenced by itk::MakeChainCodeTracePath(), itk::MakeFourierSeriesPathTraceChainCode(), and itk::operator *(). |
|
|
Definition at line 99 of file itkNeighborhoodIterator.h. |
|
|
Definition at line 53 of file itkSparseFieldLevelSetImageFilter.h. |
|
|
Definition at line 102 of file itkSparseFieldLevelSetImageFilter.h. Referenced by itk::GetArrayIndex(), itk::ParallelSparseFieldCityBlockNeighborList::GetArrayIndex(), and itk::ParallelSparseFieldCityBlockNeighborList::~ParallelSparseFieldCityBlockNeighborList(). |
|
|
|
|
|
An internal table for keeping track of stride lengths in a neighborhood, i.e. the memory offsets between pixels along each dimensional axis. Definition at line 107 of file itkSparseFieldLevelSetImageFilter.h. Referenced by itk::GetStride(), itk::ParallelSparseFieldCityBlockNeighborList::GetStride(), and itk::Neighborhood< TImage::InternalPixelType *,::itk::GetImageDimension< TImage >::ImageDimension >::GetStride(). |
|
|
Definition at line 53 of file itkSparseFieldLevelSetImageFilter.h. |
1.4.2 written by Dimitri van Heesch,
© 1997-2000