NAMD
|
Go to the source code of this file.
Macros | |
#define | LINK_CPP |
Functions | |
static int | Tcl_startrun (ClientData useless, Tcl_Interp *stupidTcl, int argc, Tcl_Obj *CONST objv[]) |
static int | Tcl_updaterun (ClientData useless, Tcl_Interp *stupidTcl, int argc, Tcl_Obj *CONST argv[]) |
static int | Tcl_setcol (ClientData useless, Tcl_Interp *stupidTcl, int argc, Tcl_Obj *CONST argv[]) |
static int | Tcl_mergefile (ClientData useless, Tcl_Interp *stupidTcl, int argc, Tcl_Obj *CONST objv[]) |
int | Eabf_Init (Tcl_Interp *stupidTcl) |
int | eabf_static_init (Tcl_Interp *interp) |
Variables | |
static eABF * | parse = 0 |
int Eabf_Init | ( | Tcl_Interp * | stupidTcl | ) |
Definition at line 165 of file eabfTcl.C.
References Tcl_mergefile(), Tcl_setcol(), Tcl_startrun(), and Tcl_updaterun().
Referenced by eabf_static_init().
int eabf_static_init | ( | Tcl_Interp * | interp | ) |
Definition at line 179 of file eabfTcl.C.
References Eabf_Init().
Referenced by ScriptTcl::ScriptTcl(), and ScriptTcl::tclsh().
|
static |
Definition at line 105 of file eabfTcl.C.
References eabffunc::chartodouble(), eabffunc::chartoint(), eABF::mergefile(), and parse.
Referenced by Eabf_Init().
|
static |
Definition at line 92 of file eabfTcl.C.
References eabffunc::chartoint(), parse, and eABF::setcolumn().
Referenced by Eabf_Init().
|
static |
Definition at line 34 of file eabfTcl.C.
References eabffunc::chartodouble(), eabffunc::chartoint(), and parse.
Referenced by Eabf_Init().
|
static |
Definition at line 84 of file eabfTcl.C.
References parse, and eABF::update().
Referenced by Eabf_Init().
|
static |
Definition at line 31 of file eabfTcl.C.
Referenced by Tcl_mergefile(), Tcl_setcol(), Tcl_startrun(), and Tcl_updaterun().