Deprecated


Files

file  compat4.h
file  conf.h
file  msr.h
file  rtlist.h
file  rtstring.h

Defines

#define SEEN_COMPAT4_H   seen
#define GETSTRUCT   BU_GETSTRUCT
#define GETUNION   BU_GETUNION
#define RT_CKMAG   BU_CKMAG
#define RT_TOL_MAGIC   BN_TOL_MAGIC
#define RT_CK_TOL   BN_CK_TOL
#define RT_VECT_ARE_PARALLEL   BN_VECT_ARE_PARALLEL
#define RT_VECT_ARE_PERP   BN_VECT_ARE_PERP
#define rt_badmagic   bu_badmagic
#define RT_SETJUMP   BU_SETJUMP
#define RT_UNSETJUMP   BU_UNSETJUMP
#define rt_pi   bn_pi
#define rt_twopi   bn_twopi
#define rt_halfpi   bn_halfpi
#define rt_quarterpi   bn_quarterpi
#define rt_invpi   bn_invpi
#define rt_inv2pi   bn_inv2pi
#define rt_inv4pi   bn_inv4pi
#define rt_inv255   bn_inv255
#define rt_degtorad   bn_degtorad
#define rt_radtodeg   bn_radtodeg
#define histogram   bu_hist
#define RT_HISTOGRAM_MAGIC   BU_HIST_MAGIC
#define RT_CK_HISTOGRAM   BU_CK_HIST
#define RT_HISTOGRAM_TALLY   BU_HIST_TALLY
#define rt_hist_free   bu_hist_free
#define rt_hist_init   bu_hist_init
#define rt_hist_range   bu_hist_range
#define rt_hist_pr   bu_hist_pr
#define rt_list_len   bu_list_len
#define rt_list_reverse   bu_list_reverse
#define rt_list   bu_list
#define RT_LIST_HEAD_MAGIC   BU_LIST_HEAD_MAGIC
#define RT_LIST_NULL   BU_LIST_NULL
#define RT_LIST_INSERT   BU_LIST_INSERT
#define RT_LIST_APPEND   BU_LIST_APPEND
#define RT_LIST_DEQUEUE   BU_LIST_DEQUEUE
#define RT_LIST_PUSH   BU_LIST_PUSH
#define RT_LIST_POP   BU_LIST_POP
#define RT_LIST_INSERT_LIST   BU_LIST_INSERT_LIST
#define RT_LIST_APPEND_LIST   BU_LIST_APPEND_LIST
#define RT_LIST_IS_EMPTY   BU_LIST_IS_EMPTY
#define RT_LIST_NON_EMPTY   BU_LIST_NON_EMPTY
#define RT_LIST_NON_EMPTY_P   BU_LIST_NON_EMPTY_P
#define RT_LIST_IS_CLEAR   BU_LIST_IS_CLEAR
#define RT_LIST_UNINITIALIZED   BU_LIST_UNINITIALIZED
#define RT_LIST_INIT   BU_LIST_INIT
#define RT_LIST_MAGIC_SET   BU_LIST_MAGIC_SET
#define RT_LIST_MAGIC_OK   BU_LIST_MAGIC_OK
#define RT_LIST_MAGIC_WRONG   BU_LIST_MAGIC_WRONG
#define RT_LIST_LAST   BU_LIST_LAST
#define RT_LIST_PREV   BU_LIST_PREV
#define RT_LIST_FIRST   BU_LIST_FIRST
#define RT_LIST_NEXT   BU_LIST_NEXT
#define RT_LIST_IS_HEAD   BU_LIST_IS_HEAD
#define RT_LIST_NOT_HEAD   BU_LIST_NOT_HEAD
#define RT_CK_LIST_HEAD   BU_CK_LIST_HEAD
#define RT_LIST_NEXT_IS_HEAD   BU_LIST_NEXT_IS_HEAD
#define RT_LIST_NEXT_NOT_HEAD   BU_LIST_NEXT_NOT_HEAD
#define RT_LIST_FOR   BU_LIST_FOR
#define RT_LIST_FOR2   BU_LIST_FOR2
#define RT_LIST_WHILE   BU_LIST_WHILE
#define RT_LIST_FIRST_MAGIC   BU_LIST_FIRST_MAGIC
#define RT_LIST_LAST_MAGIC   BU_LIST_LAST_MAGIC
#define RT_LIST_PNEXT   BU_LIST_PNEXT
#define RT_LIST_PLAST   BU_LIST_PLAST
#define RT_LIST_PNEXT_PNEXT   BU_LIST_PNEXT_PNEXT
#define RT_LIST_PNEXT_PLAST   BU_LIST_PNEXT_PLAST
#define RT_LIST_PLAST_PNEXT   BU_LIST_PLAST_PNEXT
#define RT_LIST_PLAST_PLAST   BU_LIST_PLAST_PLAST
#define RT_LIST_PNEXT_CIRC   BU_LIST_PNEXT_CIRC
#define RT_LIST_PPREV_CIRC   BU_LIST_PPREV_CIRC
#define RT_LIST_PLAST_CIRC   BU_LIST_PPREV_CIRC
#define RT_LIST_MAIN_PTR   BU_LIST_MAIN_PTR
#define rt_log   bu_log
#define rt_log   bu_log
#define rt_add_hook   bu_add_hook
#define rt_delete_hook   bu_delete_hook
#define rt_putchar   bu_putchar
#define rt_flog   bu_flog
#define rt_identify_magic   bu_identify_magic
#define rt_malloc(_cnt, _str)   ((char *)bu_malloc(_cnt,_str))
#define rt_free(_ptr, _str)   bu_free((genptr_t)(_ptr),_str)
#define rt_realloc(_p, _ct, _str)   ((char *)bu_realloc(_p,_ct,_str))
#define rt_calloc(_n, _sz, _str)   ((char *)bu_calloc(_n,_sz,_str))
#define rt_prmem   bu_prmem
#define rt_strdup   bu_strdup
#define rt_byte_roundup   bu_malloc_len_roundup
#define rt_ck_malloc_ptr(_p, _s)   bu_ck_malloc_ptr((genptr_t)_p,_s)
#define rt_mem_barriercheck   bu_mem_barriercheck
#define rt_mapped_file   bu_mapped_file
#define rt_open_mapped_file   bu_open_mapped_file
#define rt_close_mapped_file   bu_close_mapped_file
#define RT_CK_MAPPED_FILE   BU_CK_MAPPED_FILE
#define rt_identity   bn_mat_identity
#define rt_mat_is_equal   bn_mat_is_equal
#define vtoh_move(_d, _s)   bn_vtoh_move(_d,_s)
#define htov_move(_d, _s)   bn_htov_move(_d,_s)
#define ae_vec(_az, _el, _vec)   bn_ae_vec(_az,_el,_vec)
#define eigen2x2(_val1, _val2, _vec1, _vec2, _a, _b, _c)   bn_eigen2x2(_val1,_val2,_vec1,_vec2,_a,_b,_c)
#define vec_ortho(_d, _s)   bn_vec_ortho(_d,_s)
#define vec_perp(_d, _s)   bn_vec_perp(_d,_s)
#define mat_degtorad   bn_degtorad
#define mat_radtodeg   bn_radtodeg
#define mat_identity   bn_mat_identity
#define mat_print   bn_mat_print
#define mat_atan2   bn_atan2
#define mat_zero   MAT_ZERO
#define mat_idn   MAT_IDN
#define mat_copy   MAT_COPY
#define mat_mul   bn_mat_mul
#define mat_mul2   bn_mat_mul2
#define matXvec   bn_matXvec
#define mat_inv   bn_mat_inv
#define mat_vtoh_move   bn_vtoh_move
#define mat_htov_move   bn_htov_move
#define mat_trn   bn_mat_trn
#define mat_ae   bn_mat_ae
#define mat_ae_vec   bn_ae_vec
#define mat_aet_vec   bn_aet_vec
#define mat_angles   bn_mat_angles
#define mat_eigen2x2   bn_eigen2x2
#define mat_vec_perp   bn_vec_perp
#define mat_fromto   bn_mat_fromto
#define mat_xrot   bn_mat_xrot
#define mat_yrot   bn_mat_yrot
#define mat_zrot   bn_mat_zrot
#define mat_lookat   bn_mat_lookat
#define mat_vec_ortho   bn_vec_ortho
#define mat_scale_about_pt   bn_mat_scale_about_pt
#define mat_xform_about_pt   bn_mat_xform_about_pt
#define mat_is_identity   bn_mat_is_identity
#define mat_arb_rot   bn_mat_arb_rot
#define mat_dup   bn_mat_dup
#define mat_is_equal   bn_mat_is_equal
#define msr_unif_init   bn_unif_init
#define msr_unif_long_fill   bn_unif_long_fill
#define msr_unif_double_fill   bn_unif_double_fill
#define msr_gauss_init   bn_gauss_init
#define msr_gauss_fill   bn_gauss_fill
#define msr_unif   bn_unif
#define msr_gauss   bn_gauss
#define MSR_CK_UNIF   BN_CK_UNIF
#define MSR_CK_GAUSS   BN_CK_GAUSS
#define MSR_UNIF_LONG   BN_UNIF_LONG
#define MSR_UNIF_DOUBLE   BN_UNIF_DOUBLE
#define MSR_UNIF_CIRCLE   BN_UNIF_CIRCLE
#define MSR_UNIF_SPHERE   BN_UNIF_SPHERE
#define MSR_GAUSS_DOUBLE   BN_GAUSS_DOUBLE
#define noise_init   bn_noise_init
#define noise_perlin   bn_noise_perlin
#define noise_vec   bn_noise_vec
#define noise_fbm   bn_noise_fbm
#define noise_turb   bn_noise_turb
#define rt_pri_set   bu_nice_set
#define rt_cpuget   bu_cpulimit_get
#define rt_cpuset   bu_cpulimit_set
#define rt_avail_cpus   bu_avail_cpus
#define rt_parallel   bu_parallel
#define rt_struct_export   bu_struct_export
#define rt_struct_import   bu_struct_import
#define rt_struct_put   bu_struct_put
#define rt_struct_get   bu_struct_get
#define rt_gshort   bu_gshort
#define rt_glong   bu_glong
#define rt_pshort   bu_pshort
#define rt_plong   bu_plong
#define rt_struct_buf   bu_struct_wrap_buf
#define rt_structparse   bu_struct_parse
#define structparse   bu_structparse
#define rt_vls_item_print(v, sp, b)   bu_vls_struct_item( v, sp, b, ',' )
#define rt_vls_item_print_nc(v, sp, b)   bu_vls_struct_item( v, sp, b, ' ' )
#define rt_vls_name_print(v, sp, n, b)   bu_vls_struct_item_named( v, sp, n, b, ',' )
#define rt_vls_name_print_nc(v, sp, n, b)   bu_vls_struct_item_named( v, sp, n, b, ' ' )
#define rt_structprint   bu_struct_print
#define rt_vls_structprint   bu_vls_struct_print
#define offsetof(_t, _m)   (int)(&(((_t *)0)->_m))
#define offsetofarray   bu_offsetofarray
#define FUNC_NULL   BU_STRUCTPARSE_FUNC_NULL
#define rt_external   bu_external
#define RT_EXTERNAL_MAGIC   BU_EXTERNAL_MAGIC
#define RT_INIT_EXTERNAL   BU_INIT_EXTERNAL
#define RT_CK_EXTERNAL   BU_CK_EXTERNAL
#define rb_tree   bu_rb_tree
#define RB_TREE_NULL   BU_RB_TREE_NULL
#define rb_min   bu_rb_min
#define rb_max   bu_rb_max
#define rb_pred   bu_rb_pred
#define rb_succ   bu_rb_succ
#define rb_create   bu_rb_create
#define rb_create1   bu_rb_create1
#define rb_delete   bu_rb_delete
#define rb_diagnose_tree   bu_rb_diagnose_tree
#define rb_extreme   bu_rb_extreme
#define rb_insert   bu_rb_insert
#define rb_neighbor   bu_rb_neighbor
#define rb_search   bu_rb_search
#define rb_search1   bu_rb_search1
#define rb_summarize_tree   bu_rb_summarize_tree
#define rb_walk   bu_rb_walk
#define rb_walk1   bu_rb_walk1
#define rt_dist_pt3_lseg3   bn_dist_pt3_lseg3
#define rt_3pts_collinear   bn_3pts_collinear
#define rt_pt3_pt3_equal   bn_pt3_pt3_equal
#define rt_dist_pt2_lseg2   bn_dist_pt2_lseg2
#define rt_isect_lseg3_lseg3   bn_isect_lseg3_lseg3
#define rt_isect_line3_line3   bn_isect_line3_line3
#define rt_2line3_colinear   bn_2line3_colinear
#define rt_isect_pt2_lseg2   bn_isect_pt2_lseg2
#define rt_isect_line2_lseg2   bn_isect_line2_lseg2
#define rt_isect_lseg2_lseg2   bn_isect_lseg2_lseg2
#define rt_isect_line2_line2   bn_isect_line2_line2
#define rt_dist_line_point   bn_dist_line3_pt3
#define rt_dist_pt3_pt3   bn_dist_pt3_pt3
#define rt_3pts_distinct   bn_3pts_distinct
#define rt_mk_plane_3pts   bn_mk_plane_3pts
#define rt_mkpoint_3planes   bn_mkpoint_3planes
#define rt_isect_line3_plane   bn_isect_line3_plane
#define rt_isect_2planes   bn_isect_2planes
#define rt_isect_2lines   bn_isect_2lines
#define rt_isect_line_lseg   bn_isect_line_lseg
#define rt_dist_line3_pt3   bn_dist_line3_pt3
#define rt_distsq_line3_pt3   bn_distsq_line3_pt3
#define rt_dist_line_origin   bn_dist_line_origin
#define rt_dist_line2_point2   bn_dist_line2_point2
#define rt_distsq_line2_point2   bn_distsq_line2_point2
#define rt_area_of_triangle   bn_area_of_triangle
#define rt_isect_pt_lseg   bn_isect_pt_lseg
#define rt_dist_pt_lseg   bn_dist_pt_lseg
#define rt_rotate_bbox   bn_rotate_bbox
#define rt_rotate_plane   bn_rotate_plane
#define rt_coplanar   bn_coplanar
#define rt_angle_measure   bn_angle_measure
#define rt_dist_pt3_along_line3   bn_dist_pt3_along_line3
#define rt_dist_pt2_along_line2   bn_dist_pt2_along_line2
#define rt_between   bn_between
#define rt_printb   bu_printb
#define nmg_tbl   bu_ptbl
#define nmg_ptbl   bu_ptbl
#define TBL_INIT   BU_PTBL_INIT
#define TBL_INS   BU_PTBL_INS
#define TBL_LOC   BU_PTBL_LOC
#define TBL_FREE   BU_PTBL_FREE
#define TBL_RST   BU_PTBL_RST
#define TBL_CAT   BU_PTBL_CAT
#define TBL_RM   BU_PTBL_RM
#define TBL_INS_UNIQUE   BU_PTBL_INS_UNIQUE
#define TBL_ZERO   BU_PTBL_ZERO
#define NMG_CK_PTBL   BU_CK_PTBL
#define NMG_TBL_BASEADDR   BU_PTBL_BASEADDR
#define NMG_TBL_LASTADDR   BU_PTBL_LASTADDR
#define NMG_TBL_END   BU_PTBL_END
#define NMG_TBL_GET   BU_PTBL_GET
#define RT_RAND_TABSIZE   BN_RAND_TABSIZE
#define RT_RANDSEED   BN_RANDSEED
#define RT_RANDOM   BN_RANDOM
#define rt_rand_table   bn_rand_table
#define rt_tol   bn_tol
#define rt_vls   bu_vls
#define RT_VLS_CHECK(_vp)   BU_CK_VLS(_vp)
#define RT_VLS_ADDR   bu_vls_addr
#define RT_VLS_INIT   bu_vls_init
#define rt_vls_init   bu_vls_init
#define rt_vls_vlsinit   bu_vls_vlsinit
#define rt_vls_addr   bu_vls_addr
#define rt_vls_strdup   bu_vls_strdup
#define rt_vls_strgrab   bu_vls_strgrab
#define rt_vls_extend   bu_vls_extend
#define rt_vls_setlen   bu_vls_setlen
#define rt_vls_strlen   bu_vls_strlen
#define rt_vls_trunc   bu_vls_trunc
#define rt_vls_trunc2   bu_vls_trunc2
#define rt_vls_nibble   bu_vls_nibble
#define rt_vls_free   bu_vls_free
#define rt_vls_vlsfree   bu_vls_vlsfree
#define rt_vls_strcpy   bu_vls_strcpy
#define rt_vls_strncpy   bu_vls_strncpy
#define rt_vls_strcat   bu_vls_strcat
#define rt_vls_strncat   bu_vls_strncat
#define rt_vls_vlscat   bu_vls_vlscat
#define rt_vls_vlscatzap   bu_vls_vlscatzap
#define rt_vls_from_argv   bu_vls_from_argv
#define rt_vls_fwrite   bu_vls_fwrite
#define rt_vls_gets   bu_vls_gets
#define rt_vls_putc   bu_vls_putc
#define rt_vls_printf   bu_vls_printf
#define complex   bn_complex_t
#define CxCopy   bn_cx_copy
#define CxNeg   bn_cx_neg
#define CxReal   bn_cx_real
#define CxImag   bn_cx_imag
#define CxAdd   bn_cx_add
#define CxAmpl   bn_cx_ampl
#define CxAmplSq   bn_cx_amplsq
#define CxConj   bn_cx_conj
#define CxCons   bn_cx_cons
#define CxPhas   bn_cx_phas
#define CxScal   bn_cx_scal
#define CxSub   bn_cx_sub
#define CxMul   bn_cx_mul
#define CxMul2   bn_cx_mul2
#define CxDiv   bn_cx_div
#define CxSqrt(cp)   bn_cx_sqrt( cp, cp )
#define poly   bn_poly_t
#define rt_poly_mul(a, b, prod)   bn_poly_mul(prod,a,b)
#define rt_poly_scale   bn_poly_scale
#define rt_poly_add(a, b, sum)   bn_poly_add(sum,a,b)
#define rt_poly_sub(a, b, diff)   bn_poly_sub(diff,a,b)
#define rt_poly_synthetic_division(dvdend, dvsor, quo, rem)   bn_poly_synthetic_division(quo, rem, dvdend, dvsor)
#define rt_poly_quadratic_roots(p, root)   bn_poly_quadratic_roots(root,p)
#define rt_poly_cubic_roots(p, root)   bn_poly_cubic_roots(root,p)
#define rt_poly_quartic_roots(p, root)   bn_poly_quartic_roots(root,p)
#define rt_pr_poly   bn_pr_poly
#define rt_pr_roots   bn_pr_roots
#define rt_units_conversion   bu_units_conversion
#define rt_units_string   bu_units_string
#define rt_mm_value   bu_mm_value
#define RT_VLIST_CHUNK   BN_VLIST_CHUNK
#define rt_vlist   bn_vlist
#define RT_VLIST_NULL   BN_VLIST_NULL
#define RT_VLIST_MAGIC   BN_VLIST_MAGIC
#define RT_CK_VLIST(_p)   BN_CK_VLIST(_p)
#define RT_VLIST_LINE_MOVE   BN_VLIST_LINE_MOVE
#define RT_VLIST_LINE_DRAW   BN_VLIST_LINE_DRAW
#define RT_VLIST_POLY_START   BN_VLIST_POLY_START
#define RT_VLIST_POLY_MOVE   BN_VLIST_POLY_MOVE
#define RT_VLIST_POLY_DRAW   BN_VLIST_POLY_DRAW
#define RT_VLIST_POLY_END   BN_VLIST_POLY_END
#define RT_VLIST_POLY_VERTNORM   BN_VLIST_POLY_VERTNORM
#define rt_vlblock   bn_vlblock
#define RT_VLBLOCK_MAGIC   BN_VLBLOCK_MAGIC
#define RT_CK_VLBLOCK(_p)   BN_CK_VLBLOCK(_p)
#define rt_vlist_3string(vhead, string, origin, rot, scale)   bn_vlist_3string( vhead, &rt_g.rtg_vlfree, string, origin, rot, scale )
#define rt_vlist_2string(vhead, string, x, y, scale, theta)   bn_vlist_2string( vhead, &rt_g.rtg_vlfree, string, x, y, scale, theta )
#define CONF_H   seen

