This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | spm_map_t |
Defines | |
#define | SEEN_SPM_H seen |
#define | SPM_NULL (spm_map_t *)0 |
#define | SPM_MAGIC 0x41278678 |
#define | RT_CK_SPM(smp) BU_CKMAG(smp, SPM_MAGIC, "spm_map_t" ) |
#define | BN_CK_SPM(smp) BU_CKMAG(smp, SPM_MAGIC, "spm_map_t" ) |
Functions | |
spm_map_t * | spm_init () |
void | spm_free () |
void | spm_read () |
void | spm_write () |
char * | spm_get () |
int | spm_load () |
int | spm_save () |
int | spm_pix_load () |
int | spm_pix_save () |
void | spm_dump () |
int | spm_px_load (spm_map_t *mapp, char *filename, int nx, int ny) |
Definition in file spm.h.