Geogram
Version 1.9.1-rc
A programming library of geometric algorithms
|
Classes used by MeshSurfaceIntersection. More...
#include <geogram/basic/common.h>
#include <geogram/mesh/mesh_surface_intersection.h>
#include <geogram/mesh/mesh.h>
#include <geogram/mesh/mesh_io.h>
#include <geogram/mesh/index.h>
#include <geogram/mesh/triangle_intersection.h>
#include <geogram/delaunay/CDT_2d.h>
#include <geogram/numerics/exact_geometry.h>
#include <map>
Go to the source code of this file.
Classes | |
class | GEO::MeshInTriangle |
Meshes a single triangle with the constraints that come from the intersections with the other triangles. More... | |
class | GEO::MeshInTriangle::Edge |
An edge of the mesh. More... | |
class | GEO::MeshInTriangle::Vertex |
A vertex of the triangulation. More... | |
struct | GEO::IsectInfo |
Stores information about a triangle-triangle intersection. More... | |
class | GEO::CoplanarFacets |
Detects and retriangulates a set of coplanar facets for MeshSurfaceIntersection. More... | |
Namespaces | |
GEO | |
Global Vorpaline namespace. | |
Classes used by MeshSurfaceIntersection.
Definition in file mesh_surface_intersection_internal.h.