Define Documentation

#define SEEN_COMPAT4_H   seen
 

Definition at line 42 of file compat4.h.

#define GETSTRUCT   BU_GETSTRUCT
 

Definition at line 47 of file compat4.h.

Referenced by rt_mk_binunif().

#define GETUNION   BU_GETUNION
 

Definition at line 48 of file compat4.h.

#define RT_CKMAG   BU_CKMAG
 

Definition at line 49 of file compat4.h.

#define RT_TOL_MAGIC   BN_TOL_MAGIC
 

Definition at line 50 of file compat4.h.

#define RT_CK_TOL   BN_CK_TOL
 

Definition at line 51 of file compat4.h.

Referenced by rt_pg_to_bot().

#define RT_VECT_ARE_PARALLEL   BN_VECT_ARE_PARALLEL
 

Definition at line 52 of file compat4.h.

#define RT_VECT_ARE_PERP   BN_VECT_ARE_PERP
 

Definition at line 53 of file compat4.h.

#define rt_badmagic   bu_badmagic
 

Definition at line 58 of file compat4.h.

#define RT_SETJUMP   BU_SETJUMP
 

Definition at line 60 of file compat4.h.

#define RT_UNSETJUMP   BU_UNSETJUMP
 

Definition at line 61 of file compat4.h.

