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

Method clear

source/MRMesh/MRDistanceMap.cpp:163–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163void DistanceMap::clear()
164{
165 RectIndexer::resize( {0, 0} );
166 data_.clear();
167}
168
169std::optional<Vector3f> DistanceMap::unproject( size_t x, size_t y, const AffineXf3f& toWorld ) const
170{

Callers 1

computeDistanceMap_Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected