#include <Node.hpp>
Public Member Functions | |
ContainingBoundaryElementIterator (std::set< unsigned >::const_iterator indexIterator) | |
const unsigned & | operator* () const |
bool | operator!= (const ContainingBoundaryElementIterator &other) const |
bool | operator== (const ContainingBoundaryElementIterator &other) const |
ContainingBoundaryElementIterator & | operator++ () |
Private Attributes | |
std::set< unsigned > ::const_iterator | mIndexIterator |
Definition at line 229 of file Node.hpp.