dune-geometry
2.3.1
|
A wrapper for a TopologyFactory providing singleton storage. Same usage as TopologyFactory but with empty release method an internal storage. More...
#include <dune/geometry/topologyfactory.hh>
Public Types | |
typedef Factory::Key | Key |
typedef const Factory::Object | Object |
Static Public Member Functions | |
static Object * | create (const Dune::GeometryType >, const Key &key) |
dynamically create objects More... | |
template<class Topology > | |
static Object * | create (const Key &key) |
statically create objects More... | |
static void | release (Object *object) |
release the object returned by the create methods More... | |
Static Public Attributes | |
static const unsigned int | dimension = Factory::dimension |
A wrapper for a TopologyFactory providing singleton storage. Same usage as TopologyFactory but with empty release method an internal storage.
typedef Factory::Key Dune::TopologySingletonFactory< Factory >::Key |
typedef const Factory::Object Dune::TopologySingletonFactory< Factory >::Object |
|
inlinestatic |
dynamically create objects
References Dune::GeometryType::id().
|
inlinestatic |
statically create objects
References Dune::TopologySingletonFactory< Factory >::dimension.
|
inlinestatic |
release the object returned by the create methods
|
static |
Referenced by Dune::TopologySingletonFactory< Factory >::create().