|
BRL-CAD
|
#include <spm.h>
Data Fields | |
| uint32_t | magic |
| int | ny |
| Number of "y" bins. More... | |
| int * | nx |
| Number of "x" bins per "y" bin. More... | |
| int | elsize |
| Size of each bin element. More... | |
| unsigned char ** | xbin |
| staring addresses of "x" bins More... | |
| unsigned char * | _data |
| For freeing purposes, start of data. More... | |