BRL-CAD
|
Serialize and de-serialize NMG models. More...
Files | |
file | io.h |
Data Structures | |
struct | nmg_rec |
Macros | |
#define | V4_NAMESIZE 16 |
#define | DISK_MODEL_VERSION 1 /* V0 was Release 4.0 */ |
Functions | |
struct model * | nmg_import (const struct bu_external *ep, const mat_t mat, int record_sizeof) |
int | nmg_export (struct bu_external *ep, struct model *m, double local2mm, int ver) |
Serialize and de-serialize NMG models.
struct model * nmg_import | ( | const struct bu_external * | ep, |
const mat_t | mat, | ||
int | record_sizeof | ||
) |
int nmg_export | ( | struct bu_external * | ep, |
struct model * | m, | ||
double | local2mm, | ||
int | ver | ||
) |