Chaste Release::3.1
|
#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.
Node< SPACE_DIM >::ContainingBoundaryElementIterator::ContainingBoundaryElementIterator | ( | std::set< unsigned >::const_iterator | indexIterator | ) | [inline] |
Constructor for a new ContainingBoundaryElementIterator.
indexIterator | an index iterator |
bool Node< SPACE_DIM >::ContainingBoundaryElementIterator::operator!= | ( | const ContainingBoundaryElementIterator & | rOther | ) | const [inline] |
Comparison not-equal-to.
rOther | ContainingBoundaryElementIterator with which comparison is made |
Definition at line 440 of file Node.hpp.
References Node< SPACE_DIM >::ContainingBoundaryElementIterator::mIndexIterator.
Referenced by Node< SPACE_DIM >::ContainingBoundaryElementIterator::operator==().
const unsigned& Node< SPACE_DIM >::ContainingBoundaryElementIterator::operator* | ( | ) | const [inline] |
Prefix dereference operator.
Definition at line 431 of file Node.hpp.
References Node< SPACE_DIM >::ContainingBoundaryElementIterator::mIndexIterator.
ContainingBoundaryElementIterator& Node< SPACE_DIM >::ContainingBoundaryElementIterator::operator++ | ( | ) | [inline] |
Prefix increment operator.
Definition at line 456 of file Node.hpp.
References Node< SPACE_DIM >::ContainingBoundaryElementIterator::mIndexIterator.
bool Node< SPACE_DIM >::ContainingBoundaryElementIterator::operator== | ( | const ContainingBoundaryElementIterator & | rOther | ) | const [inline] |
Comparison equal-to.
rOther | ContainingBoundaryElementIterator with which comparison is made |
Definition at line 449 of file Node.hpp.
References Node< SPACE_DIM >::ContainingBoundaryElementIterator::operator!=().
std::set<unsigned>::const_iterator Node< SPACE_DIM >::ContainingBoundaryElementIterator::mIndexIterator [private] |
Boundary element index iterator.
Definition at line 462 of file Node.hpp.
Referenced by Node< SPACE_DIM >::ContainingBoundaryElementIterator::operator!=(), Node< SPACE_DIM >::ContainingBoundaryElementIterator::operator*(), and Node< SPACE_DIM >::ContainingBoundaryElementIterator::operator++().