![]() |
Chaste Commit::675f9facbe008c5eacb9006feaeb6423206579ea
|
#include <Node.hpp>
Collaboration diagram for Node< SPACE_DIM >::ContainingElementIterator: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++().