#include <itkVectorContainer.h>
Public Methods | |
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) |
Iterator & | operator= (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 137 of file itkVectorContainer.h.
|
Definition at line 140 of file itkVectorContainer.h. References itk::VectorContainer< TElementIdentifier, TElement >::Iterator::m_Iter, and itk::VectorContainer< TElementIdentifier, TElement >::Iterator::m_Pos. |
|
Definition at line 141 of file itkVectorContainer.h. |
|
Definition at line 142 of file itkVectorContainer.h. |
|
Get the index into the VectorContainer associated with this iterator. Definition at line 160 of file itkVectorContainer.h. |
|
Definition at line 145 of file itkVectorContainer.h. |
|
Definition at line 157 of file itkVectorContainer.h. |
|
Definition at line 155 of file itkVectorContainer.h. |
|
Definition at line 148 of file itkVectorContainer.h. |
|
Definition at line 147 of file itkVectorContainer.h. |
|
Definition at line 150 of file itkVectorContainer.h. References itk::VectorContainer< TElementIdentifier, TElement >::Iterator::m_Iter. |
|
Definition at line 149 of file itkVectorContainer.h. References itk::VectorContainer< TElementIdentifier, TElement >::Iterator::m_Iter, and itk::VectorContainer< TElementIdentifier, TElement >::Iterator::m_Pos. |
|
Definition at line 146 of file itkVectorContainer.h. |
|
Definition at line 152 of file itkVectorContainer.h. References itk::VectorContainer< TElementIdentifier, TElement >::Iterator::m_Iter. |
|
Definition at line 156 of file itkVectorContainer.h. |
|
Definition at line 154 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 163 of file itkVectorContainer.h. |
|
Definition at line 168 of file itkVectorContainer.h. |