#include <itkVectorContainer.h>
Public Member Functions | |
| ConstIterator () | |
| ConstIterator (size_type d, const VectorConstIterator &i) | |
| ConstIterator (const Iterator &r) | |
| ConstIterator & | operator * () |
| ConstIterator * | operator-> () |
| ConstIterator & | operator++ () |
| ConstIterator | operator++ (int) |
| ConstIterator & | operator-- () |
| ConstIterator | operator-- (int) |
| ConstIterator & | operator= (const Iterator &r) |
| bool | operator== (const Iterator &r) const |
| bool | operator!= (const Iterator &r) const |
| bool | operator== (const ConstIterator &r) const |
| bool | operator!= (const ConstIterator &r) const |
| ElementIdentifier | Index (void) const |
| const Element & | Value (void) const |
Friends | |
| class | Iterator |
Definition at line 149 of file itkVectorContainer.h.
|
|||||||||
|
Definition at line 152 of file itkVectorContainer.h. References itk::VectorContainer< TElementIdentifier, TElement >::Iterator::m_Iter, and itk::VectorContainer< TElementIdentifier, TElement >::Iterator::m_Pos. |
|
||||||||||||||||
|
Definition at line 153 of file itkVectorContainer.h. |
|
||||||||||
|
Definition at line 154 of file itkVectorContainer.h. |
|
||||||||||
|
Get the index into the VectorContainer associated with this iterator. Definition at line 172 of file itkVectorContainer.h. References itk::VectorContainer< TElementIdentifier, TElement >::Element. |
|
|||||||||
|
Definition at line 157 of file itkVectorContainer.h. |
|
||||||||||
|
Definition at line 169 of file itkVectorContainer.h. References itk::VectorContainer< TElementIdentifier, TElement >::ElementIdentifier. |
|
||||||||||
|
Definition at line 167 of file itkVectorContainer.h. |
|
||||||||||
|
Definition at line 160 of file itkVectorContainer.h. |
|
|||||||||
|
Definition at line 159 of file itkVectorContainer.h. |
|
||||||||||
|
Definition at line 162 of file itkVectorContainer.h. References itk::VectorContainer< TElementIdentifier, TElement >::Iterator::m_Iter. |
|
|||||||||
|
Definition at line 161 of file itkVectorContainer.h. References itk::VectorContainer< TElementIdentifier, TElement >::Iterator::m_Iter, and itk::VectorContainer< TElementIdentifier, TElement >::Iterator::m_Pos. |
|
|||||||||
|
Definition at line 158 of file itkVectorContainer.h. |
|
||||||||||
|
Definition at line 164 of file itkVectorContainer.h. References itk::VectorContainer< TElementIdentifier, TElement >::Iterator::m_Iter. |
|
||||||||||
|
Definition at line 168 of file itkVectorContainer.h. |
|
||||||||||
|
Definition at line 166 of file itkVectorContainer.h. References itk::VectorContainer< TElementIdentifier, TElement >::ConstIterator::m_Iter. |
|
||||||||||
|
Get the value at this iterator's location in the VectorContainer. Definition at line 175 of file itkVectorContainer.h. |
|
|||||
|
Definition at line 180 of file itkVectorContainer.h. |
1.3.5 written by Dimitri van Heesch,
© 1997-2000