#include <spm.h>
Data Fields | |
long | magic |
int | ny |
Number of "y" bins. | |
int * | nx |
Number of "x" bins per "y" bin. | |
int | elsize |
Size of each bin element. | |
unsigned char ** | xbin |
staring addresses of "x" bins | |
unsigned char * | _data |
For freeing purposes, start of data. |
Definition at line 53 of file spm.h.
|
|
|
Number of "y" bins.
Definition at line 55 of file spm.h. Referenced by spm_dump(), spm_load(), spm_px_load(), and spm_save(). |
|
Number of "x" bins per "y" bin.
Definition at line 56 of file spm.h. Referenced by spm_dump(), spm_free(), spm_load(), spm_px_load(), and spm_save(). |
|
Size of each bin element.
Definition at line 57 of file spm.h. Referenced by spm_dump(), spm_load(), and spm_save(). |
|
staring addresses of "x" bins
Definition at line 58 of file spm.h. Referenced by spm_dump(), spm_free(), and spm_save(). |
|
For freeing purposes, start of data.
Definition at line 59 of file spm.h. Referenced by spm_dump(), spm_free(), and spm_load(). |