#define rt_pi   bn_pi
 

Definition at line 64 of file compat4.h.

#define rt_twopi   bn_twopi
 

Definition at line 65 of file compat4.h.

#define rt_halfpi   bn_halfpi
 

Definition at line 66 of file compat4.h.

#define rt_quarterpi   bn_quarterpi
 

Definition at line 67 of file compat4.h.

#define rt_invpi   bn_invpi
 

Definition at line 68 of file compat4.h.

#define rt_inv2pi   bn_inv2pi
 

Definition at line 69 of file compat4.h.

#define rt_inv4pi   bn_inv4pi
 

Definition at line 70 of file compat4.h.

#define rt_inv255   bn_inv255
 

Definition at line 71 of file compat4.h.

#define rt_degtorad   bn_degtorad
 

Definition at line 73 of file compat4.h.

#define rt_radtodeg   bn_radtodeg
 

Definition at line 74 of file compat4.h.

#define histogram   bu_hist
 

Definition at line 77 of file compat4.h.

#define RT_HISTOGRAM_MAGIC   BU_HIST_MAGIC
 

Definition at line 78 of file compat4.h.

#define RT_CK_HISTOGRAM   BU_CK_HIST
 

Definition at line 79 of file compat4.h.

#define RT_HISTOGRAM_TALLY   BU_HIST_TALLY
 

