xmsgeom  1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
triangulate_py.cpp
Go to the documentation of this file.
1 //------------------------------------------------------------------------------
7 //------------------------------------------------------------------------------
8 
9 //----- Included files ---------------------------------------------------------
10 #include <pybind11/pybind11.h>
12 
13 //----- Namespace declaration --------------------------------------------------
14 namespace py = pybind11;
15 
16 //----- Python Interface -------------------------------------------------------
17 
18 void initTriangulate(py::module &m) {
19  initTrTin(m);
20  initTrTriangulatorPoints(m);
21 }
initializer functions for members of triangulate python module.