dune-grid
2.2.1
|
#include <dune/grid/alugrid/2d/entityseed.hh>
Public Types | |
typedef GridImp::template Codim< cd >::Entity | Entity |
type of Entity More... | |
typedef ThisType | ALU2dGridEntitySeedType |
typedef of my type More... | |
enum | |
typedef MakeableInterfaceObject < Entity > | EntityObject |
underlying EntityImplementation More... | |
typedef EntityObject::ImplementationType | EntityImp |
typedef ALU2dGridEntitySeed < codimension, GridImp > | EntitySeedImp |
make type of entity pointer implementation available in derived classes More... | |
Public Member Functions | |
ALU2dGridEntitySeed () | |
Constructor for EntitySeed that points to an element. More... | |
ALU2dGridEntitySeed (const HElementType &item) | |
Constructor for EntitySeed that points to an interior element. More... | |
ALU2dGridEntitySeed (const HElementType &item, int, int) | |
Constructor for EntitySeed that points to an interior element. More... | |
ALU2dGridEntitySeed (const ALU2dGridEntitySeedType &org) | |
copy constructor More... | |
bool | operator== (const ALU2dGridEntitySeedType &i) const |
equality operator More... | |
bool | operator!= (const ALU2dGridEntitySeedType &i) const |
inequality operator More... | |
bool | equals (const ALU2dGridEntitySeedType &i) const |
void | clear () |
invalidate seed More... | |
HElementType * | item () const |
get item from key More... | |
KeyType * | toKey (const HElementType *item) |
void | set (const HElementType &item, const int level=-1, const int face=-1) |
int | level () const |
int | face () const |
Static Public Attributes | |
static const int | defaultValue |
Protected Types | |
enum | { cd = 0 } |
enum | { dim = GridImp::dimension } |
enum | { dimworld = GridImp::dimensionworld } |
typedef ALU2dGridEntitySeedBase < 0, GridImp > | BaseType |
typedef ALU2dGridEntitySeed < cd, GridImp > | ThisType |
typedef ALU2dImplTraits < GridImp::dimensionworld, GridImp::elementType > | ImplTraits |
typedef ImplTraits::template Codim< cd >::InterfaceType | ImplementationType |
typedef ImplementationType | HElementType |
typedef ALU2dGridEntity < 0, dim, GridImp > | ALU2dGridEntityType |
enum | |
enum | |
typedef ImplementationType | KeyType |
Protected Attributes | |
KeyType * | item_ |
Friends | |
class | ALU2dGridEntity< cd, dim, GridImp > |
class | ALU2dGridEntity< 0, dim, GridImp > |
class | ALU2dGrid< GridImp::dimension, GridImp::dimensionworld, GridImp::elementType > |
ALUGridEntitySeed points to an entity this class is the specialisation for codim 0, it has exactly the same functionality as the ALU2dGridEntitySeedBase
typedef ThisType Dune::ALU2dGridEntitySeed< 0, GridImp >::ALU2dGridEntitySeedType |
typedef of my type
|
protected |
|
protected |
typedef GridImp::template Codim<cd>::Entity Dune::ALU2dGridEntitySeed< 0, GridImp >::Entity |
type of Entity
|
inherited |
|
inherited |
underlying EntityImplementation
|
inherited |
make type of entity pointer implementation available in derived classes
|
protected |
|
protected |
|
protected |
|
protectedinherited |
|
protected |
|
protectedinherited |
|
protectedinherited |
|
inherited |
|
inline |
Constructor for EntitySeed that points to an element.
|
inline |
Constructor for EntitySeed that points to an interior element.
|
inline |
Constructor for EntitySeed that points to an interior element.
|
inline |
copy constructor
|
inlineinherited |
invalidate seed
|
inherited |
equality
|
inlineinherited |
|
inlineinherited |
get item from key
|
inlineinherited |
|
inlineinherited |
inequality operator
|
inlineinherited |
equality operator
|
inlineinherited |
|
inlineinherited |
|
friend |
|
friend |
|
friend |
|
staticinherited |
|
mutableprotectedinherited |