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

Function InitVectors

Wrapping/Python/mitk/Vectors.cpp:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void InitVectors(py::module_& m)
102{
103 InitVector2D(m);
104 InitVector3D(m);
105}

Callers 1

PYBIND11_MODULEFunction · 0.85

Calls 2

InitVector2DFunction · 0.85
InitVector3DFunction · 0.85

Tested by

no test coverage detected