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

CmdAnimDup Class Reference

duplicate a given frame at the end of the traj. More...

#include <CmdAnimate.h>

Inheritance diagram for CmdAnimDup:

Command List of all members.

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


Detailed Description

duplicate a given frame at the end of the traj.

Definition at line 121 of file CmdAnimate.h.


Constructor & Destructor Documentation

CmdAnimDup::CmdAnimDup int    frame,
int    molid
 

Definition at line 162 of file CmdAnimate.C.

References whichFrame, and whichMol.


Member Function Documentation

void CmdAnimDup::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 147 of file CmdAnimate.C.

References Command::cmdText, whichFrame, and whichMol.


Member Data Documentation

int CmdAnimDup::whichFrame
 

which frame to copy.

Definition at line 124 of file CmdAnimate.h.

Referenced by CmdAnimDup, and create_text.

int CmdAnimDup::whichMol
 

which molecule to affect.

Definition at line 123 of file CmdAnimate.h.

Referenced by CmdAnimDup, and create_text.


The documentation for this class was generated from the following files:
Generated on Mon Apr 22 04:28:25 2024 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002