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_graphlayout (ClientData cd, Tcl_Interp *interp, int argc, Tcl_Obj *const objv[]) |
int | obj_measure (ClientData, Tcl_Interp *, int, Tcl_Obj *const[]) |
int | obj_mdff_cc (ClientData cd, Tcl_Interp *interp, int argc, Tcl_Obj *const objv[]) |
int | obj_voltool (ClientData cd, Tcl_Interp *interp, int argc, Tcl_Obj *const objv[]) |
int | obj_segmentation (ClientData cd, Tcl_Interp *interp, int argc, Tcl_Obj *const objv[]) |
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 | atomsel_default_weights (AtomSel *sel, float *weights) |
| Assign weights of 1 to all atoms in the selection, and zero otherwise. More...
|
int | get_weights_from_tcl_list (Tcl_Interp *interp, VMDApp *app, AtomSel *sel, Tcl_Obj *weights_obj, float *weights) |
| Obtain weights from a Tcl list. More...
|
int | get_attribute_index (VMDApp *app, char const *string) |
| Get the index of the given keyword in the VMD namespace (avoid having to include SymbolTable.h). More...
|
int | get_weights_from_attribute (VMDApp *app, AtomSel *sel, char const *weights_string, float *weights) |
| Obtain weights from the requested attribute. More...
|
int | tcl_get_vector (const char *s, float *val, Tcl_Interp *interp) |
int | tcl_get_vecarray (const char *s, int &num, float *&val, Tcl_Interp *interp) |
int | tcl_get_array (const char *s, int &num, float *&val, Tcl_Interp *interp) |
int | tcl_get_intarray (const char *s, int &num, int *&val, Tcl_Interp *interp) |
void | tcl_append_matrix (Tcl_Interp *interp, const float *mat) |
int | obj_fastpbc (ClientData, Tcl_Interp *, int, Tcl_Obj *const[]) |