BRL-CAD
|
#include <tree.h>
Data Fields | |
uint32_t | magic |
struct db_i * | ts_dbip |
int | ts_sofar |
Flag bits. More... | |
int | ts_regionid |
GIFT compat region ID code. More... | |
int | ts_aircode |
GIFT compat air code. More... | |
int | ts_gmater |
GIFT compat material code. More... | |
int | ts_los |
equivalent LOS estimate More... | |
struct mater_info | ts_mater |
material properties More... | |
mat_t | ts_mat |
transform matrix More... | |
int | ts_is_fastgen |
REGION_NON_FASTGEN/_PLATE/_VOLUME. More... | |
struct bu_attribute_value_set | ts_attrs |
attribute/value structure More... | |
int | ts_stop_at_regions |
else stop at solids More... | |
int(* | ts_region_start_func )(struct db_tree_state *tsp, const struct db_full_path *pathp, const struct rt_comb_internal *comb, void *client_data) |
callback during DAG downward traversal called on region nodes More... | |
union tree *(* | ts_region_end_func )(struct db_tree_state *tsp, const struct db_full_path *pathp, union tree *curtree, void *client_data) |
callback during DAG upward traversal called on region nodes More... | |
union tree *(* | ts_leaf_func )(struct db_tree_state *tsp, const struct db_full_path *pathp, struct rt_db_internal *ip, void *client_data) |
callback during DAG traversal called on leaf primitive nodes More... | |
const struct bg_tess_tol * | ts_ttol |
Tessellation tolerance. More... | |
const struct bn_tol * | ts_tol |
Math tolerance. More... | |
struct model ** | ts_m |
ptr to ptr to NMG "model" More... | |
struct rt_i * | ts_rtip |
Helper for rt_gettrees() More... | |
struct resource * | ts_resp |
Per-CPU data. More... | |
State for database tree walker db_walk_tree() and related user-provided handler routines.
struct mater_info ts_mater |
struct bu_attribute_value_set ts_attrs |
int(* ts_region_start_func) (struct db_tree_state *tsp, const struct db_full_path *pathp, const struct rt_comb_internal *comb, void *client_data) |
union tree *(* ts_region_end_func) (struct db_tree_state *tsp, const struct db_full_path *pathp, union tree *curtree, void *client_data) |
union tree *(* ts_leaf_func) (struct db_tree_state *tsp, const struct db_full_path *pathp, struct rt_db_internal *ip, void *client_data) |
const struct bg_tess_tol* ts_ttol |
struct rt_i* ts_rtip |
Helper for rt_gettrees()