|
| char * | igl::ply::my_alloc () |
| |
| int | igl::ply::get_native_binary_type2 () |
| |
| PlyFile * | igl::ply::ply_write (FILE *, int, const char **, int) |
| |
| PlyFile * | igl::ply::ply_open_for_writing (char *, int, const char **, int, float *) |
| |
| void | igl::ply::ply_describe_element (PlyFile *, const char *, int, int, PlyProperty *) |
| |
| void | igl::ply::ply_describe_property (PlyFile *, const char *, PlyProperty *) |
| |
| void | igl::ply::ply_element_count (PlyFile *, const char *, int) |
| |
| void | igl::ply::ply_header_complete (PlyFile *) |
| |
| void | igl::ply::ply_put_element_setup (PlyFile *, const char *) |
| |
| void | igl::ply::ply_put_element (PlyFile *, void *, int *) |
| |
| void | igl::ply::ply_put_comment (PlyFile *, char *) |
| |
| void | igl::ply::ply_put_obj_info (PlyFile *, char *) |
| |
| PlyFile * | igl::ply::ply_read (FILE *, int *, char ***) |
| |
| PlyFile * | igl::ply::ply_open_for_reading (const char *, int *, char ***, int *, float *) |
| |
| PlyProperty ** | igl::ply::ply_get_element_description (PlyFile *, const char *, int *, int *) |
| |
| void | igl::ply::ply_get_element_setup (PlyFile *, const char *, int, PlyProperty *) |
| |
| void | igl::ply::ply_get_property (PlyFile *, const char *, PlyProperty *) |
| |
| PlyOtherProp * | igl::ply::ply_get_other_properties (PlyFile *, const char *, int) |
| |
| void | igl::ply::ply_get_element (PlyFile *, void *, int *) |
| |
| char ** | igl::ply::ply_get_comments (PlyFile *, int *) |
| |
| char ** | igl::ply::ply_get_obj_info (PlyFile *, int *) |
| |
| void | igl::ply::ply_close (PlyFile *) |
| |
| void | igl::ply::ply_get_info (PlyFile *, float *, int *) |
| |
| PlyOtherElems * | igl::ply::ply_get_other_element (PlyFile *, const char *, int) |
| |
| void | igl::ply::ply_describe_other_elements (PlyFile *, PlyOtherElems *) |
| |
| void | igl::ply::ply_put_other_elements (PlyFile *) |
| |
| void | igl::ply::ply_free_other_elements (PlyOtherElems *) |
| |
| void | igl::ply::ply_describe_other_properties (PlyFile *, PlyOtherProp *, int) |
| |
| int | igl::ply::equal_strings (const char *, const char *) |
| |
| PlyElement * | igl::ply::find_element (PlyFile *, const char *) |
| |
| PlyProperty * | igl::ply::find_property (PlyElement *, const char *, int *) |
| |
| void | igl::ply::write_scalar_type (FILE *, int) |
| |
| char ** | igl::ply::get_words (FILE *, int *, char **) |
| |
| char ** | igl::ply::old_get_words (FILE *, int *) |
| |
| void | igl::ply::write_binary_item (FILE *, int, int, unsigned int, double, int, int *) |
| |
| void | igl::ply::write_ascii_item (FILE *, int, unsigned int, double, int) |
| |
| double | igl::ply::old_write_ascii_item (FILE *, char *, int) |
| |
| void | igl::ply::add_element (PlyFile *, char **) |
| |
| void | igl::ply::add_property (PlyFile *, char **) |
| |
| void | igl::ply::add_comment (PlyFile *, char *) |
| |
| void | igl::ply::add_obj_info (PlyFile *, char *) |
| |
| void | igl::ply::copy_property (PlyProperty *, PlyProperty *) |
| |
| void | igl::ply::store_item (char *, int, int, unsigned int, double) |
| |
| void | igl::ply::get_stored_item (void *, int, int *, unsigned int *, double *) |
| |
| double | igl::ply::get_item_value (char *, int) |
| |
| void | igl::ply::get_ascii_item (char *, int, int *, unsigned int *, double *) |
| |
| void | igl::ply::get_binary_item (FILE *, int, int, int *, unsigned int *, double *, int *) |
| |
| void | igl::ply::ascii_get_element (PlyFile *, char *) |
| |
| void | igl::ply::binary_get_element (PlyFile *, char *, int *) |
| |
| char * | igl::ply::my_alloc (int, int, const char *) |
| |
| void | igl::ply::get_native_binary_type (int *) |
| |
| void | igl::ply::swap_bytes (char *, int) |
| |
| int | igl::ply::check_types () |
| |
| PlyFile * | igl::ply::ply_open_for_writing (const char *filename, int nelems, const char **elem_names, int file_type, float *version) |
| |
| PlyFile * | igl::ply::ply_open_for_reading (char *filename, int *nelems, char ***elem_names, int *file_type, float *version) |
| |
| void | igl::ply::setup_other_props (PlyElement *elem) |
| |
| PlyOtherElems * | igl::ply::ply_get_other_element (PlyFile *plyfile, char *elem_name, int elem_count) |
| |
| void | igl::ply::ply_put_other_elements (PlyFile *plyfile, int *native_binary_type) |
| |
| int | igl::ply::get_prop_type (char *type_name) |
| |