MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / clearScene

Method clearScene

ImagePlay/src/MainWindow.cpp:718–729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

716}
717
718void MainWindow::clearScene()
719{
720 // WARNING: the it doesn't need to increment actually, this is no bug!
721 for(auto it = _scene->edges()->begin(); it != _scene->edges()->end(); it)
722 {
723 removeEdge(*it);
724 }
725 for(auto it = _scene->steps()->begin(); it != _scene->steps()->end(); it)
726 {
727 removeStep(*it);
728 }
729}
730
731bool MainWindow::readProcessFile()
732{

Callers

nothing calls this directly

Calls 4

edgesMethod · 0.80
stepsMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected