#include "common.h"
#include <stdio.h>
#include "raytrace.h"
#include "optical.h"
Include dependency graph for rtprivate.h:

Go to the source code of this file.
Defines | |
| #define | RT_BUFSIZE 1024 |
Functions | |
| void | do_ae (double azim, double elev) |
| int | do_frame (int framenumber) |
| void | def_tree (register struct rt_i *rtip) |
| void | do_prep (struct rt_i *rtip) |
| int | old_way (FILE *fp) |
| int | get_args (int argc, char **argv) |
| void | view_eol () |
| void | do_run () |
| void | view_2init () |
| void | view_setup () |
| void | view_pixel () |
| void | view_cleanup () |
| void | view_end () |
| int | view_init () |
Variables | |
| int | query_x |
| int | query_y |
| int | Query_one_pixel |
| int | query_rdebug |
| int | query_debug |
| int | benchmark |
Definition in file rtprivate.h.
1.4.6