dune-grid
2.3.0
|
#include <dune/grid/sgrid.hh>
Public Types | |
enum | { codimension = codim } |
Public Member Functions | |
SEntitySeed () | |
default constructor (invalid) More... | |
SEntitySeed (int l, int index) | |
constructor More... | |
bool | isValid () const |
check whether the EntitySeed refers to a valid Entity More... | |
int | level () const |
int | index () const |
describes the minimal information necessary to create a fully functional SEntity
|
inline |
default constructor (invalid)
|
inline |
constructor
|
inline |
|
inline |
check whether the EntitySeed refers to a valid Entity
|
inline |