dune-grid
2.2.0
|
#include <dune/grid/albertagrid/meshpointer.hh>
Public Types | |
typedef Alberta::MeshPointer< dim > | MeshPointer |
typedef Alberta::ElementInfo< dim > | ElementInfo |
Public Member Functions | |
bool | done () const |
bool | equals (const MacroIterator &other) const |
void | increment () |
const MacroElement & | macroElement () const |
const MeshPointer & | mesh () const |
This & | operator++ () |
ElementInfo | operator* () const |
bool | operator== (const MacroIterator &other) const |
bool | operator!= (const MacroIterator &other) const |
ElementInfo | elementInfo (typename FillFlags::Flags fillFlags=FillFlags::standard) const |
Friends | |
class | MeshPointer< dim > |
typedef Alberta::ElementInfo< dim > Dune::Alberta::MeshPointer< dim >::MacroIterator::ElementInfo |
typedef Alberta::MeshPointer< dim > Dune::Alberta::MeshPointer< dim >::MacroIterator::MeshPointer |
bool Dune::Alberta::MeshPointer< dim >::MacroIterator::done | ( | ) | const [inline] |
ElementInfo Dune::Alberta::MeshPointer< dim >::MacroIterator::elementInfo | ( | typename FillFlags::Flags | fillFlags = FillFlags::standard | ) | const [inline] |
bool Dune::Alberta::MeshPointer< dim >::MacroIterator::equals | ( | const MacroIterator & | other | ) | const [inline] |
void Dune::Alberta::MeshPointer< dim >::MacroIterator::increment | ( | ) | [inline] |
const MacroElement& Dune::Alberta::MeshPointer< dim >::MacroIterator::macroElement | ( | ) | const [inline] |
const MeshPointer& Dune::Alberta::MeshPointer< dim >::MacroIterator::mesh | ( | ) | const [inline] |
bool Dune::Alberta::MeshPointer< dim >::MacroIterator::operator!= | ( | const MacroIterator & | other | ) | const [inline] |
ElementInfo Dune::Alberta::MeshPointer< dim >::MacroIterator::operator* | ( | ) | const [inline] |
This& Dune::Alberta::MeshPointer< dim >::MacroIterator::operator++ | ( | ) | [inline] |
bool Dune::Alberta::MeshPointer< dim >::MacroIterator::operator== | ( | const MacroIterator & | other | ) | const [inline] |
friend class MeshPointer< dim > [friend] |