MCPcopy Create free account
hub / github.com/chrxh/alien / colorSelectedObjects

Method colorSelectedObjects

source/EngineImpl/EngineWorker.cpp:432–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430}
431
432void EngineWorker::colorSelectedObjects(unsigned char color, bool includeClusters)
433{
434 EngineWorkerGuard access(this);
435 _simulationCudaFacade->colorSelectedObjects(color, includeClusters);
436}
437
438void EngineWorker::reconnectSelectedObjects()
439{

Callers 1

processInternMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected