#include <CmdAnimate.h>
Inheritance diagram for CmdAnimWriteFile:
Public Methods | |
CmdAnimWriteFile (int molid, const char *fname, const char *ftype, int bf, int ef, int fs) | |
virtual | ~CmdAnimWriteFile () |
Public Attributes | |
int | whichMol |
which molecule to affect. More... | |
char * | fileType |
kind of file to write. More... | |
int | begFrame |
int | endFrame |
int | frameSkip |
frames to write. More... | |
char * | fileName |
name of file to write. More... | |
Protected Methods | |
virtual void | create_text () |
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 91 of file CmdAnimate.h.
|
Definition at line 108 of file CmdAnimate.C. References begFrame, endFrame, fileName, fileType, frameSkip, n, stringdup, and whichMol. |
|
Definition at line 119 of file CmdAnimate.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 98 of file CmdAnimate.C. References begFrame, Command::cmdText, endFrame, fileName, fileType, frameSkip, and whichMol. |
|
Definition at line 95 of file CmdAnimate.h. Referenced by CmdAnimWriteFile, and create_text. |
|
Definition at line 95 of file CmdAnimate.h. Referenced by CmdAnimWriteFile, and create_text. |
|
name of file to write.
Definition at line 96 of file CmdAnimate.h. Referenced by CmdAnimWriteFile, create_text, and ~CmdAnimWriteFile. |
|
kind of file to write.
Definition at line 94 of file CmdAnimate.h. Referenced by CmdAnimWriteFile, create_text, and ~CmdAnimWriteFile. |
|
frames to write.
Definition at line 95 of file CmdAnimate.h. Referenced by CmdAnimWriteFile, and create_text. |
|
which molecule to affect.
Definition at line 93 of file CmdAnimate.h. Referenced by CmdAnimWriteFile, and create_text. |