BRL-CAD
gcv_region_end_data Struct Reference

#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
 

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.

◆ client_data

void* client_data

Definition at line 69 of file util.h.


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