MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / reset

Method reset

src/openms_gui/source/VISUAL/TOPPASVertex.cpp:557–570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555 }
556
557 void TOPPASVertex::reset(bool /*reset_all_files*/)
558 {
559 __DEBUG_BEGIN_METHOD__
560
561 round_total_ = -1;
562 round_counter_ = 0;
563
564 finished_ = false;
565 reachable_ = true;
566
567 update(boundingRect());
568
569 __DEBUG_END_METHOD__
570 }
571
572 bool TOPPASVertex::isFinished() const
573 {

Callers 5

resetDownstreamMethod · 0.45
runPipelineMethod · 0.45
foreachFunction · 0.45
addPeakLayerMethod · 0.45
addChromLayerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected