Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
111
void InitPoints(py::module_& m)
112
{
113
InitPoint2D(m);
114
InitPoint3D(m);
115
}
Callers
1
PYBIND11_MODULE
Function · 0.85
Calls
2
InitPoint2D
Function · 0.85
InitPoint3D
Function · 0.85
Tested by
no test coverage detected