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

Animation.C File Reference

#include "Animation.h"
#include "VMDApp.h"
#include "CmdAnimate.h"
#include <stdio.h>

Go to the source code of this file.

Variables

const char * animationStyleName [Animation::ANIM_TOTAL_STYLES]
 static storage for strings describing animation styles. More...

const char * animationDirName [Animation::ANIM_TOTAL_DIRS]
 static storage for strings describing animation directions. More...


Variable Documentation

const char* animationDirName[Animation::ANIM_TOTAL_DIRS]
 

Initial value:

 {
  "forward", "next", "reverse", "prev", "pause"
}
static storage for strings describing animation directions.

Definition at line 33 of file Animation.C.

const char* animationStyleName[Animation::ANIM_TOTAL_STYLES]
 

Initial value:

 {
        "Once", "Loop", "Rock" 
}
static storage for strings describing animation styles.

Definition at line 30 of file Animation.C.


Generated on Sun Jul 6 01:28:01 2008 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002