JunkBox_Lib++ (for Windows) 1.10.1
|
BVHツールプログラム ヘッダ More...
Go to the source code of this file.
Classes | |
struct | BVHData |
Macros | |
#define | BVH_NODE_HIERARCHY 0 |
#define | BVH_NODE_ROOT 1 |
#define | BVH_NODE_JOINT 2 |
#define | BVH_NODE_END 3 |
#define | BVH_STR_HIERARCHY "HIERARCHY" |
#define | BVH_STR_MOTION "MOTION" |
#define | BVH_STR_ROOT "ROOT" |
#define | BVH_STR_JOINT "JOINT" |
#define | BVH_STR_END "End" |
#define | BVH_STR_OFFSET "OFFSET" |
#define | BVH_STR_CHANNELS "CHANNELS" |
#define | BVH_STR_FRAMES "Frames:" |
#define | BVH_STR_FRAME "Frame" |
#define | BVH_STR_TIME "Time:" |
#define | BVH_STR_FRAME_TIME "Frame Time:" |
#define | BVH_STR_PX "Xposition" |
#define | BVH_STR_PY "Yposition" |
#define | BVH_STR_PZ "Zposition" |
#define | BVH_STR_RX "Xrotation" |
#define | BVH_STR_RY "Yrotation" |
#define | BVH_STR_RZ "Zrotation" |
#define | free_BVHData(t) del_BVHData(t) |
#define | bvh_read_data(f) bvh_parse_data((f)) |
Functions | |
BVHData * | new_BVHData (void) |
void | del_BVHData (BVHData **bvh) |
void | init_BVHData (BVHData *bvh) |
void | clear_BVHData (BVHData *bvh) |
tList * | bvh_get_seq_data (FILE *fp) |
tList * | bvh_find_line (FILE *fp, const char *key) |
int | bvh_count_joints (tTree *tree) |
int | bvh_count_channels (tTree *tree) |
void | bvh_get_offset (tTree *tree, vector **vect) |
void | bvh_get_parameter (BVHData *bvh) |
void | _bvh_recsv_get_parameter (tTree *tree, BVHData *bvh) |
void | _bvh_space_format (FILE *fp, int depth) |
BVHData * | bvh_read_file (const char *fn) |
int | bvh_write_file (const char *fn, BVHData *bvh) |
int | bvh_print_data (FILE *fp, BVHData *bvh) |
int | bvh_print_hierarchy (FILE *fp, BVHData *bvh) |
int | bvh_print_motion (FILE *fp, BVHData *bvh) |
int | _bvh_recsv_print_hierarchy (FILE *fp, tTree *tree) |
BVHData * | bvh_parse_data (FILE *fp) |
tTree * | bvh_parse_hierarchy (tTree *tree, FILE *fp) |
void | bvh_parse_motion (BVHData *bvh, FILE *fp) |
Definition in file bvh_tool.h.
#define BVH_NODE_END 3 |
Definition at line 17 of file bvh_tool.h.
Referenced by _bvh_recsv_print_hierarchy(), and bvh_parse_hierarchy().
#define BVH_NODE_HIERARCHY 0 |
Definition at line 14 of file bvh_tool.h.
#define BVH_NODE_JOINT 2 |
Definition at line 16 of file bvh_tool.h.
Referenced by _bvh_recsv_print_hierarchy(), and bvh_parse_hierarchy().
#define BVH_NODE_ROOT 1 |
Definition at line 15 of file bvh_tool.h.
Referenced by _bvh_recsv_print_hierarchy(), and bvh_parse_hierarchy().
#define bvh_read_data | ( | f | ) | bvh_parse_data((f)) |
Definition at line 114 of file bvh_tool.h.
Referenced by CBVHTool::readBVH().
#define BVH_STR_CHANNELS "CHANNELS" |
Definition at line 27 of file bvh_tool.h.
Referenced by _bvh_recsv_print_hierarchy(), and bvh_parse_hierarchy().
#define BVH_STR_END "End" |
Definition at line 24 of file bvh_tool.h.
Referenced by _bvh_recsv_print_hierarchy(), and bvh_parse_hierarchy().
#define BVH_STR_FRAME "Frame" |
Definition at line 30 of file bvh_tool.h.
Referenced by bvh_parse_data().
#define BVH_STR_FRAME_TIME "Frame Time:" |
Definition at line 33 of file bvh_tool.h.
Referenced by bvh_print_motion().
#define BVH_STR_FRAMES "Frames:" |
Definition at line 29 of file bvh_tool.h.
Referenced by bvh_parse_data(), and bvh_print_motion().
#define BVH_STR_HIERARCHY "HIERARCHY" |
Definition at line 19 of file bvh_tool.h.
Referenced by bvh_parse_data(), and bvh_print_hierarchy().
#define BVH_STR_JOINT "JOINT" |
Definition at line 23 of file bvh_tool.h.
Referenced by _bvh_recsv_print_hierarchy(), and bvh_parse_hierarchy().
#define BVH_STR_MOTION "MOTION" |
Definition at line 20 of file bvh_tool.h.
Referenced by bvh_parse_data(), and bvh_print_motion().
#define BVH_STR_OFFSET "OFFSET" |
Definition at line 26 of file bvh_tool.h.
Referenced by _bvh_recsv_print_hierarchy(), and bvh_parse_hierarchy().
#define BVH_STR_PX "Xposition" |
Definition at line 34 of file bvh_tool.h.
Referenced by _bvh_recsv_print_hierarchy(), and bvh_parse_hierarchy().
#define BVH_STR_PY "Yposition" |
Definition at line 35 of file bvh_tool.h.
Referenced by _bvh_recsv_print_hierarchy(), and bvh_parse_hierarchy().
#define BVH_STR_PZ "Zposition" |
Definition at line 36 of file bvh_tool.h.
Referenced by _bvh_recsv_print_hierarchy(), and bvh_parse_hierarchy().
#define BVH_STR_ROOT "ROOT" |
Definition at line 22 of file bvh_tool.h.
Referenced by _bvh_recsv_print_hierarchy(), and bvh_parse_hierarchy().
#define BVH_STR_RX "Xrotation" |
Definition at line 37 of file bvh_tool.h.
Referenced by _bvh_recsv_print_hierarchy(), and bvh_parse_hierarchy().
#define BVH_STR_RY "Yrotation" |
Definition at line 38 of file bvh_tool.h.
Referenced by _bvh_recsv_print_hierarchy(), and bvh_parse_hierarchy().
#define BVH_STR_RZ "Zrotation" |
Definition at line 39 of file bvh_tool.h.
Referenced by _bvh_recsv_print_hierarchy(), and bvh_parse_hierarchy().
#define BVH_STR_TIME "Time:" |
Definition at line 31 of file bvh_tool.h.
Referenced by bvh_parse_data().
#define free_BVHData | ( | t | ) | del_BVHData(t) |
Definition at line 92 of file bvh_tool.h.
void _bvh_recsv_get_parameter | ( | tTree * | tree, |
BVHData * | bvh ) |
Definition at line 216 of file bvh_tool.cpp.
References _bvh_recsv_get_parameter().
Referenced by _bvh_recsv_get_parameter(), and bvh_get_parameter().
int _bvh_recsv_print_hierarchy | ( | FILE * | fp, |
tTree * | tree ) |
Definition at line 320 of file bvh_tool.cpp.
References _bvh_recsv_print_hierarchy(), _bvh_space_format(), BVH_NODE_END, BVH_NODE_JOINT, BVH_NODE_ROOT, BVH_STR_CHANNELS, BVH_STR_END, BVH_STR_JOINT, BVH_STR_OFFSET, BVH_STR_PX, BVH_STR_PY, BVH_STR_PZ, BVH_STR_ROOT, BVH_STR_RX, BVH_STR_RY, BVH_STR_RZ, vector::x, vector::y, and vector::z.
Referenced by _bvh_recsv_print_hierarchy(), and bvh_print_hierarchy().
void _bvh_space_format | ( | FILE * | fp, |
int | depth ) |
Definition at line 234 of file bvh_tool.cpp.
Referenced by _bvh_recsv_print_hierarchy().
int bvh_count_channels | ( | tTree * | tree | ) |
Definition at line 138 of file bvh_tool.cpp.
References bvh_count_channels().
Referenced by bvh_count_channels(), and CBVHTool::setHierarchy().
int bvh_count_joints | ( | tTree * | tree | ) |
Definition at line 155 of file bvh_tool.cpp.
References bvh_count_joints().
Referenced by bvh_count_joints(), and CBVHTool::setHierarchy().
tList * bvh_find_line | ( | FILE * | fp, |
const char * | key ) |
tList* bvh_find_line(FILE* fp, const char* key)
fp のファイルから keyで始まる行を探し出し,その行に含まれる項目を空白を区切りにしてリストに格納する.
fp | ファイルポインタ |
key | 検索する文字列. |
Definition at line 121 of file bvh_tool.cpp.
References bvh_get_seq_data(), del_tList(), and strcasecmp.
Referenced by bvh_parse_data().
void bvh_get_offset(tTree* pp, vector** vect)
OFFSETの値を順に取り出して *vect[] に格納する.
pp | Hierarchy データへのポインタ. |
vect | OFFSETを格納する vect[]へのポインタ.vect[]は予め領域を確保しておく. |
Definition at line 180 of file bvh_tool.cpp.
References bvh_get_offset().
Referenced by bvh_get_offset(), and bvh_parse_data().
void bvh_get_parameter | ( | BVHData * | bvh | ) |
void bvh_get_parameter(BVHData* bvh)
hierarchy データから joint_num と channelsを設定する.
Definition at line 205 of file bvh_tool.cpp.
References _bvh_recsv_get_parameter().
Referenced by bvh_parse_data().
tList * bvh_get_seq_data | ( | FILE * | fp | ) |
tList* bvh_get_seq_data(FILE* fp)
fp の一行分のデータに含まれる項目を空白を区切りにしてリストに格納する.
fp | 読み出しファイルの識別子 |
Definition at line 87 of file bvh_tool.cpp.
References awk_tList(), LBUF, pack_char, replace_str(), and UNUSED.
Referenced by bvh_find_line(), bvh_parse_hierarchy(), and bvh_parse_motion().
BVHData * bvh_parse_data | ( | FILE * | fp | ) |
Definition at line 418 of file bvh_tool.cpp.
References bvh_find_line(), bvh_get_offset(), bvh_get_parameter(), bvh_parse_hierarchy(), bvh_parse_motion(), BVH_STR_FRAME, BVH_STR_FRAMES, BVH_STR_HIERARCHY, BVH_STR_MOTION, BVH_STR_TIME, del_BVHData(), del_tList(), JBXL_ERROR, JBXL_NORMAL, new_BVHData(), and strcasecmp.
Referenced by bvh_read_file().
Definition at line 522 of file bvh_tool.cpp.
References add_tTree_node_bystr(), bvh_get_seq_data(), BVH_NODE_END, BVH_NODE_JOINT, BVH_NODE_ROOT, bvh_parse_hierarchy(), BVH_STR_CHANNELS, BVH_STR_END, BVH_STR_JOINT, BVH_STR_OFFSET, BVH_STR_PX, BVH_STR_PY, BVH_STR_PZ, BVH_STR_ROOT, BVH_STR_RX, BVH_STR_RY, BVH_STR_RZ, cat_s2Buffer, del_tList(), FALSE, make_Buffer(), strcasecmp, TRUE, vector::x, vector::y, and vector::z.
Referenced by bvh_parse_data(), and bvh_parse_hierarchy().
void bvh_parse_motion | ( | BVHData * | bvh, |
FILE * | fp ) |
Definition at line 480 of file bvh_tool.cpp.
References bvh_get_seq_data(), and del_tList().
Referenced by bvh_parse_data().
int bvh_print_data | ( | FILE * | fp, |
BVHData * | bvh ) |
Definition at line 289 of file bvh_tool.cpp.
References bvh_print_hierarchy(), bvh_print_motion(), JBXL_ARGS_ERROR, JBXL_BVH_HIERARCHY_ERROR, JBXL_BVH_MOTION_ERROR, and JBXL_FILE_OPEN_ERROR.
Referenced by bvh_write_file(), and CBVHTool::printBVH().
int bvh_print_hierarchy | ( | FILE * | fp, |
BVHData * | bvh ) |
Definition at line 307 of file bvh_tool.cpp.
References _bvh_recsv_print_hierarchy(), BVH_STR_HIERARCHY, and JBXL_ARGS_ERROR.
Referenced by bvh_print_data().
int bvh_print_motion | ( | FILE * | fp, |
BVHData * | bvh ) |
Definition at line 389 of file bvh_tool.cpp.
References BVH_STR_FRAME_TIME, BVH_STR_FRAMES, BVH_STR_MOTION, and JBXL_ARGS_ERROR.
Referenced by bvh_print_data().
BVHData * bvh_read_file | ( | const char * | fn | ) |
BVHData* bvh_read_file(const char* fn)
Definition at line 251 of file bvh_tool.cpp.
References bvh_parse_data().
int bvh_write_file | ( | const char * | fn, |
BVHData * | bvh ) |
int bvh_write_file(const char* fn, BVHData* bvh)
0 | 正常終了 |
JBXL_ARGS_ERROR | 不正な入力データ |
JBXL_FILE_OPEN_ERROR | ファイルのオープン失敗 |
JBXL_BVH_HIERARCHY_ERROR | HIERARCHYデータの書き込み失敗 |
JBXL_BVH_MOTION_ERROR | MOTIONデータの書き込み失敗 |
Definition at line 274 of file bvh_tool.cpp.
References bvh_print_data(), JBXL_ARGS_ERROR, and JBXL_FILE_OPEN_ERROR.
Referenced by CBVHTool::writeFile(), and CBVHTool::writeMultiFile().
void clear_BVHData | ( | BVHData * | bvh | ) |
Definition at line 51 of file bvh_tool.cpp.
References del_tTree(), and init_BVHData().
Referenced by del_BVHData().
void del_BVHData | ( | BVHData ** | bvh | ) |
Definition at line 28 of file bvh_tool.cpp.
References clear_BVHData().
Referenced by bvh_parse_data(), and CBVHTool::readBVH().
void init_BVHData | ( | BVHData * | bvh | ) |
Definition at line 40 of file bvh_tool.cpp.
References JBXL_NORMAL.
Referenced by clear_BVHData(), and new_BVHData().
BVHData * new_BVHData | ( | void | ) |
Definition at line 15 of file bvh_tool.cpp.
References init_BVHData().
Referenced by bvh_parse_data().