#include "common.h"#include <stdlib.h>#include <stdio.h>#include <math.h>#include <ctype.h>#include "machine.h"#include "tcl.h"#include "vmath.h"#include "nmg.h"#include "db.h"#include "raytrace.h"#include "rtgeom.h"#include "./debug.h"#include "noalias.h"Include dependency graph for g_arbn.c:

Go to the source code of this file.
Data Structures | |
| struct | arbn_pts |
| struct | arbn_edges |
Defines | |
| #define | LOC(i, j) i*(aip->neqn)+j |
Functions | |
| void | rt_arbn_print (const struct soltab *stp) |
| void | rt_arbn_ifree (struct rt_db_internal *ip) |
| int | rt_arbn_prep (struct soltab *stp, struct rt_db_internal *ip, struct rt_i *rtip) |
| void | rt_arbn_print (register const struct soltab *stp) |
| int | rt_arbn_shot (struct soltab *stp, register struct xray *rp, struct application *ap, struct seg *seghead) |
| void | rt_arbn_vshot (struct soltab **stp, struct xray **rp, struct seg *segp, int n, struct application *ap) |
| void | rt_arbn_norm (register struct hit *hitp, struct soltab *stp, register struct xray *rp) |
| void | rt_arbn_curve (register struct curvature *cvp, register struct hit *hitp, struct soltab *stp) |
| void | rt_arbn_uv (struct application *ap, struct soltab *stp, register struct hit *hitp, register struct uvcoord *uvp) |
| void | rt_arbn_free (register struct soltab *stp) |
| int | rt_arbn_plot (struct bu_list *vhead, struct rt_db_internal *ip, const struct rt_tess_tol *ttol, const struct bn_tol *tol) |
| int | rt_arbn_class (void) |
| int | rt_arbn_tess (struct nmgregion **r, struct model *m, struct rt_db_internal *ip, const struct rt_tess_tol *ttol, const struct bn_tol *tol) |
| int | rt_arbn_import (struct rt_db_internal *ip, const struct bu_external *ep, register const fastf_t *mat, const struct db_i *dbip) |
| int | rt_arbn_export (struct bu_external *ep, const struct rt_db_internal *ip, double local2mm, const struct db_i *dbip) |
| int | rt_arbn_import5 (struct rt_db_internal *ip, const struct bu_external *ep, register const fastf_t *mat, const struct db_i *dbip) |
| int | rt_arbn_export5 (struct bu_external *ep, const struct rt_db_internal *ip, double local2mm, const struct db_i *dbip) |
| int | rt_arbn_describe (struct bu_vls *str, const struct rt_db_internal *ip, int verbose, double mm2local) |
| int | rt_arbn_tclget (Tcl_Interp *interp, const struct rt_db_internal *intern, const char *attr) |
| int | rt_arbn_tcladjust (Tcl_Interp *interp, struct rt_db_internal *intern, int argc, char **argv) |
Author - Michael John Muuss
Source - SECAD/VLD Computing Consortium, Bldg 394 The U. S. Army Ballistic Research Laboratory Aberdeen Proving Ground, Maryland 21005-5066
Definition in file g_arbn.c.
1.4.6