xmsgeom  1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
triangulate_py.h
Go to the documentation of this file.
1 #pragma once
2 //------------------------------------------------------------------------------
8 //------------------------------------------------------------------------------
9 
10 //----- Included files ---------------------------------------------------------
11 #include <pybind11/pybind11.h>
12 
13 //----- Namespace declaration --------------------------------------------------
14 namespace py = pybind11;
15 
16 //----- Function declarations --------------------------------------------------
17 void initTriangulate(py::module &);
18 
19 void initTrTin(py::module &);
20 void initTrTriangulatorPoints(py::module &);