An indexed simplex iterator for a SimpMeshRed. More...
#include <SimpMeshRed.h>
Public Types | |
typedef Base::iterator_category | iterator_category |
Iterator category. | |
typedef Base::value_type | value_type |
Value type. | |
typedef Base::difference_type | difference_type |
Pointer difference type. | |
typedef Base::pointer | pointer |
Pointer to the value type. | |
typedef Base::reference | reference |
Reference to the value type. | |
Public Member Functions | |
Constructors etc. | |
IndSimpIter (CellConstIterator cell) | |
Construct an indexed simplex iterator from a const cell iterator. | |
IndSimpIter (const IndSimpIter &other) | |
Copy constructor. | |
IndSimpIter & | operator= (const IndSimpIter &other) |
Assignment operator. | |
~IndSimpIter () | |
Destructor. | |
Forward iterator requirements | |
reference | operator* () const |
Dereference. | |
pointer | operator-> () const |
Pointer dereference. | |
IndSimpIter & | operator++ () |
Pre-increment. | |
IndSimpIter | operator++ (int) |
Post-increment. | |
Bidirectional iterator requirements | |
IndSimpIter & | operator-- () |
Pre-decrement. | |
IndSimpIter | operator-- (int) |
Post-decrement. | |
Base. | |
CellConstIterator | base () const |
Return the const cell iterator. | |
Equality. | |
bool | operator== (const IndSimpIter &x) |
Return true if the cells are the same. | |
bool | operator!= (const IndSimpIter &x) |
Return true if the cells are not the same. |
An indexed simplex iterator for a SimpMeshRed.
This is a const iterator.
IndSimpIter SimpMeshRed< _N, _M, T, _Node, _Cell, Container >::IndSimpIter::operator++ | ( | int | ) | [inline] |
Post-increment.
IndSimpIter SimpMeshRed< _N, _M, T, _Node, _Cell, Container >::IndSimpIter::operator-- | ( | int | ) | [inline] |
Post-decrement.