|
Graphite Version 3
An experimental 3D geometry processing program
|
Functions for filling a surface mesh with tetrahedra. More...
#include <geogram/basic/common.h>Go to the source code of this file.
Classes | |
| struct | GEO::MeshTetrahedralizeParameters |
| Parameters for mesh_tetrahedralize() More... | |
Namespaces | |
| namespace | GEO |
| Global Vorpaline namespace. | |
Functions | |
| bool | GEO::mesh_tetrahedralize (Mesh &M, const MeshTetrahedralizeParameters ¶ms) |
| Fills a closed surface mesh with tetrahedra. | |
| bool | GEO::mesh_tetrahedralize (Mesh &M, bool preprocess=true, bool refine=false, double quality=2.0, bool keep_regions=false, double eps=0.001) |
| Fills a closed surface mesh with tetrahedra. | |
Functions for filling a surface mesh with tetrahedra.
Definition in file mesh_tetrahedralize.h.