ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkVectorContainer.h>
Public Member Functions | |
ElementIdentifier | Index (void) const |
Iterator () | |
Iterator (size_type d, const VectorIterator &i) | |
bool | operator!= (const Iterator &r) const |
bool | operator!= (const ConstIterator &r) const |
Iterator & | operator* () |
Iterator & | operator++ () |
Iterator | operator++ (int) |
Iterator & | operator-- () |
Iterator | operator-- (int) |
Iterator * | operator-> () |
bool | operator== (const Iterator &r) const |
bool | operator== (const ConstIterator &r) const |
Element & | Value (void) const |
Private Attributes | |
VectorIterator | m_Iter |
size_type | m_Pos |
Friends | |
class | ConstIterator |
Simulate STL-map style iteration where dereferencing the iterator gives access to both the index and the value.
Definition at line 166 of file itkVectorContainer.h.
itk::VectorContainer< TElementIdentifier, TElement >::Iterator::Iterator | ( | ) | [inline] |
Definition at line 169 of file itkVectorContainer.h.
itk::VectorContainer< TElementIdentifier, TElement >::Iterator::Iterator | ( | size_type | d, |
const VectorIterator & | i | ||
) | [inline] |
Definition at line 170 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 184 of file itkVectorContainer.h.
bool itk::VectorContainer< TElementIdentifier, TElement >::Iterator::operator!= | ( | const Iterator & | r | ) | const [inline] |
Definition at line 178 of file itkVectorContainer.h.
References itk::VectorContainer< TElementIdentifier, TElement >::Iterator::m_Iter.
bool itk::VectorContainer< TElementIdentifier, TElement >::Iterator::operator!= | ( | const ConstIterator & | r | ) | const [inline] |
Definition at line 180 of file itkVectorContainer.h.
References itk::VectorContainer< TElementIdentifier, TElement >::ConstIterator::m_Iter.
Iterator& itk::VectorContainer< TElementIdentifier, TElement >::Iterator::operator* | ( | ) | [inline] |
Definition at line 171 of file itkVectorContainer.h.
Iterator& itk::VectorContainer< TElementIdentifier, TElement >::Iterator::operator++ | ( | ) | [inline] |
Definition at line 173 of file itkVectorContainer.h.
Iterator itk::VectorContainer< TElementIdentifier, TElement >::Iterator::operator++ | ( | int | ) | [inline] |
Definition at line 174 of file itkVectorContainer.h.
Iterator& itk::VectorContainer< TElementIdentifier, TElement >::Iterator::operator-- | ( | ) | [inline] |
Definition at line 175 of file itkVectorContainer.h.
Iterator itk::VectorContainer< TElementIdentifier, TElement >::Iterator::operator-- | ( | int | ) | [inline] |
Definition at line 176 of file itkVectorContainer.h.
Iterator* itk::VectorContainer< TElementIdentifier, TElement >::Iterator::operator-> | ( | ) | [inline] |
Definition at line 172 of file itkVectorContainer.h.
bool itk::VectorContainer< TElementIdentifier, TElement >::Iterator::operator== | ( | const Iterator & | r | ) | const [inline] |
Definition at line 177 of file itkVectorContainer.h.
References itk::VectorContainer< TElementIdentifier, TElement >::Iterator::m_Iter.
bool itk::VectorContainer< TElementIdentifier, TElement >::Iterator::operator== | ( | const ConstIterator & | r | ) | const [inline] |
Definition at line 179 of file itkVectorContainer.h.
References itk::VectorContainer< TElementIdentifier, TElement >::ConstIterator::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 187 of file itkVectorContainer.h.
friend class ConstIterator [friend] |
Definition at line 191 of file itkVectorContainer.h.
VectorIterator itk::VectorContainer< TElementIdentifier, TElement >::Iterator::m_Iter [private] |
Definition at line 190 of file itkVectorContainer.h.
Referenced by itk::VectorContainer< TElementIdentifier, TElement >::ConstIterator::ConstIterator(), itk::VectorContainer< TElementIdentifier, TElement >::Iterator::operator!=(), itk::VectorContainer< TElementIdentifier, TElement >::ConstIterator::operator!=(), itk::VectorContainer< TElementIdentifier, TElement >::ConstIterator::operator=(), itk::VectorContainer< TElementIdentifier, TElement >::Iterator::operator==(), and itk::VectorContainer< TElementIdentifier, TElement >::ConstIterator::operator==().
size_type itk::VectorContainer< TElementIdentifier, TElement >::Iterator::m_Pos [private] |
Definition at line 189 of file itkVectorContainer.h.
Referenced by itk::VectorContainer< TElementIdentifier, TElement >::ConstIterator::ConstIterator(), and itk::VectorContainer< TElementIdentifier, TElement >::ConstIterator::operator=().