#include <stdlib.h>
#include <tcl.h>
#include "config.h"
#include "utilities.h"
#include "VMDApp.h"
#include <tk.h>
#include "DisplayDevice.h"
Go to the source code of this file.
Defines | |
#define | CHECK_RENDER(x) if (!app->filerender_valid(x)) { delete [] extstr; Tcl_AppendResult(interp, "No render method: ", x, NULL); return TCL_ERROR; } |
Functions | |
int | text_cmd_render (ClientData cd, Tcl_Interp *interp, int argc, const char *argv[]) |
int | text_cmd_tkrender (ClientData cd, Tcl_Interp *interp, int argc, const char *argv[]) |
|
Definition at line 27 of file cmd_render.C. Referenced by text_cmd_render. |
|
|
Definition at line 197 of file cmd_render.C. References NULL, DisplayDevice::readpixels_rgb3u, and DisplayDevice::update. |