Definition at line 80 of file compat4.h.

#define rt_hist_free   bu_hist_free
 

Definition at line 81 of file compat4.h.

#define rt_hist_init   bu_hist_init
 

Definition at line 82 of file compat4.h.

#define rt_hist_range   bu_hist_range
 

Definition at line 83 of file compat4.h.

#define rt_hist_pr   bu_hist_pr
 

Definition at line 84 of file compat4.h.

#define rt_list_len   bu_list_len
 

Definition at line 87 of file compat4.h.

#define rt_list_reverse   bu_list_reverse
 

Definition at line 88 of file compat4.h.

#define rt_list   bu_list
 

Definition at line 89 of file compat4.h.

#define RT_LIST_HEAD_MAGIC   BU_LIST_HEAD_MAGIC
 

Definition at line 90 of file compat4.h.

#define RT_LIST_NULL   BU_LIST_NULL
 

Definition at line 91 of file compat4.h.

#define RT_LIST_INSERT   BU_LIST_INSERT
 

Definition at line 92 of file compat4.h.

#define RT_LIST_APPEND   BU_LIST_APPEND
 

Definition at line 93 of file compat4.h.

#define RT_LIST_DEQUEUE   BU_LIST_DEQUEUE
 

Definition at line 94 of file compat4.h.

#define RT_LIST_PUSH   BU_LIST_PUSH
 

Definition at line 95 of file compat4.h.

#define RT_LIST_POP   BU_LIST_POP
 

Definition at line 96 of file compat4.h.

#define RT_LIST_INSERT_LIST   BU_LIST_INSERT_LIST
 

Definition at line 97 of file compat4.h.

#define RT_LIST_APPEND_LIST   BU_LIST_APPEND_LIST
 

Definition at line 98 of file compat4.h.

#define RT_LIST_IS_EMPTY   BU_LIST_IS_EMPTY
 

Definition at line 99 of file compat4.h.

#define RT_LIST_NON_EMPTY   BU_LIST_NON_EMPTY
 

Definition at line 100 of file compat4.h.

#define RT_LIST_NON_EMPTY_P   BU_LIST_NON_EMPTY_P
 

Definition at line 101 of file compat4.h.

#define RT_LIST_IS_CLEAR   BU_LIST_IS_CLEAR
 

Definition at line 102 of file compat4.h.

#define RT_LIST_UNINITIALIZED   BU_LIST_UNINITIALIZED
 

Definition at line 103 of file compat4.h.

#define RT_LIST_INIT   BU_LIST_INIT
 

Definition at line 104 of file compat4.h.

#define RT_LIST_MAGIC_SET   BU_LIST_MAGIC_SET
 

Definition at line 105 of file compat4.h.

#define RT_LIST_MAGIC_OK   BU_LIST_MAGIC_OK
 

Definition at line 106 of file compat4.h.

#define RT_LIST_MAGIC_WRONG   BU_LIST_MAGIC_WRONG
 

Definition at line 107 of file compat4.h.

#define RT_LIST_LAST   BU_LIST_LAST
 

Definition at line 108 of file compat4.h.

#define RT_LIST_PREV   BU_LIST_PREV
 

Definition at line 109 of file compat4.h.

#define RT_LIST_FIRST   BU_LIST_FIRST
 

Definition at line 110 of file compat4.h.

#define RT_LIST_NEXT   BU_LIST_NEXT
 

Definition at line 111 of file compat4.h.

#define RT_LIST_IS_HEAD   BU_LIST_IS_HEAD
 

Definition at line 112 of file compat4.h.

#define RT_LIST_NOT_HEAD   BU_LIST_NOT_HEAD
 

Definition at line 113 of file compat4.h.

#define RT_CK_LIST_HEAD   BU_CK_LIST_HEAD
 

Definition at line 114 of file compat4.h.

#define RT_LIST_NEXT_IS_HEAD   BU_LIST_NEXT_IS_HEAD
 

Definition at line 115 of file compat4.h.

#define RT_LIST_NEXT_NOT_HEAD   BU_LIST_NEXT_NOT_HEAD
 

Definition at line 116 of file compat4.h.

#define RT_LIST_FOR   BU_LIST_FOR
 

Definition at line 117 of file compat4.h.

#define RT_LIST_FOR2   BU_LIST_FOR2
 

Definition at line 118 of file compat4.h.

#define RT_LIST_WHILE   BU_LIST_WHILE
 

Definition at line 119 of file compat4.h.

#define RT_LIST_FIRST_MAGIC   BU_LIST_FIRST_MAGIC
 

Definition at line 120 of file compat4.h.

#define RT_LIST_LAST_MAGIC   BU_LIST_LAST_MAGIC
 

Definition at line 121 of file compat4.h.

#define RT_LIST_PNEXT   BU_LIST_PNEXT
 

Definition at line 122 of file compat4.h.

#define RT_LIST_PLAST   BU_LIST_PLAST
 

Definition at line 123 of file compat4.h.

#define RT_LIST_PNEXT_PNEXT   BU_LIST_PNEXT_PNEXT
 

Definition at line 124 of file compat4.h.

#define RT_LIST_PNEXT_PLAST   BU_LIST_PNEXT_PLAST
 

Definition at line 125 of file compat4.h.

#define RT_LIST_PLAST_PNEXT   BU_LIST_PLAST_PNEXT
 

Definition at line 126 of file compat4.h.

#define RT_LIST_PLAST_PLAST   BU_LIST_PLAST_PLAST
 

Definition at line 127 of file compat4.h.

#define RT_LIST_PNEXT_CIRC   BU_LIST_PNEXT_CIRC
 

Definition at line 128 of file compat4.h.

