#include "animationConvert.h"
#include "string_utils.h"
#include "notify.h"
Go to the source code of this file.
Functions | |
string | format_animation_convert (AnimationConvert convert) |
Returns the string corresponding to this method. | |
ostream & | operator<< (ostream &out, AnimationConvert convert) |
AnimationConvert | string_animation_convert (const string &str) |
Converts from a string, as might be input by the user, to one of the known AnimationConvert types. |
Definition in file animationConvert.cxx.
|
Returns the string corresponding to this method.
Definition at line 35 of file animationConvert.cxx. References AC_both, AC_chan, AC_flip, AC_model, and AC_pose. |
|
Definition at line 69 of file animationConvert.cxx. |
|
Converts from a string, as might be input by the user, to one of the known AnimationConvert types. Returns AC_invalid if the string is unknown. Definition at line 85 of file animationConvert.cxx. |