Static Public Methods | 
| PlyFile *  | ply_write (FILE *, int, const char **, int) | 
| PlyFile *  | ply_open_for_writing (char *, int, const char **, int, float *) | 
| void  | ply_describe_element (PlyFile *, char *, int, int, PlyProperty *) | 
| void  | ply_describe_property (PlyFile *, char *, PlyProperty *) | 
| void  | ply_element_count (PlyFile *, char *, int) | 
| void  | ply_header_complete (PlyFile *) | 
| void  | ply_put_element_setup (PlyFile *, char *) | 
| void  | ply_put_element (PlyFile *, void *) | 
| void  | ply_put_comment (PlyFile *, char *) | 
| void  | ply_put_obj_info (PlyFile *, char *) | 
| PlyFile *  | ply_read (FILE *, int *, char ***) | 
| PlyFile *  | ply_open_for_reading (char *, int *, char ***, int *, float *) | 
| PlyElement *  | ply_get_element_description (PlyFile *, char *, int *, int *) | 
| void  | ply_get_element_setup (PlyFile *, char *, int, PlyProperty *) | 
| void  | ply_get_property (PlyFile *, char *, PlyProperty *) | 
| PlyOtherProp *  | ply_get_other_properties (PlyFile *, char *, int) | 
| void  | ply_get_element (PlyFile *, void *) | 
| char **  | ply_get_comments (PlyFile *, int *) | 
| char **  | ply_get_obj_info (PlyFile *, int *) | 
| void  | ply_close (PlyFile *) | 
| void  | ply_get_info (PlyFile *, float *, int *) | 
| PlyOtherElems *  | ply_get_other_element (PlyFile *, char *, int) | 
| void  | ply_describe_other_elements (PlyFile *, PlyOtherElems *) | 
| void  | ply_put_other_elements (PlyFile *) | 
| void  | ply_free_other_elements (PlyOtherElems *) | 
| void  | ply_describe_other_properties (PlyFile *, PlyOtherProp *, int) | 
| int  | equal_strings (const char *, const char *) | 
| PlyElement *  | find_element (PlyFile *, char *) | 
| PlyProperty *  | find_property (PlyElement *, const char *, int *) | 
| void  | write_scalar_type (FILE *, int) | 
| char **  | get_words (FILE *, int *, char **) | 
| char **  | old_get_words (FILE *, int *) | 
| void  | write_binary_item (FILE *, int, unsigned int, double, int) | 
| void  | write_ascii_item (FILE *, int, unsigned int, double, int) | 
| double  | old_write_ascii_item (FILE *, char *, int) | 
| void  | add_element (PlyFile *, char **, int) | 
| void  | add_property (PlyFile *, char **, int) | 
| void  | add_comment (PlyFile *, char *) | 
| void  | add_obj_info (PlyFile *, char *) | 
| void  | copy_property (PlyProperty *, PlyProperty *) | 
| void  | store_item (char *, int, int, unsigned int, double) | 
| void  | get_stored_item (void *, int, int *, unsigned int *, double *) | 
| double  | get_item_value (char *, int) | 
| void  | get_ascii_item (char *, int, int *, unsigned int *, double *) | 
| void  | get_binary_item (FILE *, int, int *, unsigned int *, double *) | 
| void  | ascii_get_element (PlyFile *, char *) | 
| void  | binary_get_element (PlyFile *, char *) | 
| char *  | my_alloc (int, int, char *) | 
| int  | get_prop_type (char *) |