BRL-CAD
Loading...
Searching...
No Matches
Deprecated List
Global bu_process_args (const char **cmd, const char *const **argv, struct bu_process *pinfo)
use bu_process_args_n instead
Global bu_process_close (struct bu_process *pinfo, bu_process_io_t d)
use bu_process_file_close instead.
Global bu_process_exec (struct bu_process **info, const char *cmd, int argc, const char **argv, int out_eql_err, int hide_window)
use bu_process_create() instead.
Global bu_process_id (void)
use bu_pid instead
Global bu_process_open (struct bu_process *pinfo, bu_process_io_t d)
use bu_process_file_open instead.
Global bu_process_read (char *buff, int *count, struct bu_process *pinfo, bu_process_io_t d, int n)
use bu_process_read_n instead
Global bu_process_wait (int *aborted, struct bu_process *pinfo, int wtime)
use bu_process_wait_n instead.
Global bu_terminate (int process)
use bu_pid_terminate instead
Global icv_rect (icv_image_t *img, size_t xorig, size_t yorig, size_t xnum, size_t ynum)
Use icv_crop_rect.
Global rt_color_addrec (int low, int hi, int r, int g, int b, b_off_t addr)
use db_mater_add()
Global rt_color_free (void)
use db_mater_free()
Global rt_dup_material_head (void)
use db_mater_dup()
Global rt_insert_color (struct mater *newp)
use db_mater_insert()
Global rt_material_head (void)
use db_mater_head()
Global rt_mk_hyperbola_old (struct rt_pnt_node *pts, fastf_t r, fastf_t b, fastf_t c, fastf_t dtol, fastf_t ntol)
use rt_mk_hyperbola() with an explicit min_abs argument. Preserves the original rt_mk_hyperbola behavior of trusting the caller's tolerances unconditionally (equivalent to min_abs = SMALL_FASTF).
Global rt_mk_parabola_old (struct rt_pnt_node *pts, fastf_t r, fastf_t b, fastf_t dtol, fastf_t ntol)
use rt_mk_parabola() with an explicit min_abs argument. Preserves the original behavior of trusting the caller's tolerances unconditionally (equivalent to min_abs = SMALL_FASTF).
Global rt_new_material_head (struct mater *newmat)
use db_mater_set_head()
Global rt_region_color_map (struct region *regp)
use db_mater_color_region()
Global rt_vls_color_map (struct bu_vls *str)
use db_mater_to_vls()