#include <CmdAnimate.h>
Inheritance diagram for CmdAnimDelete:
Public Methods | |
CmdAnimDelete (int molid, int bf, int ef, int fs) | |
Public Attributes | |
int | whichMol |
which molecule to affect. More... | |
int | begFrame |
int | endFrame |
int | frameSkip |
frames to delete. 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 109 of file CmdAnimate.h.
|
Definition at line 139 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 125 of file CmdAnimate.C. References begFrame, Command::cmdText, endFrame, frameSkip, and whichMol. |
|
Definition at line 112 of file CmdAnimate.h. Referenced by CmdAnimDelete, and create_text. |
|
Definition at line 112 of file CmdAnimate.h. Referenced by CmdAnimDelete, and create_text. |
|
frames to delete.
Definition at line 112 of file CmdAnimate.h. Referenced by CmdAnimDelete, and create_text. |
|
which molecule to affect.
Definition at line 111 of file CmdAnimate.h. Referenced by CmdAnimDelete, and create_text. |