#include "common.h"
#include "analyze/defines.h"
#include "bu/opt.h"
#include "bu/vls.h"
#include "raytrace.h"
Go to the source code of this file.
|
int | nirt_init (struct nirt_state *ns) |
|
int | nirt_init_dbip (struct nirt_state *ns, struct db_i *dbip) |
|
int | nirt_clear_dbip (struct nirt_state *ns) |
|
void | nirt_destroy (struct nirt_state *ns) |
|
int | nirt_exec (struct nirt_state *ns, const char *script) |
|
void * | nirt_udata (struct nirt_state *ns, void *u_data) |
|
void | nirt_hook (struct nirt_state *ns, nirt_hook_t hf, int flag) |
|
void | nirt_clear (struct nirt_state *ns, int flags) |
|
void | nirt_log (struct bu_vls *o, struct nirt_state *ns, int output_type) |
|
int | nirt_help (struct bu_vls *h, struct nirt_state *ns, bu_opt_format_t ofmt) |
|
int | nirt_line_segments (struct bv_vlblock **segs, struct nirt_state *ns) |
|