BRL-CAD
|
Go to the source code of this file.
Macros | |
#define | DEFAULT_DB_TITLE "Untitled BRL-CAD Database" |
Functions | |
struct db_i * | db_open_inmem (void) |
struct db_i * | db_create_inmem (void) |
void | db_inmem (struct directory *dp, struct bu_external *ext, int flags, struct db_i *dbip) |
Routines in support of maintaining geometry in-memory-only. The general process for adding geometry to an inmem database is to either:
1) call wdb_export_external() providing an external representation of the geometry object and a flag marking it as in-memory (preferred), or
2) call db_diradd() and mark the directory entry as in-memory via a call to db_inmem() providing an external representation.
Definition in file db_inmem.c.