Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ PixelImage
Method
PixelImage
cp-profiler/src/cpprofiler/pixel_views/pixel_image.cpp:14–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
{
13
14
PixelImage::PixelImage()
15
{
16
image_.reset(new QImage());
17
18
resize({width_, height_});
19
}
20
21
PixelImage::~PixelImage() = default;
22
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected