#include <itkCorrespondenceDataStructureIterator.h>
Collaboration diagram for itk::CorrespondenceDataStructureIterator< TStructureType >:

Public Types | |
| typedef CorrespondenceDataStructureIterator | Self |
| typedef TStructureType::CorrespondingListType | CorrespondingListType |
| typedef TStructureType::ItemType | ItemType |
| typedef TStructureType::SecondaryNodeListType | SecondaryNodeListType |
| typedef TStructureType::NodeListType | NodeListType |
| typedef CorrespondingListType::iterator | CorrespondingListIterator |
| typedef SecondaryNodeListType::iterator | SecondaryNodeListIterator |
| typedef NodeListType::iterator | NodeListIterator |
Public Methods | |
| bool | IsAtEnd () |
| void | operator++ () |
| void | operator++ (int) |
| void | GoToNext () |
| void | GoToNextBaseGroup () |
| void | Reset () |
| CorrespondenceDataStructureIterator (TStructureType *StructurePtr) | |
| virtual | ~CorrespondenceDataStructureIterator () |
| CorrespondingListType * | GetCorrespondingListPointer () |
Static Public Methods | |
| unsigned int | GetIteratorDimension () |
Public Attributes | |
| CorrespondingListIterator | m_CorrespondingListIterator |
| SecondaryNodeListIterator | m_SecondaryListIterator |
| TStructureType::NodeListType::iterator | m_NodeListIterator |
Protected Attributes | |
| bool | m_IsAtEnd |
| TStructureType * | m_Structure |
| ItemType * | m_CorrespondingNodePointer |
| CorrespondingListType * | m_CorrespondingListPointer |
| SecondaryNodeListType * | m_SecondaryListPointer |
| NodeListType * | m_NodeListPointer |
Definition at line 29 of file itkCorrespondenceDataStructureIterator.h.
|
|||||
|
Definition at line 67 of file itkCorrespondenceDataStructureIterator.h. |
|
|||||
|
Definition at line 62 of file itkCorrespondenceDataStructureIterator.h. Referenced by itk::CorrespondenceDataStructureIterator< TStructureType >::GetCorrespondingListPointer(). |
|
|||||
|
Definition at line 63 of file itkCorrespondenceDataStructureIterator.h. |
|
|||||
|
Definition at line 69 of file itkCorrespondenceDataStructureIterator.h. |
|
|||||
|
Definition at line 65 of file itkCorrespondenceDataStructureIterator.h. |
|
|||||
|
Definition at line 68 of file itkCorrespondenceDataStructureIterator.h. |
|
|||||
|
Definition at line 64 of file itkCorrespondenceDataStructureIterator.h. |
|
|||||
|
Standard class typedefs. Definition at line 32 of file itkCorrespondenceDataStructureIterator.h. |
|
||||||||||
|
Constructor |
|
|||||||||
|
Destructor |
|
|||||||||
|
Get m_CorrespondingListPointer. Definition at line 72 of file itkCorrespondenceDataStructureIterator.h. References itk::CorrespondenceDataStructureIterator< TStructureType >::CorrespondingListType, and itk::CorrespondenceDataStructureIterator< TStructureType >::m_CorrespondingListPointer. |
|
|||||||||
|
Get the dimension (size) of the index. Definition at line 35 of file itkCorrespondenceDataStructureIterator.h. |
|
|||||||||
|
Goes to the next corresponding node clique in the structure, moving on to the next base node clique if necessary. Referenced by itk::CorrespondenceDataStructureIterator< TStructureType >::operator++(). |
|
|||||||||
|
Goes to the next base node clique. |
|
|||||||||
|
Is the iterator at the end of the region? |
|
||||||||||
|
Walk forward one index. (postfix) Definition at line 45 of file itkCorrespondenceDataStructureIterator.h. References itk::CorrespondenceDataStructureIterator< TStructureType >::GoToNext(). |
|
|||||||||
|
Walk forward one index. (prefix) Definition at line 42 of file itkCorrespondenceDataStructureIterator.h. References itk::CorrespondenceDataStructureIterator< TStructureType >::GoToNext(). |
|
|||||||||
|
Resets the iterator. |
|
|||||
|
Definition at line 74 of file itkCorrespondenceDataStructureIterator.h. |
|
|||||
|
Definition at line 84 of file itkCorrespondenceDataStructureIterator.h. Referenced by itk::CorrespondenceDataStructureIterator< TStructureType >::GetCorrespondingListPointer(). |
|
|||||
|
Definition at line 83 of file itkCorrespondenceDataStructureIterator.h. |
|
|||||
|
Is the iterator at the end of its walk? Definition at line 81 of file itkCorrespondenceDataStructureIterator.h. |
|
|||||
|
Definition at line 76 of file itkCorrespondenceDataStructureIterator.h. |
|
|||||
|
Definition at line 86 of file itkCorrespondenceDataStructureIterator.h. |
|
|||||
|
Definition at line 75 of file itkCorrespondenceDataStructureIterator.h. |
|
|||||
|
Definition at line 85 of file itkCorrespondenceDataStructureIterator.h. |
|
|||||
|
Definition at line 82 of file itkCorrespondenceDataStructureIterator.h. |
1.2.15 written by Dimitri van Heesch,
© 1997-2000