Functions |
| int | Vmd_Init (Tcl_Interp *) |
| int | molecule_tcl (ClientData, Tcl_Interp *interp, int argc, const char *argv[]) |
| int | Vec_Init (Tcl_Interp *) |
| int | Atomsel_Init (Tcl_Interp *) |
| AtomSel * | tcl_commands_get_sel (Tcl_Interp *, const char *str) |
| int | graphics_tcl (ClientData, Tcl_Interp *interp, int argc, const char *argv[]) |
| int | tcl_colorinfo (ClientData, Tcl_Interp *interp, int argc, const char *argv[]) |
| int | obj_measure (ClientData, Tcl_Interp *, int, Tcl_Obj *const[]) |
| int | obj_volmap (ClientData, Tcl_Interp *, int, Tcl_Obj *const[]) |
| int | tcl_get_matrix (const char *fctn, Tcl_Interp *interp, Tcl_Obj *s, float *mat) |
| | Given a string with a matrix in it, return the matrix. More...
|
| int | tcl_get_weights (Tcl_Interp *interp, VMDApp *app, AtomSel *sel, Tcl_Obj *weight_obj, float *data) |
| | converts a Tcl string into a usable array of weights for VMD functions. More...
|
| int | tcl_get_vector (const char *s, float *val, Tcl_Interp *interp) |
| void | tcl_append_matrix (Tcl_Interp *interp, const float *mat) |