Geogram  Version 1.9.1-rc
A programming library of geometric algorithms
mesh_tetrahedralize.h File Reference

Functions for filling a surface mesh with tetrahedra. More...

Go to the source code of this file.

Classes

struct  GEO::MeshTetrahedralizeParameters
 Parameters for mesh_tetrahedralize() More...
 

Namespaces

 GEO
 Global Vorpaline namespace.
 

Functions

bool GEO::mesh_tetrahedralize (Mesh &M, const MeshTetrahedralizeParameters &params)
 Fills a closed surface mesh with tetrahedra. More...
 
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. More...
 

Detailed Description

Functions for filling a surface mesh with tetrahedra.

Definition in file mesh_tetrahedralize.h.