#include <tcl.h>
#include <ctype.h>
#include "config.h"
#include "VMDApp.h"
#include "MoleculeList.h"
#include "TclCommands.h"
#include "Animation.h"
Go to the source code of this file.
Functions | |
void | cmd_animate_usage (Tcl_Interp *interp) |
int | text_cmd_animate (ClientData cd, Tcl_Interp *interp, int argc, const char *argv[]) |
int | cmd_rawtimestep (ClientData cd, Tcl_Interp *interp, int argc, Tcl_Obj *const objv[]) |
int | cmd_gettimestep (ClientData cd, Tcl_Interp *interp, int argc, Tcl_Obj *const objv[]) |
|
Definition at line 29 of file cmd_animate.C. References NULL. Referenced by text_cmd_animate. |
|
Definition at line 462 of file cmd_animate.C. References DrawMolecule::get_frame, MoleculeList::mol_from_id, VMDApp::molecule_top, VMDApp::moleculeList, BaseMolecule::nAtoms, NULL, DrawMolecule::numframes, and Timestep::pos. |
|
Definition at line 370 of file cmd_animate.C. References DrawMolecule::append_frame, DrawMolecule::force_recalc, DrawMolecule::frame, DrawMolecule::get_frame, length, MoleculeList::mol_from_id, DrawMolItem::MOL_REGEN, VMDApp::molecule_top, VMDApp::moleculeList, BaseMolecule::nAtoms, NULL, DrawMolecule::numframes, and Timestep::pos. |
|