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