![]() |
VR-Forces Development_Version Class Documentation
|
Public Member Functions | |
| bool | read (FILE *fp, progressCallbackStartFunction *prog_start_fcnp, progressCallbackSetValueFunction *prog_set_value_fcnp, progressCallbackEndFunction *prog_end_fcnp) |
| void | describe () |
| void | xlate (DtC4bReader *tdb, progressCallbackStartFunction *prog_start_fcnp, progressCallbackSetValueFunction *prog_set_value_fcnp, progressCallbackEndFunction *prog_end_fcnp) |
| unsigned int | patch0_number_from_patch_group_number (unsigned int patch_group_num) |
| bool | read_patch_group_headers (bool debug=false) |
| bool | read_nodes (bool debug=false) |
| bool | read_edges (bool debug=false) |
| bool | read_feature_data () |
| bool | read_grid_posts (bool debug=false) |
| bool | read_all_patch_data (bool debug=false) |
| virtual DtC4bReader * | reader () const |
| void | unpack () |
Public Attributes | |
| FILE * | fp |
| c4b_file_header | my_ctdb |
| c4b_patch_group_headers * | patch_group_headers |
| c4b_node * | nodes |
| c4b_edge * | edges |
| c4b_grid_post * | grid_posts |
| unsigned int | num_grid_posts |
| DtU8 * | patch_data |
| unsigned int | num_pages |
| unsigned int | num_patches |
| unsigned int | num_patch_groups |
| unsigned int | num_patches_wide |
| unsigned int | num_patches_high |
| unsigned int | num_posts_wide |
| DtC4b | parsed_c4b |
| bool C4B::read | ( | FILE * | fp, |
| progressCallbackStartFunction * | prog_start_fcnp, | ||
| progressCallbackSetValueFunction * | prog_set_value_fcnp, | ||
| progressCallbackEndFunction * | prog_end_fcnp | ||
| ) |
| void C4B::describe | ( | ) |
| void C4B::xlate | ( | DtC4bReader * | tdb, |
| progressCallbackStartFunction * | prog_start_fcnp, | ||
| progressCallbackSetValueFunction * | prog_set_value_fcnp, | ||
| progressCallbackEndFunction * | prog_end_fcnp | ||
| ) |
| unsigned int C4B::patch0_number_from_patch_group_number | ( | unsigned int | patch_group_num | ) |
| bool C4B::read_feature_data | ( | ) |
|
inlinevirtual |
References parsed_c4b, and DtC4b::reader().
| void C4B::unpack | ( | ) |
| FILE* C4B::fp |
| c4b_file_header C4B::my_ctdb |
| c4b_patch_group_headers* C4B::patch_group_headers |
| c4b_node* C4B::nodes |
| c4b_edge* C4B::edges |
| c4b_grid_post* C4B::grid_posts |
| unsigned int C4B::num_grid_posts |
| DtU8* C4B::patch_data |
| unsigned int C4B::num_pages |
| unsigned int C4B::num_patches |
| unsigned int C4B::num_patch_groups |
| unsigned int C4B::num_patches_wide |
| unsigned int C4B::num_patches_high |
| unsigned int C4B::num_posts_wide |