Dune Core Modules (2.3.1)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Dune::ALU2dGridEntitySeed< 0, GridImp > Class Template Reference
#include <dune/grid/alugrid/2d/entityseed.hh>
Public Types | |
typedef GridImp::template Codim< cd >::Entity | Entity |
type of Entity | |
typedef ThisType | ALU2dGridEntitySeedType |
typedef of my type | |
typedef MakeableInterfaceObject< Entity > | EntityObject |
underlying EntityImplementation | |
typedef ALU2dGridEntitySeed< codimension, GridImp > | EntitySeedImp |
make type of entity pointer implementation available in derived classes | |
Public Member Functions | |
ALU2dGridEntitySeed () | |
Constructor for EntitySeed that points to an element. | |
ALU2dGridEntitySeed (const HElementType &item) | |
Constructor for EntitySeed that points to an interior element. | |
ALU2dGridEntitySeed (const HElementType &item, int, int) | |
Constructor for EntitySeed that points to an interior element. | |
ALU2dGridEntitySeed (const ALU2dGridEntitySeedType &org) | |
copy constructor | |
bool | operator== (const ALU2dGridEntitySeedType &i) const |
equality operator | |
bool | operator!= (const ALU2dGridEntitySeedType &i) const |
inequality operator | |
bool | isValid () const |
check for valid seed | |
bool | equals (const ALU2dGridEntitySeedType &i) const |
equality | |
void | clear () |
invalidate seed | |
HElementType * | item () const |
get item from key | |
Detailed Description
template<class GridImp>
class Dune::ALU2dGridEntitySeed< 0, GridImp >
class Dune::ALU2dGridEntitySeed< 0, GridImp >
ALUGridEntitySeed points to an entity this class is the specialisation for codim 0, it has exactly the same functionality as the ALU2dGridEntitySeedBase
The documentation for this class was generated from the following file:
- dune/grid/alugrid/2d/entityseed.hh
