Chaste Commit::ca8ccdedf819b6e02855bc0e8e6f50bdecbc5208
|
#include <Node.hpp>
Public Member Functions | |
ContainingBoundaryElementIterator (std::set< unsigned >::const_iterator indexIterator) | |
const unsigned & | operator* () const |
bool | operator!= (const ContainingBoundaryElementIterator &rOther) const |
bool | operator== (const ContainingBoundaryElementIterator &rOther) const |
ContainingBoundaryElementIterator & | operator++ () |
Private Attributes | |
std::set< unsigned >::const_iterator | mIndexIterator |
An iterator over the indices of boundary elements which contain this node.
|
inline |
Constructor for a new ContainingBoundaryElementIterator.
indexIterator | an index iterator |
|
inline |
rOther | ContainingBoundaryElementIterator with which comparison is made |
Definition at line 525 of file Node.hpp.
References Node< SPACE_DIM >::ContainingBoundaryElementIterator::mIndexIterator.
Referenced by Node< SPACE_DIM >::ContainingBoundaryElementIterator::operator==().
|
inline |
Prefix dereference operator.
Definition at line 516 of file Node.hpp.
References Node< SPACE_DIM >::ContainingBoundaryElementIterator::mIndexIterator.
|
inline |
Prefix increment operator.
Definition at line 542 of file Node.hpp.
References Node< SPACE_DIM >::ContainingBoundaryElementIterator::mIndexIterator.
|
inline |
rOther | ContainingBoundaryElementIterator with which comparison is made |
Definition at line 534 of file Node.hpp.
References Node< SPACE_DIM >::ContainingBoundaryElementIterator::operator!=().
|
private |
Boundary element index iterator.
Definition at line 548 of file Node.hpp.
Referenced by Node< SPACE_DIM >::ContainingBoundaryElementIterator::operator!=(), Node< SPACE_DIM >::ContainingBoundaryElementIterator::operator*(), and Node< SPACE_DIM >::ContainingBoundaryElementIterator::operator++().