MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / init_DMAT

Function init_DMAT

python/PyDMAT.cpp:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11using namespace PyMesh;
12
13void init_DMAT(py::module &m) {
14#if WITH_IGL
15 m.def("load_matrix", &DMAT::load_matrix<MatrixF>);
16 m.def("save_matrix", &DMAT::save_matrix<MatrixF>);
17#endif
18}

Callers 1

PYBIND11_MODULEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected