#include <itkVectorContainer.h>
Public Member Functions | |
ElementIdentifier | Index (void) const |
Iterator (size_type d, const VectorIterator &i) | |
Iterator () | |
bool | operator!= (const Iterator &r) const |
bool | operator!= (const ConstIterator &r) const |
Iterator & | operator* () |
Iterator | operator++ (int) |
Iterator & | operator++ () |
Iterator | operator-- (int) |
Iterator & | operator-- () |
Iterator * | operator-> () |
bool | operator== (const Iterator &r) const |
bool | operator== (const ConstIterator &r) const |
Element & | Value (void) const |
Friends | |
class | ConstIterator |
Simulate STL-map style iteration where dereferencing the iterator gives access to both the index and the value.
Definition at line 118 of file itkVectorContainer.h.
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 Iterator & | r | ) | const [inline] |
Definition at line 130 of file itkVectorContainer.h.
bool itk::VectorContainer< TElementIdentifier, TElement >::Iterator::operator!= | ( | const ConstIterator & | r | ) | const [inline] |
Definition at line 132 of file itkVectorContainer.h.
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-- | ( | ) | [inline] |
Definition at line 127 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 124 of file itkVectorContainer.h.
bool itk::VectorContainer< TElementIdentifier, TElement >::Iterator::operator== | ( | const Iterator & | r | ) | const [inline] |
Definition at line 129 of file itkVectorContainer.h.
bool itk::VectorContainer< TElementIdentifier, TElement >::Iterator::operator== | ( | const ConstIterator & | r | ) | const [inline] |
Definition at line 131 of file itkVectorContainer.h.
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.