MCPcopy 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

26using namespace std;
27
28struct Bitmap {
29 unsigned char *ptr;
30 unsigned width;
31 unsigned height;
32};
33
34class PerlinNoise
35{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected