#include <CmdRender.h>
Inheritance diagram for CmdRender:
Public Methods | |
CmdRender (const char *, const char *, const char *) | |
constructor: filename, method, external cmd. More... | |
virtual | ~CmdRender (void) |
Public Attributes | |
char * | filename |
char * | method |
what kind of output? "postscript", "rayshade", etc. More... | |
char * | extcmd |
command to run if the rendering is successful. More... | |
Protected Methods | |
virtual void | create_text (void) |
virtual function which is called when a text version of the command must be created to be printed to the console or a log file. More... |
Definition at line 29 of file CmdRender.h.
|
constructor: filename, method, external cmd.
Definition at line 30 of file CmdRender.C. |
|
Definition at line 38 of file CmdRender.C. |
|
virtual function which is called when a text version of the command must be created to be printed to the console or a log file.
Reimplemented from Command. Definition at line 44 of file CmdRender.C. References Command::cmdText, extcmd, filename, and method. |
|
command to run if the rendering is successful.
Definition at line 33 of file CmdRender.h. Referenced by CmdRender, create_text, and ~CmdRender. |
|
Definition at line 31 of file CmdRender.h. Referenced by CmdRender, create_text, and ~CmdRender. |
|
what kind of output? "postscript", "rayshade", etc.
Definition at line 32 of file CmdRender.h. Referenced by CmdRender, create_text, and ~CmdRender. |