ProcessViewBrowser-ServerProgramming
Functions
Visualization Tool Kit

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)

Detailed Description

These are the vtk output routines


Function Documentation

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.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines