#include "common.h"
#include <stdlib.h>
#include <stddef.h>
#include <stdio.h>
#include <math.h>
#include "tcl.h"
#include "machine.h"
#include "vmath.h"
#include "db.h"
#include "nmg.h"
#include "raytrace.h"
#include "rtgeom.h"
#include "./debug.h"
Include dependency graph for g_cline.c:
Go to the source code of this file.
Data Structures | |
struct | cline_specific |
struct | cline_vert |
Defines | |
#define | RT_CLINE_O(m) bu_offsetof( struct rt_cline_internal, m ) |
#define | RT_CLINE_SEG_MISS(SEG) (SEG).seg_stp=RT_SOLTAB_NULL |
Functions | |
int | rt_cline_prep (struct soltab *stp, struct rt_db_internal *ip, struct rt_i *rtip) |
void | rt_cline_print (register const struct soltab *stp) |
int | rt_cline_shot (struct soltab *stp, register struct xray *rp, struct application *ap, struct seg *seghead) |
void | rt_cline_vshot (struct soltab **stp, struct xray **rp, struct seg *segp, int n, struct application *ap) |
void | rt_cline_norm (register struct hit *hitp, struct soltab *stp, register struct xray *rp) |
void | rt_cline_curve (register struct curvature *cvp, register struct hit *hitp, struct soltab *stp) |
void | rt_cline_uv (struct application *ap, struct soltab *stp, register struct hit *hitp, register struct uvcoord *uvp) |
void | rt_cline_free (register struct soltab *stp) |
int | rt_cline_class (const struct soltab *stp, const fastf_t *min, const fastf_t *max, const struct bn_tol *tol) |
int | rt_cline_plot (struct bu_list *vhead, struct rt_db_internal *ip, const struct rt_tess_tol *ttol, const struct bn_tol *tol) |
int | rt_cline_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_cline_import (struct rt_db_internal *ip, const struct bu_external *ep, register const fastf_t *mat, const struct db_i *dbip) |
int | rt_cline_export (struct bu_external *ep, const struct rt_db_internal *ip, double local2mm, const struct db_i *dbip) |
int | rt_cline_import5 (struct rt_db_internal *ip, const struct bu_external *ep, register const fastf_t *mat, const struct db_i *dbip) |
int | rt_cline_export5 (struct bu_external *ep, const struct rt_db_internal *ip, double local2mm, const struct db_i *dbip) |
int | rt_cline_describe (struct bu_vls *str, const struct rt_db_internal *ip, int verbose, double mm2local) |
void | rt_cline_ifree (struct rt_db_internal *ip) |
int | rt_cline_tnurb (struct nmgregion **r, struct model *m, struct rt_db_internal *ip, const struct bn_tol *tol) |
int | rt_cline_tclget (Tcl_Interp *interp, const struct rt_db_internal *intern, const char *attr) |
int | rt_cline_tcladjust (Tcl_Interp *interp, struct rt_db_internal *intern, int argc, char **argv) |
int | rt_cline_tclform (const struct rt_functab *ftp, Tcl_Interp *interp) |
Variables | |
const struct bu_structparse | rt_cline_parse [] |
fastf_t | rt_cline_radius = -1.0 |
Authors - John Anderson
Source - SECAD/VLD Computing Consortium, Bldg 394 The U. S. Army Ballistic Research Laboratory Aberdeen Proving Ground, Maryland 21005-5066
Definition in file g_cline.c.