#define RT_LIST_PPREV_CIRC   BU_LIST_PPREV_CIRC
 

Definition at line 129 of file compat4.h.

#define RT_LIST_PLAST_CIRC   BU_LIST_PPREV_CIRC
 

Definition at line 130 of file compat4.h.

#define RT_LIST_MAIN_PTR   BU_LIST_MAIN_PTR
 

Definition at line 131 of file compat4.h.

#define rt_log   bu_log
 

Definition at line 139 of file compat4.h.

#define rt_log   bu_log
 

Definition at line 139 of file compat4.h.

#define rt_add_hook   bu_add_hook
 

Definition at line 136 of file compat4.h.

#define rt_delete_hook   bu_delete_hook
 

Definition at line 137 of file compat4.h.

#define rt_putchar   bu_putchar
 

Definition at line 138 of file compat4.h.

#define rt_flog   bu_flog
 

Definition at line 140 of file compat4.h.

#define rt_identify_magic   bu_identify_magic
 

Definition at line 143 of file compat4.h.

#define rt_malloc _cnt,
_str   )     ((char *)bu_malloc(_cnt,_str))
 

Definition at line 146 of file compat4.h.

#define rt_free _ptr,
_str   )     bu_free((genptr_t)(_ptr),_str)
 

Definition at line 147 of file compat4.h.

#define rt_realloc _p,
_ct,
_str   )     ((char *)bu_realloc(_p,_ct,_str))
 

Definition at line 148 of file compat4.h.

Referenced by db_add_node_to_full_path(), db_extend_full_path(), nmg_enlist_one_vu(), nmg_enlist_vu(), nmg_show_broken_classifier_stuff(), and rt_grow_boolstack().

#define rt_calloc _n,
_sz,
_str   )     ((char *)bu_calloc(_n,_sz,_str))
 

Definition at line 149 of file compat4.h.

#define rt_prmem   bu_prmem
 

Definition at line 150 of file compat4.h.

#define rt_strdup   bu_strdup
 

Definition at line 151 of file compat4.h.

#define rt_byte_roundup   bu_malloc_len_roundup
 

Definition at line 152 of file compat4.h.

#define rt_ck_malloc_ptr _p,
_s   )     bu_ck_malloc_ptr((genptr_t)_p,_s)
 

Definition at line 153 of file compat4.h.

#define rt_mem_barriercheck   bu_mem_barriercheck
 

Definition at line 154 of file compat4.h.

#define rt_mapped_file   bu_mapped_file
 

Definition at line 157 of file compat4.h.

#define rt_open_mapped_file   bu_open_mapped_file
 

Definition at line 158 of file compat4.h.

#define rt_close_mapped_file   bu_close_mapped_file
 

Definition at line 159 of file compat4.h.

#define RT_CK_MAPPED_FILE   BU_CK_MAPPED_FILE
 

Definition at line 160 of file compat4.h.

#define rt_identity   bn_mat_identity
 

Definition at line 163 of file compat4.h.

#define rt_mat_is_equal   bn_mat_is_equal
 

Definition at line 164 of file compat4.h.

#define vtoh_move _d,
_s   )     bn_vtoh_move(_d,_s)
 

Definition at line 165 of file compat4.h.

#define htov_move _d,
_s   )     bn_htov_move(_d,_s)
 

Definition at line 166 of file compat4.h.

#define ae_vec _az,
_el,
_vec   )     bn_ae_vec(_az,_el,_vec)
 

Definition at line 167 of file compat4.h.

#define eigen2x2 _val1,
_val2,
_vec1,
_vec2,
_a,
_b,
_c   )     bn_eigen2x2(_val1,_val2,_vec1,_vec2,_a,_b,_c)
 

Definition at line 168 of file compat4.h.

Referenced by rt_ehy_curve(), and rt_epa_curve().

#define vec_ortho _d,
_s   )     bn_vec_ortho(_d,_s)
 

Definition at line 170 of file compat4.h.

#define vec_perp _d,
_s   )     bn_vec_perp(_d,_s)
 

Definition at line 171 of file compat4.h.

#define mat_degtorad   bn_degtorad
 

Definition at line 173 of file compat4.h.

#define mat_radtodeg   bn_radtodeg
 

Definition at line 174 of file compat4.h.

#define mat_identity   bn_mat_identity
 

Definition at line 175 of file compat4.h.

#define mat_print   bn_mat_print
 

Definition at line 176 of file compat4.h.

#define mat_atan2   bn_atan2
 

Definition at line 177 of file compat4.h.

#define mat_zero   MAT_ZERO
 

Definition at line 178 of file compat4.h.

#define mat_idn   MAT_IDN
 

Definition at line 179 of file compat4.h.

#define mat_copy   MAT_COPY
 

Definition at line 180 of file compat4.h.

#define mat_mul   bn_mat_mul
 

Definition at line 181 of file compat4.h.

#define mat_mul2   bn_mat_mul2
 

Definition at line 182 of file compat4.h.

#define matXvec   bn_matXvec
 

Definition at line 183 of file compat4.h.

#define mat_inv   bn_mat_inv
 

Definition at line 184 of file compat4.h.

#define mat_vtoh_move   bn_vtoh_move
 

Definition at line 185 of file compat4.h.

#define mat_htov_move   bn_htov_move
 

Definition at line 186 of file compat4.h.

#define mat_trn   bn_mat_trn
 

Definition at line 187 of file compat4.h.

#define mat_ae   bn_mat_ae
 

Definition at line 188 of file compat4.h.

#define mat_ae_vec   bn_ae_vec
 

Definition at line 189 of file compat4.h.

#define mat_aet_vec   bn_aet_vec
 

Definition at line 190 of file compat4.h.

#define mat_angles   bn_mat_angles
 

Definition at line 191 of file compat4.h.

#define mat_eigen2x2   bn_eigen2x2
 

Definition at line 192 of file compat4.h.

#define mat_vec_perp   bn_vec_perp
 

Definition at line 193 of file compat4.h.

#define mat_fromto   bn_mat_fromto
 

Definition at line 194 of file compat4.h.

#define mat_xrot   bn_mat_xrot
 

Definition at line 195 of file compat4.h.

#define mat_yrot   bn_mat_yrot
 

Definition at line 196 of file compat4.h.

#define mat_zrot   bn_mat_zrot
 

Definition at line 197 of file compat4.h.

#define mat_lookat   bn_mat_lookat
 

Definition at line 198 of file compat4.h.

#define mat_vec_ortho   bn_vec_ortho
 

Definition at line 199 of file compat4.h.

#define mat_scale_about_pt   bn_mat_scale_about_pt
 

Definition at line 200 of file compat4.h.

#define mat_xform_about_pt   bn_mat_xform_about_pt
 

Definition at line 201 of file compat4.h.

#define mat_is_identity   bn_mat_is_identity
 

Definition at line 202 of file compat4.h.

#define mat_arb_rot   bn_mat_arb_rot
 

Definition at line 203 of file compat4.h.

#define mat_dup   bn_mat_dup
 

Definition at line 204 of file compat4.h.

#define mat_is_equal   bn_mat_is_equal
 

Definition at line 205 of file compat4.h.

#define msr_unif_init   bn_unif_init
 

Definition at line 209 of file compat4.h.

