Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
60
IPProcessEdge::~IPProcessEdge()
61
{
62
_from->removeEdgeOut(this);
63
_to->removeEdgeIn(this);
64
}
65
66
QRectF IPProcessEdge::boundingRect() const
67
{
Callers
nothing calls this directly
Calls
2
removeEdgeOut
Method · 0.80
removeEdgeIn
Method · 0.80
Tested by
no test coverage detected