Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ addToScene
Method
addToScene
cp-profiler/src/cpprofiler/analysis/pattern_rect.cpp:43–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
void PatternRect::addToScene()
44
{
45
m_hist_scene.scene()->addItem(&visible_rect);
46
m_hist_scene.scene()->addItem(this);
47
}
48
49
} // namespace analysis
50
} // namespace cpprofiler
Callers
1
addRect
Function · 0.80
Calls
1
scene
Method · 0.80
Tested by
no test coverage detected