dune-grid
2.4.1
|
Describes the minimal information necessary to create a fully functional YaspEntity. More...
#include <dune/grid/yaspgrid.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, Dune::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 Dune::array< int, dim > & | coord () const |
int | offset () const |
Protected Attributes | |
int | _l |
Dune::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
References Dune::YaspEntitySeed< codim, GridImp >::_c.
|
inline |
constructor
|
inline |
copy constructor
|
inline |
References Dune::YaspEntitySeed< codim, GridImp >::_c.
|
inline |
check whether the EntitySeed refers to a valid Entity
References Dune::YaspEntitySeed< codim, GridImp >::_l.
|
inline |
References Dune::YaspEntitySeed< codim, GridImp >::_l.
|
inline |
References Dune::YaspEntitySeed< codim, GridImp >::_o.
|
protected |
|
protected |
|
protected |
Referenced by Dune::YaspEntitySeed< codim, GridImp >::offset().