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

CmdAnimDelete Class Reference

delete frames. More...

#include <CmdAnimate.h>

Inheritance diagram for CmdAnimDelete:

Command List of all members.

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


Detailed Description

delete frames.

Definition at line 109 of file CmdAnimate.h.


Constructor & Destructor Documentation

CmdAnimDelete::CmdAnimDelete int    molid,
int    bf,
int    ef,
int    fs
 

Definition at line 139 of file CmdAnimate.C.

References begFrame, endFrame, frameSkip, and whichMol.


Member Function Documentation

void CmdAnimDelete::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 125 of file CmdAnimate.C.

References begFrame, Command::cmdText, endFrame, frameSkip, and whichMol.


Member Data Documentation

int CmdAnimDelete::begFrame
 

Definition at line 112 of file CmdAnimate.h.

Referenced by CmdAnimDelete, and create_text.

int CmdAnimDelete::endFrame
 

Definition at line 112 of file CmdAnimate.h.

Referenced by CmdAnimDelete, and create_text.

int CmdAnimDelete::frameSkip
 

frames to delete.

Definition at line 112 of file CmdAnimate.h.

Referenced by CmdAnimDelete, and create_text.

int CmdAnimDelete::whichMol
 

which molecule to affect.

Definition at line 111 of file CmdAnimate.h.

Referenced by CmdAnimDelete, and create_text.


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