#include <raytrace.h>
Collaboration diagram for db_full_path:
Data Fields | |
long | magic |
int | fp_len |
int | fp_maxlen |
directory ** | fp_names |
array of dir pointers |
For collecting paths through the database tree
Definition at line 250 of file raytrace.h.
|
Definition at line 251 of file raytrace.h. Referenced by db_full_path_init(), db_string_to_path(), rt_free_soltab(), and rt_tcl_pr_hit(). |
|
|
Definition at line 253 of file raytrace.h. Referenced by db_add_node_to_full_path(), db_extend_full_path(), db_full_path_init(), and db_string_to_path(). |
|
array of dir pointers
Definition at line 254 of file raytrace.h. Referenced by db_add_node_to_full_path(), db_append_full_path(), db_apply_anims(), db_detect_cycle(), db_extend_full_path(), db_follow_path(), db_full_path_appendresult(), db_full_path_init(), db_full_path_search(), db_full_path_subset(), db_identical_full_paths(), db_path_to_string(), db_path_to_vls(), db_recurse_subtree(), db_string_to_path(), dgo_get_autoview_cmd(), dgo_how_cmd(), dgo_set_transparency_cmd(), and wdb_get_obj_bounds(). |