#include <raytrace.h>
Data Fields | |
long | magic |
int | tl_op |
leaf, OP_DB_LEAF | |
matp_t | tl_mat |
xform matp, NULL ==> identity | |
char * | tl_name |
Name of this leaf (bu_strdup'ed). |
Definition at line 1122 of file raytrace.h.
|
Definition at line 1123 of file raytrace.h. Referenced by wdb_combadd(). |
|
leaf, OP_DB_LEAF
Definition at line 1124 of file raytrace.h. Referenced by wdb_combadd(). |
|
xform matp, NULL ==> identity
Definition at line 1125 of file raytrace.h. Referenced by build_etree(), db_apply_state_from_memb(), db_dup_subtree(), db_recurse_subtree(), db_tcl_tree_describe(), db_tree_counter(), db_tree_describe(), db_tree_mul_dbleaf(), Do_copy_membs(), rt_comb_export4(), rt_comb_v5_serialize(), wdb_add_operand(), and wdb_combadd(). |
|
Name of this leaf (bu_strdup'ed).
Definition at line 1126 of file raytrace.h. Referenced by build_etree(), db_apply_state_from_memb(), db_apply_state_from_one_member(), db_ck_tree(), db_count_refs(), db_detect_cycle(), db_dup_subtree(), db_find_named_leaf(), db_find_named_leafs_parent(), db_functree_subtree(), db_recurse_subtree(), db_tcl_tree_describe(), db_traverse_subtree(), db_tree_counter(), db_tree_describe(), Do_copy_membs(), Do_ref_incr(), rt_comb_export4(), rt_comb_v5_serialize(), rt_pr_tree_str(), wdb_add_operand(), wdb_check_syntax(), and wdb_combadd(). |