#include "pandatoolbase.h"
Go to the source code of this file.
Enumerations | |
enum | AnimationConvert { AC_invalid, AC_none, AC_pose, AC_flip, AC_model, AC_chan, AC_both } |
Functions | |
string | format_animation_convert (AnimationConvert unit) |
ostream & | operator<< (ostream &out, AnimationConvert unit) |
AnimationConvert | string_animation_convert (const string &str) |
|
Definition at line 30 of file animationConvert.h. Referenced by SomethingToEgg::dispatch_animation_convert(). |
|
Definition at line 29 of file animationConvert.cxx. References AC_both, AC_chan, AC_flip, AC_invalid, AC_model, AC_none, AC_pose, and nout. Referenced by operator<<(). |
|
Definition at line 61 of file animationConvert.cxx. References format_animation_convert(). |
|
Definition at line 72 of file animationConvert.cxx. References AC_both, AC_chan, AC_flip, AC_invalid, AC_model, AC_none, AC_pose, and cmp_nocase(). Referenced by SomethingToEgg::dispatch_animation_convert(). |