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

Function InitGeometries

Wrapping/Python/mitk/Geometries.cpp:393–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393void InitGeometries(py::module_& m)
394{
395 InitBaseGeometry(m);
396 InitGeometry3D(m);
397 InitPlaneGeometry(m);
398 InitSlicedGeometry3D(m);
399 InitTimeGeometry(m);
400 InitArbitraryTimeGeometry(m);
401 InitProportionalTimeGeometry(m);
402}

Callers 1

PYBIND11_MODULEFunction · 0.85

Calls 7

InitBaseGeometryFunction · 0.85
InitGeometry3DFunction · 0.85
InitPlaneGeometryFunction · 0.85
InitSlicedGeometry3DFunction · 0.85
InitTimeGeometryFunction · 0.85

Tested by

no test coverage detected