RINGMesh
Version 5.0.0
A programming library for geological model meshes
|
#include <ringmesh/basic/common.h>
#include <memory>
#include <geogram/mesh/mesh.h>
#include <geogram/mesh/mesh_io.h>
#include <ringmesh/geogram_extension/geogram_extension.h>
#include <ringmesh/mesh/mesh.h>
Go to the source code of this file.
Classes | |
class | RINGMesh::GeogramPointSetMesh< DIMENSION > |
class | RINGMesh::GeogramLineMesh< DIMENSION > |
class | RINGMesh::GeogramSurfaceMesh< DIMENSION > |
class | RINGMesh::GeogramVolumeMesh< DIMENSION > |
Namespaces | |
RINGMesh | |
Classes to build GeoModel from various inputs. | |
Macros | |
#define | COMMON_GEOGRAM_MESH_IMPLEMENTATION(Class) |
Typedefs | |
using | RINGMesh::GeogramVolumeMesh3D = GeogramVolumeMesh< 3 > |
Functions | |
RINGMesh::FORWARD_DECLARATION_DIMENSION_CLASS (GeogramPointSetMeshBuilder) | |
RINGMesh::FORWARD_DECLARATION_DIMENSION_CLASS (GeogramLineMeshBuilder) | |
RINGMesh::FORWARD_DECLARATION_DIMENSION_CLASS (GeogramSurfaceMeshBuilder) | |
RINGMesh::FORWARD_DECLARATION_DIMENSION_CLASS (GeogramVolumeMeshBuilder) | |
RINGMesh::ALIAS_2D_AND_3D (GeogramPointSetMesh) | |
RINGMesh::ALIAS_2D_AND_3D (GeogramLineMesh) | |
RINGMesh::ALIAS_2D_AND_3D (GeogramSurfaceMesh) | |
void | RINGMesh::register_geogram_mesh () |
#define COMMON_GEOGRAM_MESH_IMPLEMENTATION | ( | Class | ) |
Definition at line 59 of file geogram_mesh.h.