#define msr_unif_long_fill   bn_unif_long_fill
 

Definition at line 210 of file compat4.h.

#define msr_unif_double_fill   bn_unif_double_fill
 

Definition at line 211 of file compat4.h.

#define msr_gauss_init   bn_gauss_init
 

Definition at line 212 of file compat4.h.

#define msr_gauss_fill   bn_gauss_fill
 

Definition at line 213 of file compat4.h.

#define msr_unif   bn_unif
 

Definition at line 214 of file compat4.h.

#define msr_gauss   bn_gauss
 

Definition at line 215 of file compat4.h.

#define MSR_CK_UNIF   BN_CK_UNIF
 

Definition at line 216 of file compat4.h.

#define MSR_CK_GAUSS   BN_CK_GAUSS
 

Definition at line 217 of file compat4.h.

#define MSR_UNIF_LONG   BN_UNIF_LONG
 

Definition at line 218 of file compat4.h.

#define MSR_UNIF_DOUBLE   BN_UNIF_DOUBLE
 

Definition at line 219 of file compat4.h.

#define MSR_UNIF_CIRCLE   BN_UNIF_CIRCLE
 

Definition at line 220 of file compat4.h.

#define MSR_UNIF_SPHERE   BN_UNIF_SPHERE
 

Definition at line 221 of file compat4.h.

#define MSR_GAUSS_DOUBLE   BN_GAUSS_DOUBLE
 

Definition at line 222 of file compat4.h.

#define noise_init   bn_noise_init
 

Definition at line 225 of file compat4.h.

#define noise_perlin   bn_noise_perlin
 

Definition at line 226 of file compat4.h.

#define noise_vec   bn_noise_vec
 

Definition at line 227 of file compat4.h.

#define noise_fbm   bn_noise_fbm
 

Definition at line 228 of file compat4.h.

#define noise_turb   bn_noise_turb
 

Definition at line 229 of file compat4.h.

#define rt_pri_set   bu_nice_set
 

Definition at line 232 of file compat4.h.

#define rt_cpuget   bu_cpulimit_get
 

Definition at line 233 of file compat4.h.

#define rt_cpuset   bu_cpulimit_set
 

Definition at line 234 of file compat4.h.

#define rt_avail_cpus   bu_avail_cpus
 

Definition at line 235 of file compat4.h.

#define rt_parallel   bu_parallel
 

Definition at line 236 of file compat4.h.

#define rt_struct_export   bu_struct_export
 

Definition at line 239 of file compat4.h.

#define rt_struct_import   bu_struct_import
 

Definition at line 240 of file compat4.h.

#define rt_struct_put   bu_struct_put
 

Definition at line 241 of file compat4.h.

#define rt_struct_get   bu_struct_get
 

Definition at line 242 of file compat4.h.

#define rt_gshort   bu_gshort
 

Definition at line 243 of file compat4.h.

#define rt_glong   bu_glong
 

Definition at line 244 of file compat4.h.

#define rt_pshort   bu_pshort
 

Definition at line 245 of file compat4.h.

#define rt_plong   bu_plong
 

Definition at line 246 of file compat4.h.

#define rt_struct_buf   bu_struct_wrap_buf
 

Definition at line 247 of file compat4.h.

#define rt_structparse   bu_struct_parse
 

Definition at line 248 of file compat4.h.

#define structparse   bu_structparse
 

Definition at line 249 of file compat4.h.

#define rt_vls_item_print v,
sp,
 )     bu_vls_struct_item( v, sp, b, ',' )
 

Definition at line 251 of file compat4.h.

#define rt_vls_item_print_nc v,
sp,
 )     bu_vls_struct_item( v, sp, b, ' ' )
 

Definition at line 252 of file compat4.h.

#define rt_vls_name_print v,
sp,
n,
 )     bu_vls_struct_item_named( v, sp, n, b, ',' )
 

Definition at line 253 of file compat4.h.

#define rt_vls_name_print_nc v,
sp,
n,
 )     bu_vls_struct_item_named( v, sp, n, b, ' ' )
 

Definition at line 255 of file compat4.h.

#define rt_structprint   bu_struct_print
 

Definition at line 257 of file compat4.h.

#define rt_vls_structprint   bu_vls_struct_print
 

Definition at line 258 of file compat4.h.

#define offsetof _t,
_m   )     (int)(&(((_t *)0)->_m))
 

Definition at line 260 of file compat4.h.

#define offsetofarray   bu_offsetofarray
 

Definition at line 262 of file compat4.h.

#define FUNC_NULL   BU_STRUCTPARSE_FUNC_NULL
 

Definition at line 263 of file compat4.h.

#define rt_external   bu_external
 

Definition at line 265 of file compat4.h.

#define RT_EXTERNAL_MAGIC   BU_EXTERNAL_MAGIC
 

Definition at line 266 of file compat4.h.

#define RT_INIT_EXTERNAL   BU_INIT_EXTERNAL
 

Definition at line 267 of file compat4.h.

#define RT_CK_EXTERNAL   BU_CK_EXTERNAL
 

Definition at line 268 of file compat4.h.

#define rb_tree   bu_rb_tree
 

Definition at line 271 of file compat4.h.

#define RB_TREE_NULL   BU_RB_TREE_NULL
 

Definition at line 272 of file compat4.h.

#define rb_min   bu_rb_min
 

Definition at line 273 of file compat4.h.

#define rb_max   bu_rb_max
 

Definition at line 274 of file compat4.h.

#define rb_pred   bu_rb_pred
 

Definition at line 275 of file compat4.h.

#define rb_succ   bu_rb_succ
 

Definition at line 276 of file compat4.h.

#define rb_create   bu_rb_create
 

Definition at line 277 of file compat4.h.

#define rb_create1   bu_rb_create1
 

Definition at line 278 of file compat4.h.

#define rb_delete   bu_rb_delete
 

Definition at line 279 of file compat4.h.

#define rb_diagnose_tree   bu_rb_diagnose_tree
 

Definition at line 280 of file compat4.h.

#define rb_extreme   bu_rb_extreme
 

Definition at line 281 of file compat4.h.

#define rb_insert   bu_rb_insert
 

Definition at line 282 of file compat4.h.

#define rb_neighbor   bu_rb_neighbor
 

Definition at line 283 of file compat4.h.

#define rb_search   bu_rb_search
 

Definition at line 284 of file compat4.h.

#define rb_search1   bu_rb_search1
 

Definition at line 285 of file compat4.h.

#define rb_summarize_tree   bu_rb_summarize_tree
 

Definition at line 286 of file compat4.h.

#define rb_walk   bu_rb_walk
 

Definition at line 287 of file compat4.h.

#define rb_walk1   bu_rb_walk1
 

Definition at line 288 of file compat4.h.

#define rt_dist_pt3_lseg3   bn_dist_pt3_lseg3
 

Definition at line 291 of file compat4.h.

#define rt_3pts_collinear   bn_3pts_collinear
 

Definition at line 292 of file compat4.h.

#define rt_pt3_pt3_equal   bn_pt3_pt3_equal
 

Definition at line 293 of file compat4.h.

#define rt_dist_pt2_lseg2   bn_dist_pt2_lseg2
 

Definition at line 294 of file compat4.h.

#define rt_isect_lseg3_lseg3   bn_isect_lseg3_lseg3
 

