#include <itkVectorContainer.h>
Public Member Functions | |
Iterator () | |
Iterator (size_type d, const VectorIterator &i) | |
Iterator & | operator * () |
Iterator * | operator-> () |
Iterator & | operator++ () |
Iterator | operator++ (int) |
Iterator & | operator-- () |
Iterator | operator-- (int) |
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 |
Element & | Value (void) const |
Friends | |
class | ConstIterator |
Definition at line 116 of file itkVectorContainer.h.
|
Definition at line 119 of file itkVectorContainer.h. |
|
Definition at line 120 of file itkVectorContainer.h. |
|
Get the index into the VectorContainer associated with this iterator. Definition at line 136 of file itkVectorContainer.h. |
|
Definition at line 123 of file itkVectorContainer.h. |
|
Definition at line 133 of file itkVectorContainer.h. |
|
Definition at line 131 of file itkVectorContainer.h. References itk::VectorContainer< TElementIdentifier, TElement >::ConstIterator::m_Iter. |
|
Definition at line 126 of file itkVectorContainer.h. |
|
Definition at line 125 of file itkVectorContainer.h. |
|
Definition at line 128 of file itkVectorContainer.h. References itk::VectorContainer< TElementIdentifier, TElement >::Iterator::m_Iter. |
|
Definition at line 127 of file itkVectorContainer.h. |
|
Definition at line 124 of file itkVectorContainer.h. |
|
Definition at line 132 of file itkVectorContainer.h. References itk::VectorContainer< TElementIdentifier, TElement >::ElementIdentifier. |
|
Definition at line 130 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 139 of file itkVectorContainer.h. |
|
Definition at line 144 of file itkVectorContainer.h. |