BRL-CAD

Setup header file for the BRL-CAD TclCAD Library, LIBTCLCAD. More...

#include "common.h"
#include "bu/cmd.h"
#include "bu/process.h"
#include "tcl.h"
#include "dm.h"
#include "tclcad/defines.h"
Include dependency graph for setup.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int tclcad_tk_setup (Tcl_Interp *interp)
 
void tclcad_auto_path (Tcl_Interp *interp)
 
void tclcad_tcl_library (Tcl_Interp *interp)
 
void tclcad_bn_setup (Tcl_Interp *interp)
 
void tclcad_rt_setup (Tcl_Interp *interp)
 
int Rt_Init (Tcl_Interp *interp)
 
int Cho_Init (Tcl_Interp *interp)
 
int cho_open_tcl (ClientData clientData, Tcl_Interp *interp, int argc, const char **argv)
 
void tclcad_register_cmds (Tcl_Interp *interp, struct bu_cmdtab *cmds)
 
void tclcad_set_argv (Tcl_Interp *interp, int argc, const char **argv)
 
int tclcad_init (Tcl_Interp *interp, int init_gui, struct bu_vls *tlog)
 

Detailed Description

Setup header file for the BRL-CAD TclCAD Library, LIBTCLCAD.

Definition in file setup.h.