ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkVectorContainer.h>
Simulate STL-map style const iteration where dereferencing the iterator gives read access to both the index and the value.
Definition at line 201 of file itkVectorContainer.h.
Public Member Functions | |
ConstIterator () | |
ConstIterator (size_type d, const VectorConstIterator &i) | |
ConstIterator (const Iterator &r) | |
ElementIdentifier | Index (void) const |
bool | operator!= (const Iterator &r) const |
bool | operator!= (const ConstIterator &r) const |
ConstIterator & | operator* () |
ConstIterator & | operator++ () |
ConstIterator | operator++ (int) |
ConstIterator & | operator-- () |
ConstIterator | operator-- (int) |
ConstIterator * | operator-> () |
ConstIterator & | operator= (const Iterator &r) |
bool | operator== (const Iterator &r) const |
bool | operator== (const ConstIterator &r) const |
const Element & | Value (void) const |
Private Attributes | |
VectorConstIterator | m_Iter |
size_type | m_Pos |
Friends | |
class | Iterator |
|
inline |
Definition at line 204 of file itkVectorContainer.h.
|
inline |
Definition at line 205 of file itkVectorContainer.h.
|
inline |
Definition at line 206 of file itkVectorContainer.h.
References itk::VectorContainer< TElementIdentifier, TElement >::Iterator::m_Iter, and itk::VectorContainer< TElementIdentifier, TElement >::Iterator::m_Pos.
|
inline |
Get the index into the VectorContainer associated with this iterator.
Definition at line 221 of file itkVectorContainer.h.
|
inline |
Definition at line 215 of file itkVectorContainer.h.
References itk::VectorContainer< TElementIdentifier, TElement >::Iterator::m_Iter.
|
inline |
Definition at line 217 of file itkVectorContainer.h.
References itk::VectorContainer< TElementIdentifier, TElement >::ConstIterator::m_Iter.
|
inline |
Definition at line 207 of file itkVectorContainer.h.
|
inline |
Definition at line 209 of file itkVectorContainer.h.
|
inline |
Definition at line 210 of file itkVectorContainer.h.
|
inline |
Definition at line 211 of file itkVectorContainer.h.
|
inline |
Definition at line 212 of file itkVectorContainer.h.
|
inline |
Definition at line 208 of file itkVectorContainer.h.
|
inline |
Definition at line 213 of file itkVectorContainer.h.
References itk::VectorContainer< TElementIdentifier, TElement >::Iterator::m_Iter, and itk::VectorContainer< TElementIdentifier, TElement >::Iterator::m_Pos.
|
inline |
Definition at line 214 of file itkVectorContainer.h.
References itk::VectorContainer< TElementIdentifier, TElement >::Iterator::m_Iter.
|
inline |
Definition at line 216 of file itkVectorContainer.h.
References itk::VectorContainer< TElementIdentifier, TElement >::ConstIterator::m_Iter.
|
inline |
Get the value at this iterator's location in the VectorContainer.
Definition at line 224 of file itkVectorContainer.h.
|
friend |
Definition at line 229 of file itkVectorContainer.h.
|
private |
Definition at line 228 of file itkVectorContainer.h.
Referenced by itk::VectorContainer< TElementIdentifier, TElement >::Iterator::operator!=(), itk::VectorContainer< TElementIdentifier, TElement >::ConstIterator::operator!=(), itk::VectorContainer< TElementIdentifier, TElement >::Iterator::operator==(), and itk::VectorContainer< TElementIdentifier, TElement >::ConstIterator::operator==().
|
private |
Definition at line 227 of file itkVectorContainer.h.