dune-grid 2.9.0
|
#include <dune/grid/common/grid.hh>
Public Types | |
typedef InterfaceType::Implementation | ImplementationType |
Public Member Functions | |
MakeableInterfaceObject (const ImplementationType &realImp) | |
create interface object by calling the contructor of the base class More... | |
for creation of an engine interface object like Entity or Geometry one has to derive a class to create the object because the contructors of the interface object classes are protected therefore here a generic implementation for this object creation is provided
typedef InterfaceType::Implementation Dune::MakeableInterfaceObject< InterfaceType >::ImplementationType |
|
inlineexplicit |
create interface object by calling the contructor of the base class