dune-grid
2.2.0
|
#include <dune/grid/albertagrid/elementinfo.hh>
Public Member Functions | |
Seed (const int macroIndex, const int level, const unsigned long path) | |
bool | operator== (const Seed &other) const |
bool | operator< (const Seed &other) const |
bool | operator!= (const Seed &other) const |
bool | operator<= (const Seed &other) const |
bool | operator> (const Seed &other) const |
bool | operator>= (const Seed &other) const |
int | macroIndex () const |
int | level () const |
unsigned long | path () const |
Dune::Alberta::ElementInfo< dim >::Seed::Seed | ( | const int | macroIndex, |
const int | level, | ||
const unsigned long | path | ||
) | [inline] |
int Dune::Alberta::ElementInfo< dim >::Seed::level | ( | ) | const [inline] |
int Dune::Alberta::ElementInfo< dim >::Seed::macroIndex | ( | ) | const [inline] |
bool Dune::Alberta::ElementInfo< dim >::Seed::operator!= | ( | const Seed & | other | ) | const [inline] |
bool Dune::Alberta::ElementInfo< dim >::Seed::operator< | ( | const Seed & | other | ) | const [inline] |
bool Dune::Alberta::ElementInfo< dim >::Seed::operator<= | ( | const Seed & | other | ) | const [inline] |
bool Dune::Alberta::ElementInfo< dim >::Seed::operator== | ( | const Seed & | other | ) | const [inline] |
bool Dune::Alberta::ElementInfo< dim >::Seed::operator> | ( | const Seed & | other | ) | const [inline] |
bool Dune::Alberta::ElementInfo< dim >::Seed::operator>= | ( | const Seed & | other | ) | const [inline] |
unsigned long Dune::Alberta::ElementInfo< dim >::Seed::path | ( | ) | const [inline] |