PostureEngine Member ListThis is the complete list of members for PostureEngine, including all inherited members.
| avgdiff(const PostureEngine &pe) const | PostureEngine | |
| byteswap(T &dstc, const T &srcc) | LoadSave | [inline, protected, static] |
| checkCreator(const char *creator, const char buf[], unsigned int len, bool isLoading=true) const | LoadSave | [virtual] |
| checkCreator(const char *creator, FILE *f, bool isLoading=true) const | LoadSave | [virtual] |
| ChkAdvance(int res, const char **buf, unsigned int *len, const char *msg) | PostureEngine | [protected, static] |
| ChkAdvance(int res, const char **buf, unsigned int *len, const char *msg, int arg1) | PostureEngine | [protected, static] |
| clear() | PostureEngine | [virtual] |
| cmds | PostureEngine | [protected] |
| createAverage(const PostureEngine &pe, float w=0.5) const | PostureEngine | [virtual] |
| createCombine(const PostureEngine &pe) const | PostureEngine | [virtual] |
| createOverlay(const PostureEngine &pe) const | PostureEngine | [virtual] |
| createUnderlay(const PostureEngine &pe) const | PostureEngine | [virtual] |
| creatorSize(const char creator[]) const | LoadSave | [inline, virtual] |
| decode(LoadSave &x, const char buf[], unsigned int cap) | LoadSave | [inline, static] |
| decode(LoadSave &x, FILE *f) | LoadSave | [inline, static] |
| decode(double &x, const char buf[], unsigned int cap) | LoadSave | [inline, static] |
| decode(double &x, FILE *f) | LoadSave | [inline, static] |
| decode(float &x, const char buf[], unsigned int cap) | LoadSave | [inline, static] |
| decode(float &x, FILE *f) | LoadSave | [inline, static] |
| decode(long &x, const char buf[], unsigned int cap) | LoadSave | [inline, static] |
| decode(long &x, FILE *f) | LoadSave | [inline, static] |
| decode(unsigned long &x, const char buf[], unsigned int cap) | LoadSave | [inline, static] |
| decode(unsigned long &x, FILE *f) | LoadSave | [inline, static] |
| decode(int &x, const char buf[], unsigned int cap) | LoadSave | [inline, static] |
| decode(int &x, FILE *f) | LoadSave | [inline, static] |
| decode(unsigned int &x, const char buf[], unsigned int cap) | LoadSave | [inline, static] |
| decode(unsigned int &x, FILE *f) | LoadSave | [inline, static] |
| decode(short &x, const char buf[], unsigned int cap) | LoadSave | [inline, static] |
| decode(short &x, FILE *f) | LoadSave | [inline, static] |
| decode(unsigned short &x, const char buf[], unsigned int cap) | LoadSave | [inline, static] |
| decode(unsigned short &x, FILE *f) | LoadSave | [inline, static] |
| decode(std::string &x, const char buf[], unsigned int cap) | LoadSave | [inline, static] |
| decode(std::string &x, FILE *f) | LoadSave | [inline, static] |
| decode(char *&x, const char buf[], unsigned int cap) | LoadSave | [inline, static] |
| decode(char *&x, FILE *f) | LoadSave | [inline, static] |
| decode(char &x, const char buf[], unsigned int cap) | LoadSave | [inline, static] |
| decode(char &x, FILE *f) | LoadSave | [inline, static] |
| decode(unsigned char &x, const char buf[], unsigned int cap) | LoadSave | [inline, static] |
| decode(unsigned char &x, FILE *f) | LoadSave | [inline, static] |
| decode(bool &x, const char buf[], unsigned int cap) | LoadSave | [inline, static] |
| decode(bool &x, FILE *f) | LoadSave | [inline, static] |
| diff(const PostureEngine &pe) const | PostureEngine | |
| encode(const LoadSave &x, char buf[], unsigned int cap) | LoadSave | [inline, static] |
| encode(const LoadSave &x, FILE *f) | LoadSave | [inline, static] |
| encode(const double x, char buf[], unsigned int cap) | LoadSave | [inline, static] |
| encode(const double x, FILE *f) | LoadSave | [inline, static] |
| encode(const float x, char buf[], unsigned int cap) | LoadSave | [inline, static] |
| encode(const float x, FILE *f) | LoadSave | [inline, static] |
| encode(const long x, char buf[], unsigned int cap) | LoadSave | [inline, static] |
| encode(const long x, FILE *f) | LoadSave | [inline, static] |
| encode(const unsigned long x, char buf[], unsigned int cap) | LoadSave | [inline, static] |
| encode(const unsigned long x, FILE *f) | LoadSave | [inline, static] |
| encode(const int x, char buf[], unsigned int cap) | LoadSave | [inline, static] |
| encode(const int x, FILE *f) | LoadSave | [inline, static] |
| encode(const unsigned int x, char buf[], unsigned int cap) | LoadSave | [inline, static] |
| encode(const unsigned int x, FILE *f) | LoadSave | [inline, static] |
| encode(const short x, char buf[], unsigned int cap) | LoadSave | [inline, static] |
| encode(const short x, FILE *f) | LoadSave | [inline, static] |
| encode(const unsigned short x, char buf[], unsigned int cap) | LoadSave | [inline, static] |
| encode(const unsigned short x, FILE *f) | LoadSave | [inline, static] |
| encode(const std::string &x, char buf[], unsigned int cap) | LoadSave | [inline, static] |
| encode(const std::string &x, FILE *f) | LoadSave | [inline, static] |
| encode(const char *x, char buf[], unsigned int cap) | LoadSave | [inline, static] |
| encode(const char *x, FILE *f) | LoadSave | [inline, static] |
| encode(const char x, char buf[], unsigned int cap) | LoadSave | [inline, static] |
| encode(const char x, FILE *f) | LoadSave | [inline, static] |
| encode(const unsigned char x, char buf[], unsigned int cap) | LoadSave | [inline, static] |
| encode(const unsigned char x, FILE *f) | LoadSave | [inline, static] |
| encode(const bool x, char buf[], unsigned int cap) | LoadSave | [inline, static] |
| encode(const bool x, FILE *f) | LoadSave | [inline, static] |
| getBinSize() const | PostureEngine | [virtual] |
| getOutputCmd(unsigned int i) | PostureEngine | [inline] |
| getOutputCmd(unsigned int i) const | PostureEngine | [inline] |
| LoadBuffer(const char buf[], unsigned int len) | PostureEngine | [virtual] |
| LoadFile(const char *filename) | LoadSave | [virtual] |
| LoadFileStream(FILE *f) | LoadSave | [virtual] |
| LoadSave() | LoadSave | [inline] |
| LoadSave(const char *filename) | LoadSave | [inline] |
| maxdiff(const PostureEngine &pe) const | PostureEngine | |
| PostureEngine() | PostureEngine | [inline] |
| PostureEngine(const char *filename) | PostureEngine | [inline] |
| SaveBuffer(char buf[], unsigned int len) const | PostureEngine | [virtual] |
| saveCreator(const char *creator, char buf[], unsigned int len) const | LoadSave | [virtual] |
| saveCreator(const char *creator, FILE *f) const | LoadSave | [virtual] |
| SaveFile(const char *filename) const | LoadSave | [virtual] |
| SaveFileStream(FILE *f) const | LoadSave | [virtual] |
| setAverage(const PostureEngine &pe, float w=0.5) | PostureEngine | [virtual] |
| setCombine(const PostureEngine &pe) | PostureEngine | [virtual] |
| setOutputCmd(unsigned int i, const OutputCmd &c) | PostureEngine | [inline] |
| setOverlay(const PostureEngine &pe) | PostureEngine | [virtual] |
| setUnderlay(const PostureEngine &pe) | PostureEngine | [virtual] |
| stringpad | LoadSave | [static] |
| takeSnapshot() | PostureEngine | [virtual] |
| ~LoadSave() | LoadSave | [virtual] |
| ~PostureEngine() | PostureEngine | [virtual] |
|