ProcessViewBrowser-ServerProgramming
|
Functions | |
int | pvVtkTcl (PARAM *p, int id, const char *tcl_command) |
int | pvVtkTclPrintf (PARAM *p, int id, const char *format,...) |
int | pvVtkTclScript (PARAM *p, int id, const char *filename) |
These are the vtk output routines
int pvVtkTcl | ( | PARAM * | p, |
int | id, | ||
const char * | tcl_command | ||
) |
Send a single Tcl command to the widget
int pvVtkTclPrintf | ( | PARAM * | p, |
int | id, | ||
const char * | format, | ||
... | |||
) |
Send a single Tcl command to the widget. Used like printf()
int pvVtkTclScript | ( | PARAM * | p, |
int | id, | ||
const char * | filename | ||
) |
Send a file with Tcl commands to the widget.