#include "common.h"#include <stdio.h>#include <string.h>#include "machine.h"#include "vmath.h"#include "raytrace.h"Include dependency graph for fortray.c:

Go to the source code of this file.
Data Structures | |
| struct | context |
Defines | |
| #define | CONTEXT_LEN 6 |
Functions | |
| int | fr_hit (struct application *ap, struct partition *headp, struct seg *segp) |
| int | fr_miss (struct application *ap) |
| void | fr_string_c2f (register char *fstr, register char *cstr, register int flen) |
| void | BU_FORTRAN (frdir, FRDIR) |
| void | BU_FORTRAN (frtree, FRTREE) |
| void | BU_FORTRAN (frprep, FRPREP) |
| void | BU_FORTRAN (frshot, FRSHOT) |
| void | BU_FORTRAN (frnorm, FRNORM) |
| void | BU_FORTRAN (frnreg, FRNREG) |
| void | BU_FORTRAN (frname, FRNAME) |
Variables | |
| resource | rt_uniresource |
| default. Defined in librt/shoot.c | |
| partition | fr_global_head |
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 fortray.c.
1.4.6