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

Method initializeProgressMap

source/MRMesh/MRSceneLoad.cpp:167–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165#endif
166
167 void initializeProgressMap( const BitSet& asyncBitSet )
168 {
169 for ( const auto index : asyncBitSet )
170 asyncProgressMap.emplace( index, .00f );
171 }
172
173 // create a progress callback for async task
174 ProgressCallback progressCallbackFor( size_t index )

Callers 1

Calls 1

emplaceMethod · 0.45

Tested by

no test coverage detected