Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ Bitmap
Class
Bitmap
examples/cpu/histogram.cpp:28–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
using namespace std;
27
28
struct Bitmap {
29
unsigned char *ptr;
30
unsigned width;
31
unsigned height;
32
};
33
34
class PerlinNoise
35
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected