#include <InterpTcl.h>
Inheritance diagram for InterpTcl:
Public Member Functions | |
InterpTcl (const char *) | |
virtual | ~InterpTcl () |
virtual void | addCommand (InterpCmd &) |
virtual bool | evalCommand (const char *) |
virtual void | bindVar (const char *, int &) |
virtual void | bindVar (const char *, double &) |
Definition at line 20 of file InterpTcl.h.
|
Definition at line 69 of file InterpTcl.cpp. |
|
Definition at line 77 of file InterpTcl.cpp. |
|
Implements Interp. Definition at line 85 of file InterpTcl.cpp. References InterpNamedObj::name(), and TclCallback(). Referenced by VizTool::VizTool(). Here is the call graph for this function: |
|
Implements Interp. Definition at line 131 of file InterpTcl.cpp. |
|
Implements Interp. Definition at line 121 of file InterpTcl.cpp. |
|
Implements Interp. Definition at line 97 of file InterpTcl.cpp. References endl(). Referenced by VizTool::InterpretCommand(). Here is the call graph for this function: |