Chaste Commit::ca8ccdedf819b6e02855bc0e8e6f50bdecbc5208
|
#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 456 of file Node.hpp.
References Node< SPACE_DIM >::ContainingElementIterator::mIndexIterator.
Referenced by Node< SPACE_DIM >::ContainingElementIterator::operator==().
|
inline |
Prefix dereference operator.
Definition at line 447 of file Node.hpp.
References Node< SPACE_DIM >::ContainingElementIterator::mIndexIterator.
|
inline |
Prefix increment operator.
Definition at line 473 of file Node.hpp.
References Node< SPACE_DIM >::ContainingElementIterator::mIndexIterator.
|
inline |
rOther | ContainingElementIterator with which comparison is made |
Definition at line 465 of file Node.hpp.
References Node< SPACE_DIM >::ContainingElementIterator::operator!=().
|
private |
Element index iterator.
Definition at line 479 of file Node.hpp.
Referenced by Node< SPACE_DIM >::ContainingElementIterator::operator!=(), Node< SPACE_DIM >::ContainingElementIterator::operator*(), and Node< SPACE_DIM >::ContainingElementIterator::operator++().