MCPcopy Create free account
hub / github.com/MITK/MITK / InitPoints

Function InitPoints

Wrapping/Python/mitk/Points.cpp:111–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void InitPoints(py::module_& m)
112{
113 InitPoint2D(m);
114 InitPoint3D(m);
115}

Callers 1

PYBIND11_MODULEFunction · 0.85

Calls 2

InitPoint2DFunction · 0.85
InitPoint3DFunction · 0.85

Tested by

no test coverage detected