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

Method removeEdgeIn

ImagePlay/src/IPProcessStep.cpp:349–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347}
348
349void IPProcessStep::removeEdgeIn(IPProcessEdge *edge)
350{
351 _edgesIn.removeAll(edge);
352 _mainWindow->propagateResultReady(this->process(), false);
353 setTreeDepth(-1);
354}
355
356void IPProcessStep::updateThumbnail()
357{

Callers 2

~IPProcessEdgeMethod · 0.80
removeEdgeMethod · 0.80

Calls 2

processMethod · 0.95
propagateResultReadyMethod · 0.45

Tested by

no test coverage detected