#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... |
Definition in file Animation.C.
|
Initial value: { "forward", "next", "reverse", "prev", "pause" }
Definition at line 32 of file Animation.C. |
|
Initial value: { "Once", "Loop", "Rock" }
Definition at line 29 of file Animation.C. |