dynamically convert a generic topology type into a GeometryType
More...
#include <dune/geometry/genericgeometry/conversion.hh>
template<unsigned int dim, GeometryType::BasicType linetype>
class Dune::GenericGeometry::DuneGeometryTypeProvider< dim, linetype >
dynamically convert a generic topology type into a GeometryType
- Template Parameters
-
dim | dimension of the topologies to be converted |
linetype | basic geometry type to assign to a line (either simplex or cube) |
- Note
- After 3D not all geometries are simplices, pyramids, prisms or cubes so that no meaningful GeometryType is available; therefore none is returned.
template<unsigned int dim, GeometryType::BasicType linetype>
obtain a Geometry type from a topology id
- Parameters
-
[in] | topologyId | id of the topology to be converted |
- Returns
- GeometryType associated with the given topology id
template<unsigned int dim, GeometryType::BasicType linetype>
dimension of the topologies to be converted
template<unsigned int dim, GeometryType::BasicType linetype>
number of possible topologies
The documentation for this class was generated from the following file: