MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / ~IPProcessEdge

Method ~IPProcessEdge

ImagePlay/src/IPProcessEdge.cpp:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60IPProcessEdge::~IPProcessEdge()
61{
62 _from->removeEdgeOut(this);
63 _to->removeEdgeIn(this);
64}
65
66QRectF IPProcessEdge::boundingRect() const
67{

Callers

nothing calls this directly

Calls 2

removeEdgeOutMethod · 0.80
removeEdgeInMethod · 0.80

Tested by

no test coverage detected