Regina Calculation Engine
|
A bidirectional iterator that runs through the raw vectors for surfaces in this list. More...
#include <surfaces/nnormalsurfacelist.h>
Public Member Functions | |
VectorIterator () | |
Creates a new uninitialised iterator. More... | |
VectorIterator (const VectorIterator &cloneMe) | |
Creates a copy of the given iterator. More... | |
VectorIterator & | operator= (const VectorIterator &cloneMe) |
Makes this a copy of the given iterator. More... | |
bool | operator== (const VectorIterator &other) const |
Compares this with the given operator for equality. More... | |
bool | operator!= (const VectorIterator &other) const |
Compares this with the given operator for inequality. More... | |
const NNormalSurfaceVector * | operator* () const |
Returns the raw vector for the normal surface that this iterator is currently pointing to. More... | |
VectorIterator & | operator++ () |
The preincrement operator. More... | |
VectorIterator | operator++ (int) |
The postincrement operator. More... | |
VectorIterator & | operator-- () |
The predecrement operator. More... | |
VectorIterator | operator-- (int) |
The postdecrement operator. More... | |
Friends | |
class | NNormalSurfaceList |
A bidirectional iterator that runs through the raw vectors for surfaces in this list.
|
inline |
Creates a new uninitialised iterator.
|
inline |
Creates a copy of the given iterator.
cloneMe | the iterator to clone. |
|
inline |
Compares this with the given operator for inequality.
other | the iterator to compare this with. |
false
if the iterators point to the same element of the same normal surface list, or true
if they do not.
|
inline |
Returns the raw vector for the normal surface that this iterator is currently pointing to.
|
inline |
The preincrement operator.
|
inline |
The postincrement operator.
|
inline |
The predecrement operator.
|
inline |
The postdecrement operator.
|
inline |
Makes this a copy of the given iterator.
cloneMe | the iterator to clone. |
|
inline |
Compares this with the given operator for equality.
other | the iterator to compare this with. |
true
if the iterators point to the same element of the same normal surface list, or false
if they do not.