Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

CmdRender Class Reference

render the global scene. More...

#include <CmdRender.h>

Inheritance diagram for CmdRender:

Command List of all members.

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...


Detailed Description

render the global scene.

Definition at line 29 of file CmdRender.h.


Constructor & Destructor Documentation

CmdRender::CmdRender const char *   ,
const char *   ,
const char *   
 

constructor: filename, method, external cmd.

Definition at line 30 of file CmdRender.C.

References extcmd, filename, method, NULL, and stringdup.

CmdRender::~CmdRender void    [virtual]
 

Definition at line 38 of file CmdRender.C.

References extcmd, filename, and method.


Member Function Documentation

void CmdRender::create_text void    [protected, virtual]
 

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.


Member Data Documentation

char* CmdRender::extcmd
 

command to run if the rendering is successful.

Definition at line 33 of file CmdRender.h.

Referenced by CmdRender, create_text, and ~CmdRender.

char* CmdRender::filename
 

Definition at line 31 of file CmdRender.h.

Referenced by CmdRender, create_text, and ~CmdRender.

char* CmdRender::method
 

what kind of output? "postscript", "rayshade", etc.

Definition at line 32 of file CmdRender.h.

Referenced by CmdRender, create_text, and ~CmdRender.


The documentation for this class was generated from the following files:
Generated on Sat Apr 20 02:44:40 2024 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002