#include <itkVectorContainer.h>
Definition at line 118 of file itkVectorContainer.h.
Public Member Functions | |
| ElementIdentifier | Index (void) const |
| Iterator (size_type d, const VectorIterator &i) | |
| Iterator () | |
| bool | operator!= (const ConstIterator &r) const |
| bool | operator!= (const Iterator &r) const |
| Iterator & | operator* () |
| Iterator | operator++ (int) |
| Iterator & | operator++ () |
| Iterator | operator-- (int) |
| Iterator & | operator-- () |
| Iterator * | operator-> () |
| bool | operator== (const ConstIterator &r) const |
| bool | operator== (const Iterator &r) const |
| Element & | Value (void) const |
Friends | |
| class | ConstIterator |
| itk::VectorContainer< TElementIdentifier, TElement >::Iterator::Iterator | ( | ) | [inline] |
Definition at line 121 of file itkVectorContainer.h.
| itk::VectorContainer< TElementIdentifier, TElement >::Iterator::Iterator | ( | size_type | d, | |
| const VectorIterator & | i | |||
| ) | [inline] |
Definition at line 122 of file itkVectorContainer.h.
| ElementIdentifier itk::VectorContainer< TElementIdentifier, TElement >::Iterator::Index | ( | void | ) | const [inline] |
Get the index into the VectorContainer associated with this iterator.
Definition at line 135 of file itkVectorContainer.h.
| bool itk::VectorContainer< TElementIdentifier, TElement >::Iterator::operator!= | ( | const ConstIterator & | r | ) | const [inline] |
Definition at line 132 of file itkVectorContainer.h.
References itk::VectorContainer< TElementIdentifier, TElement >::ConstIterator::m_Iter.
| bool itk::VectorContainer< TElementIdentifier, TElement >::Iterator::operator!= | ( | const Iterator & | r | ) | const [inline] |
Definition at line 130 of file itkVectorContainer.h.
References itk::VectorContainer< TElementIdentifier, TElement >::Iterator::m_Iter.
| Iterator& itk::VectorContainer< TElementIdentifier, TElement >::Iterator::operator* | ( | ) | [inline] |
Definition at line 123 of file itkVectorContainer.h.
| Iterator itk::VectorContainer< TElementIdentifier, TElement >::Iterator::operator++ | ( | int | ) | [inline] |
Definition at line 126 of file itkVectorContainer.h.
| Iterator& itk::VectorContainer< TElementIdentifier, TElement >::Iterator::operator++ | ( | ) | [inline] |
Definition at line 125 of file itkVectorContainer.h.
| Iterator itk::VectorContainer< TElementIdentifier, TElement >::Iterator::operator-- | ( | int | ) | [inline] |
Definition at line 128 of file itkVectorContainer.h.
| Iterator& itk::VectorContainer< TElementIdentifier, TElement >::Iterator::operator-- | ( | ) | [inline] |
Definition at line 127 of file itkVectorContainer.h.
| Iterator* itk::VectorContainer< TElementIdentifier, TElement >::Iterator::operator-> | ( | ) | [inline] |
Definition at line 124 of file itkVectorContainer.h.
| bool itk::VectorContainer< TElementIdentifier, TElement >::Iterator::operator== | ( | const ConstIterator & | r | ) | const [inline] |
Definition at line 131 of file itkVectorContainer.h.
References itk::VectorContainer< TElementIdentifier, TElement >::ConstIterator::m_Iter.
| bool itk::VectorContainer< TElementIdentifier, TElement >::Iterator::operator== | ( | const Iterator & | r | ) | const [inline] |
Definition at line 129 of file itkVectorContainer.h.
References itk::VectorContainer< TElementIdentifier, TElement >::Iterator::m_Iter.
| Element& itk::VectorContainer< TElementIdentifier, TElement >::Iterator::Value | ( | void | ) | const [inline] |
Get the value at this iterator's location in the VectorContainer.
Definition at line 138 of file itkVectorContainer.h.
friend class ConstIterator [friend] |
Definition at line 143 of file itkVectorContainer.h.
1.5.5 written by Dimitri van Heesch,
© 1997-2000