#include <itkVectorContainer.h>
Public Methods | |
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 104 of file itkVectorContainer.h.
|
Definition at line 107 of file itkVectorContainer.h. |
|
Definition at line 108 of file itkVectorContainer.h. |
|
Get the index into the VectorContainer associated with this iterator. Definition at line 124 of file itkVectorContainer.h. |
|
Definition at line 111 of file itkVectorContainer.h. |
|
Definition at line 121 of file itkVectorContainer.h. |
|
Definition at line 119 of file itkVectorContainer.h. References itk::VectorContainer< TElementIdentifier, TElement >::ConstIterator::m_Iter. |
|
Definition at line 114 of file itkVectorContainer.h. |
|
Definition at line 113 of file itkVectorContainer.h. |
|
Definition at line 116 of file itkVectorContainer.h. References itk::VectorContainer< TElementIdentifier, TElement >::Iterator::m_Iter. |
|
Definition at line 115 of file itkVectorContainer.h. |
|
Definition at line 112 of file itkVectorContainer.h. |
|
Definition at line 120 of file itkVectorContainer.h. |
|
Definition at line 118 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 127 of file itkVectorContainer.h. |
|
Definition at line 132 of file itkVectorContainer.h. |