dune-grid 2.8.0
|
Describes the minimal information necessary to create a fully functional YaspEntity. More...
#include <dune/grid/yaspgrid/yaspgridentityseed.hh>
Public Types | |
enum | { codimension = codim } |
codimension of entity pointer More... | |
Public Member Functions | |
YaspEntitySeed () | |
default construct an invalid entity seed | |
YaspEntitySeed (int level, std::array< int, dim > coord, int o=0) | |
constructor | |
bool | isValid () const |
check whether the EntitySeed refers to a valid Entity | |
int | level () const |
const std::array< int, dim > & | coord () const |
int | offset () const |
Protected Attributes | |
int | _l |
std::array< int, dim > | _c |
int | _o |
Describes the minimal information necessary to create a fully functional YaspEntity.
anonymous enum |
|
inline |
default construct an invalid entity seed
|
inline |
constructor
|
inline |
|
inline |
check whether the EntitySeed refers to a valid Entity
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |