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

Function InitGeometry3D

Wrapping/Python/mitk/Geometries.cpp:214–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214void InitGeometry3D(py::module_& m)
215{
216 py::class_<Geometry3D, BaseGeometry, Geometry3D::Pointer>(m, "Geometry3D",
217 R"(Concrete 3D spatial geometry.
218
219Inherits all methods of :py:class:`BaseGeometry`. The default subclass used
220when MITK creates a fresh geometry for an :py:class:`Image`.
221)")
222 .def_static("new", py::overload_cast<>(&Geometry3D::New),
223 "Construct a new identity-initialized 3D geometry.");
224}
225
226void InitPlaneGeometry(py::module_& m)
227{

Callers 1

InitGeometriesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected