Chaste
Release::3.4
|
#include <Node.hpp>
Public Member Functions | |
ContainingElementIterator (std::set< unsigned >::const_iterator indexIterator) | |
const unsigned & | operator* () const |
bool | operator!= (const ContainingElementIterator &rOther) const |
bool | operator== (const ContainingElementIterator &rOther) const |
ContainingElementIterator & | operator++ () |
Private Attributes | |
std::set< unsigned > ::const_iterator | mIndexIterator |
An iterator over the indices of elements which contain this node.
|
inline |
Constructor for a new ContainingElementIterator.
indexIterator | an index iterator |
|
inline |
rOther | ContainingElementIterator with which comparison is made |
Definition at line 415 of file Node.hpp.
References Node< SPACE_DIM >::ContainingElementIterator::mIndexIterator.
Referenced by Node< SPACE_DIM >::ContainingElementIterator::operator==().
|
inline |
Prefix dereference operator.
Definition at line 406 of file Node.hpp.
References Node< SPACE_DIM >::ContainingElementIterator::mIndexIterator.
|
inline |
Prefix increment operator.
Definition at line 432 of file Node.hpp.
References Node< SPACE_DIM >::ContainingElementIterator::mIndexIterator.
|
inline |
rOther | ContainingElementIterator with which comparison is made |
Definition at line 424 of file Node.hpp.
References Node< SPACE_DIM >::ContainingElementIterator::operator!=().
|
private |
Element index iterator.
Definition at line 438 of file Node.hpp.
Referenced by Node< SPACE_DIM >::ContainingElementIterator::operator!=(), Node< SPACE_DIM >::ContainingElementIterator::operator*(), and Node< SPACE_DIM >::ContainingElementIterator::operator++().