Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/compute
/ MandelbrotWidget
Method
MandelbrotWidget
example/mandelbrot.cpp:98–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
};
97
98
MandelbrotWidget::MandelbrotWidget(QWidget *parent)
99
: QGLWidget(parent)
100
{
101
gl_texture_ = 0;
102
}
103
104
MandelbrotWidget::~MandelbrotWidget()
105
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected