#include "common.h"#include <stdlib.h>#include <stdio.h>#include <math.h>#include <string.h>#include "machine.h"#include "bu.h"#include "vmath.h"#include "bn.h"#include "nmg.h"#include "rtgeom.h"#include "raytrace.h"#include "../librt/debug.h"Include dependency graph for comb.c:

Go to the source code of this file.
Functions | |
| void | Print_tree (union tree *tree) |
| int | main (int argc, char *argv[]) |
Authors - John R. Anderson Michael John Muuss
Source - The U. S. Army Research Laboratory Aberdeen Proving Ground, Maryland 21005-5068 USA
Definition in file comb.c.
|
|
Definition at line 61 of file comb.c. References bu_free(), NULL, and rt_pr_tree_str(). Referenced by main(). Here is the call graph for this function: ![]() |
|
||||||||||||
|
Definition at line 76 of file comb.c. References rt_comb_internal::aircode, bu_debug, BU_DEBUG_COREDUMP, BU_DEBUG_MEM_CHECK, bu_log(), bu_mem_barriercheck(), bu_vls_addr(), bu_vls_free(), bu_vls_init(), directory::d_namep, db_ck_v4gift_tree(), db_dirbuild(), db_lookup(), db_open(), rt_comb_internal::GIFTmater, ID_COMBINATION, rt_db_internal::idb_ptr, rt_comb_internal::los, MAT_IDN, rt_comb_internal::material, NULL, perror(), Print_tree(), rt_comb_internal::region_flag, rt_comb_internal::region_id, rt_comb_internal::rgb, rt_comb_internal::rgb_valid, RT_CK_COMB, RT_CK_DB_INTERNAL, rt_db_free_internal(), rt_db_get_internal(), rt_init_resource(), rt_pr_tree(), rt_pr_tree_vls(), rt_uniresource, rt_comb_internal::shader, rt_comb_internal::tree, and V3ARGS. Here is the call graph for this function: ![]() |
1.4.6