
#include "Script/ModelScript.H"#include "tcl/stdconversions.h"#include "Component/ModelManager.H"#include "Neuro/StdBrain.H"#include "Util/log.H"#include "tcl/list.h"#include "tcl/objpkg.h"#include "tcl/pkg.h"#include <sstream>#include <string>#include <tcl.h>
Go to the source code of this file.
Functions | |
| OptionManager & | getManager () |
| int | Modelcomponent_Init (Tcl_Interp *interp) |
| int | Modelmanager_Init (Tcl_Interp *interp) |
| int | Simmodule_Init (Tcl_Interp *interp) |
| int | Simeventqueue_Init (Tcl_Interp *interp) |
Definition in file ModelScript.C.
1.6.3