Definition at line 295 of file compat4.h.

#define rt_isect_line3_line3   bn_isect_line3_line3
 

Definition at line 296 of file compat4.h.

#define rt_2line3_colinear   bn_2line3_colinear
 

Definition at line 297 of file compat4.h.

#define rt_isect_pt2_lseg2   bn_isect_pt2_lseg2
 

Definition at line 298 of file compat4.h.

#define rt_isect_line2_lseg2   bn_isect_line2_lseg2
 

Definition at line 299 of file compat4.h.

#define rt_isect_lseg2_lseg2   bn_isect_lseg2_lseg2
 

Definition at line 300 of file compat4.h.

#define rt_isect_line2_line2   bn_isect_line2_line2
 

Definition at line 301 of file compat4.h.

#define rt_dist_line_point   bn_dist_line3_pt3
 

Definition at line 302 of file compat4.h.

#define rt_dist_pt3_pt3   bn_dist_pt3_pt3
 

Definition at line 303 of file compat4.h.

#define rt_3pts_distinct   bn_3pts_distinct
 

Definition at line 304 of file compat4.h.

#define rt_mk_plane_3pts   bn_mk_plane_3pts
 

Definition at line 305 of file compat4.h.

#define rt_mkpoint_3planes   bn_mkpoint_3planes
 

Definition at line 306 of file compat4.h.

#define rt_isect_line3_plane   bn_isect_line3_plane
 

Definition at line 307 of file compat4.h.

#define rt_isect_2planes   bn_isect_2planes
 

Definition at line 308 of file compat4.h.

#define rt_isect_2lines   bn_isect_2lines
 

Definition at line 309 of file compat4.h.

#define rt_isect_line_lseg   bn_isect_line_lseg
 

Definition at line 310 of file compat4.h.

#define rt_dist_line3_pt3   bn_dist_line3_pt3
 

Definition at line 311 of file compat4.h.

#define rt_distsq_line3_pt3   bn_distsq_line3_pt3
 

Definition at line 312 of file compat4.h.

#define rt_dist_line_origin   bn_dist_line_origin
 

Definition at line 313 of file compat4.h.

#define rt_dist_line2_point2   bn_dist_line2_point2
 

Definition at line 314 of file compat4.h.

#define rt_distsq_line2_point2   bn_distsq_line2_point2
 

Definition at line 315 of file compat4.h.

#define rt_area_of_triangle   bn_area_of_triangle
 

Definition at line 316 of file compat4.h.

#define rt_isect_pt_lseg   bn_isect_pt_lseg
 

Definition at line 317 of file compat4.h.

#define rt_dist_pt_lseg   bn_dist_pt_lseg
 

Definition at line 318 of file compat4.h.

#define rt_rotate_bbox   bn_rotate_bbox
 

Definition at line 319 of file compat4.h.

#define rt_rotate_plane   bn_rotate_plane
 

Definition at line 320 of file compat4.h.

#define rt_coplanar   bn_coplanar
 

Definition at line 321 of file compat4.h.

#define rt_angle_measure   bn_angle_measure
 

Definition at line 322 of file compat4.h.

#define rt_dist_pt3_along_line3   bn_dist_pt3_along_line3
 

Definition at line 323 of file compat4.h.

#define rt_dist_pt2_along_line2   bn_dist_pt2_along_line2
 

Definition at line 324 of file compat4.h.

#define rt_between   bn_between
 

Definition at line 325 of file compat4.h.

#define rt_printb   bu_printb
 

Definition at line 329 of file compat4.h.

#define nmg_tbl   bu_ptbl
 

Definition at line 332 of file compat4.h.

#define nmg_ptbl   bu_ptbl
 

Definition at line 333 of file compat4.h.

#define TBL_INIT   BU_PTBL_INIT
 

Definition at line 334 of file compat4.h.

#define TBL_INS   BU_PTBL_INS
 

Definition at line 335 of file compat4.h.

#define TBL_LOC   BU_PTBL_LOC
 

Definition at line 336 of file compat4.h.

#define TBL_FREE   BU_PTBL_FREE
 

Definition at line 337 of file compat4.h.

#define TBL_RST   BU_PTBL_RST
 

Definition at line 338 of file compat4.h.

#define TBL_CAT   BU_PTBL_CAT
 

Definition at line 339 of file compat4.h.

#define TBL_RM   BU_PTBL_RM
 

Definition at line 340 of file compat4.h.

#define TBL_INS_UNIQUE   BU_PTBL_INS_UNIQUE
 

Definition at line 341 of file compat4.h.

#define TBL_ZERO   BU_PTBL_ZERO
 

Definition at line 342 of file compat4.h.

#define NMG_CK_PTBL   BU_CK_PTBL
 

Definition at line 343 of file compat4.h.

#define NMG_TBL_BASEADDR   BU_PTBL_BASEADDR
 

Definition at line 344 of file compat4.h.

#define NMG_TBL_LASTADDR   BU_PTBL_LASTADDR
 

Definition at line 345 of file compat4.h.

#define NMG_TBL_END   BU_PTBL_END
 

Definition at line 346 of file compat4.h.

#define NMG_TBL_GET   BU_PTBL_GET
 

Definition at line 347 of file compat4.h.

#define RT_RAND_TABSIZE   BN_RAND_TABSIZE
 

Definition at line 350 of file compat4.h.

#define RT_RANDSEED   BN_RANDSEED
 

Definition at line 351 of file compat4.h.

#define RT_RANDOM   BN_RANDOM
 

Definition at line 352 of file compat4.h.

#define rt_rand_table   bn_rand_table
 

Definition at line 353 of file compat4.h.

#define rt_tol   bn_tol
 

Definition at line 357 of file compat4.h.

#define rt_vls   bu_vls
 

Definition at line 376 of file compat4.h.

#define RT_VLS_CHECK _vp   )     BU_CK_VLS(_vp)
 

Definition at line 377 of file compat4.h.

#define RT_VLS_ADDR   bu_vls_addr
 

Definition at line 378 of file compat4.h.

#define RT_VLS_INIT   bu_vls_init
 

Definition at line 379 of file compat4.h.

#define rt_vls_init   bu_vls_init
 

Definition at line 380 of file compat4.h.

#define rt_vls_vlsinit   bu_vls_vlsinit
 

Definition at line 381 of file compat4.h.

#define rt_vls_addr   bu_vls_addr
 

Definition at line 382 of file compat4.h.

#define rt_vls_strdup   bu_vls_strdup
 

Definition at line 383 of file compat4.h.

#define rt_vls_strgrab   bu_vls_strgrab
 

Definition at line 384 of file compat4.h.

#define rt_vls_extend   bu_vls_extend
 

Definition at line 385 of file compat4.h.

#define rt_vls_setlen   bu_vls_setlen
 

Definition at line 386 of file compat4.h.

#define rt_vls_strlen   bu_vls_strlen
 

Definition at line 387 of file compat4.h.

#define rt_vls_trunc   bu_vls_trunc
 

Definition at line 388 of file compat4.h.

#define rt_vls_trunc2   bu_vls_trunc2
 

Definition at line 389 of file compat4.h.

#define rt_vls_nibble   bu_vls_nibble
 

Definition at line 390 of file compat4.h.

