MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / pythonSetDistanceMap

Function pythonSetDistanceMap

source/mrviewerpy/MRPythonScene.cpp:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void pythonSetDistanceMap( const std::shared_ptr<MR::ObjectDistanceMap>& m, std::shared_ptr<MR::DistanceMap> n, const MR::AffineXf3f& xf )
141{
142 m->setDistanceMap( std::move( n ), xf );
143}
144
145template <typename ObjectType, auto MemberPtr>
146auto pythonGetSelectedModels()

Callers

nothing calls this directly

Calls 1

setDistanceMapMethod · 0.80

Tested by

no test coverage detected