|
dune-grid
2.7.1
|
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 More... | |
| YaspEntitySeed (int level, std::array< int, dim > coord, int o=0) | |
| constructor More... | |
| YaspEntitySeed (const YaspEntitySeed &rhs) | |
| copy constructor More... | |
| bool | isValid () const |
| check whether the EntitySeed refers to a valid Entity More... | |
| 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 |
copy constructor
|
inline |
|
inline |
check whether the EntitySeed refers to a valid Entity
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |