BRL-CAD
|
#include <util.h>
Data Fields | |
void(* | write_region )(struct nmgregion *r, const struct db_full_path *pathp, struct db_tree_state *tsp, void *client_data) |
void * | client_data |
write_region is a function pointer to a routine that will write out the region in a given file format.
This routine must be prepared to run in parallel.
void(* write_region) (struct nmgregion *r, const struct db_full_path *pathp, struct db_tree_state *tsp, void *client_data) |