Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
using namespace PyMesh;
12
13
void 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_MODULE
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected