RINGMesh
Version 5.0.0
A programming library for geological model meshes
|
#include <ringmesh/basic/common.h>
#include <ringmesh/geomodel/entity_type.h>
#include <ringmesh/geomodel/geomodel_entity.h>
#include <ringmesh/geomodel/geomodel_indexing_types.h>
#include <ringmesh/mesh/mesh.h>
Go to the source code of this file.
Classes | |
class | RINGMesh::GeoModelMeshEntity< DIMENSION > |
Abstract base class for GeoModelMeshEntity. More... | |
class | RINGMesh::Corner< DIMENSION > |
A GeoModelEntity of type CORNER. More... | |
class | RINGMesh::Line< DIMENSION > |
A GeoModelEntity of type LINE. More... | |
class | RINGMesh::SurfaceBase< DIMENSION > |
A GeoModelEntity of type SURFACE. More... | |
class | RINGMesh::Surface< DIMENSION > |
class | RINGMesh::Surface< 2 > |
class | RINGMesh::Surface< 3 > |
class | RINGMesh::Region< DIMENSION > |
A GeoModelEntity of type REGION. More... | |
class | RINGMesh::GeoModelMeshEntityConstAccess< DIMENSION > |
class | RINGMesh::GeoModelMeshEntityAccess< DIMENSION > |
Namespaces | |
RINGMesh | |
Classes to build GeoModel from various inputs. | |