BRL-CAD
Loading...
Searching...
No Matches
gcv_region_end_data Struct Reference

#include <util.h>

Collaboration diagram for gcv_region_end_data:
[legend]

Data Fields

void(* write_region )(struct nmgregion *r, const struct db_full_path *pathp, struct db_tree_state *tsp, void *client_data)
 
struct bu_listvlfree
 
voidclient_data
 

Detailed Description

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.

Definition at line 66 of file util.h.

Field Documentation

◆ write_region

void(* write_region) (struct nmgregion *r, const struct db_full_path *pathp, struct db_tree_state *tsp, void *client_data)

Definition at line 68 of file util.h.

◆ vlfree

struct bu_list* vlfree

Definition at line 69 of file util.h.

◆ client_data

void* client_data

Definition at line 70 of file util.h.


The documentation for this struct was generated from the following file: