#include <CmdAnimate.h>
Inheritance diagram for CmdAnimDup:
Public Methods | |
CmdAnimDup (int frame, int molid) | |
Public Attributes | |
int | whichMol |
which molecule to affect. More... | |
int | whichFrame |
which frame to copy. 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 121 of file CmdAnimate.h.
|
Definition at line 162 of file CmdAnimate.C. References whichFrame, and whichMol. |
|
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 147 of file CmdAnimate.C. References Command::cmdText, whichFrame, and whichMol. |
|
which frame to copy.
Definition at line 124 of file CmdAnimate.h. Referenced by CmdAnimDup, and create_text. |
|
which molecule to affect.
Definition at line 123 of file CmdAnimate.h. Referenced by CmdAnimDup, and create_text. |