#define rt_vls_free   bu_vls_free
 

Definition at line 391 of file compat4.h.

#define rt_vls_vlsfree   bu_vls_vlsfree
 

Definition at line 392 of file compat4.h.

#define rt_vls_strcpy   bu_vls_strcpy
 

Definition at line 393 of file compat4.h.

#define rt_vls_strncpy   bu_vls_strncpy
 

Definition at line 394 of file compat4.h.

#define rt_vls_strcat   bu_vls_strcat
 

Definition at line 395 of file compat4.h.

#define rt_vls_strncat   bu_vls_strncat
 

Definition at line 396 of file compat4.h.

#define rt_vls_vlscat   bu_vls_vlscat
 

Definition at line 397 of file compat4.h.

#define rt_vls_vlscatzap   bu_vls_vlscatzap
 

Definition at line 398 of file compat4.h.

#define rt_vls_from_argv   bu_vls_from_argv
 

Definition at line 399 of file compat4.h.

#define rt_vls_fwrite   bu_vls_fwrite
 

Definition at line 400 of file compat4.h.

#define rt_vls_gets   bu_vls_gets
 

Definition at line 401 of file compat4.h.

#define rt_vls_putc   bu_vls_putc
 

Definition at line 402 of file compat4.h.

#define rt_vls_printf   bu_vls_printf
 

Definition at line 403 of file compat4.h.

#define complex   bn_complex_t
 

Definition at line 412 of file compat4.h.

#define CxCopy   bn_cx_copy
 

Definition at line 413 of file compat4.h.

#define CxNeg   bn_cx_neg
 

Definition at line 414 of file compat4.h.

#define CxReal   bn_cx_real
 

Definition at line 415 of file compat4.h.

#define CxImag   bn_cx_imag
 

Definition at line 416 of file compat4.h.

#define CxAdd   bn_cx_add
 

Definition at line 417 of file compat4.h.

#define CxAmpl   bn_cx_ampl
 

Definition at line 418 of file compat4.h.

#define CxAmplSq   bn_cx_amplsq
 

Definition at line 419 of file compat4.h.

#define CxConj   bn_cx_conj
 

Definition at line 420 of file compat4.h.

#define CxCons   bn_cx_cons
 

Definition at line 421 of file compat4.h.

#define CxPhas   bn_cx_phas
 

Definition at line 422 of file compat4.h.

#define CxScal   bn_cx_scal
 

Definition at line 423 of file compat4.h.

#define CxSub   bn_cx_sub
 

Definition at line 424 of file compat4.h.

#define CxMul   bn_cx_mul
 

Definition at line 425 of file compat4.h.

#define CxMul2   bn_cx_mul2
 

Definition at line 426 of file compat4.h.

#define CxDiv   bn_cx_div
 

Definition at line 427 of file compat4.h.

#define CxSqrt cp   )     bn_cx_sqrt( cp, cp )
 

Definition at line 428 of file compat4.h.

#define poly   bn_poly_t
 

Definition at line 432 of file compat4.h.

#define rt_poly_mul a,
b,
prod   )     bn_poly_mul(prod,a,b)
 

Definition at line 433 of file compat4.h.

#define rt_poly_scale   bn_poly_scale
 

Definition at line 434 of file compat4.h.

#define rt_poly_add a,
b,
sum   )     bn_poly_add(sum,a,b)
 

Definition at line 435 of file compat4.h.

#define rt_poly_sub a,
b,
diff   )     bn_poly_sub(diff,a,b)
 

Definition at line 436 of file compat4.h.

#define rt_poly_synthetic_division dvdend,
dvsor,
quo,
rem   )     bn_poly_synthetic_division(quo, rem, dvdend, dvsor)
 

Definition at line 437 of file compat4.h.

Referenced by rt_poly_deflate().

#define rt_poly_quadratic_roots p,
root   )     bn_poly_quadratic_roots(root,p)
 

Definition at line 439 of file compat4.h.

#define rt_poly_cubic_roots p,
root   )     bn_poly_cubic_roots(root,p)
 

Definition at line 440 of file compat4.h.

#define rt_poly_quartic_roots p,
root   )     bn_poly_quartic_roots(root,p)
 

Definition at line 441 of file compat4.h.

#define rt_pr_poly   bn_pr_poly
 

Definition at line 442 of file compat4.h.

#define rt_pr_roots   bn_pr_roots
 

Definition at line 443 of file compat4.h.

#define rt_units_conversion   bu_units_conversion
 

Definition at line 447 of file compat4.h.

#define rt_units_string   bu_units_string
 

Definition at line 448 of file compat4.h.

#define rt_mm_value   bu_mm_value
 

Definition at line 449 of file compat4.h.

#define RT_VLIST_CHUNK   BN_VLIST_CHUNK
 

Definition at line 452 of file compat4.h.

#define rt_vlist   bn_vlist
 

Definition at line 453 of file compat4.h.

#define RT_VLIST_NULL   BN_VLIST_NULL
 

Definition at line 454 of file compat4.h.

#define RT_VLIST_MAGIC   BN_VLIST_MAGIC
 

Definition at line 455 of file compat4.h.

#define RT_CK_VLIST _p   )     BN_CK_VLIST(_p)
 

Definition at line 456 of file compat4.h.

#define RT_VLIST_LINE_MOVE   BN_VLIST_LINE_MOVE
 

Definition at line 457 of file compat4.h.

Referenced by dgo_qray_data_to_vlist().

#define RT_VLIST_LINE_DRAW   BN_VLIST_LINE_DRAW
 

Definition at line 458 of file compat4.h.

Referenced by dgo_qray_data_to_vlist().

#define RT_VLIST_POLY_START   BN_VLIST_POLY_START
 

Definition at line 459 of file compat4.h.

#define RT_VLIST_POLY_MOVE   BN_VLIST_POLY_MOVE
 

Definition at line 460 of file compat4.h.

#define RT_VLIST_POLY_DRAW   BN_VLIST_POLY_DRAW
 

Definition at line 461 of file compat4.h.

#define RT_VLIST_POLY_END   BN_VLIST_POLY_END
 

Definition at line 462 of file compat4.h.

#define RT_VLIST_POLY_VERTNORM   BN_VLIST_POLY_VERTNORM
 

Definition at line 463 of file compat4.h.

#define rt_vlblock   bn_vlblock
 

Definition at line 464 of file compat4.h.

#define RT_VLBLOCK_MAGIC   BN_VLBLOCK_MAGIC
 

Definition at line 465 of file compat4.h.

#define RT_CK_VLBLOCK _p   )     BN_CK_VLBLOCK(_p)
 

Definition at line 466 of file compat4.h.

#define rt_vlist_3string vhead,
string,
origin,
rot,
scale   )     bn_vlist_3string( vhead, &rt_g.rtg_vlfree, string, origin, rot, scale )
 

Definition at line 469 of file compat4.h.

#define rt_vlist_2string vhead,
string,
x,
y,
scale,
theta   )     bn_vlist_2string( vhead, &rt_g.rtg_vlfree, string, x, y, scale, theta )
 

Definition at line 471 of file compat4.h.

#define CONF_H   seen
 

Definition at line 28 of file conf.h.


Generated on Mon Sep 18 01:25:46 2006 for BRL-CAD by  doxygen 1.4.6