Blender V2.61 - r43446
|
#include <ply.h>
Public Attributes | |
FILE * | fp |
int | file_type |
float | version |
int | nelems |
PlyElement ** | elems |
int | num_comments |
char ** | comments |
int | num_obj_info |
char ** | obj_info |
PlyElement * | which_elem |
PlyOtherElems * | other_elems |
Definition at line 142 of file bsp/test/BSP_GhostTest/ply.h.
char ** PlyFile::comments |
Definition at line 149 of file bsp/test/BSP_GhostTest/ply.h.
Referenced by ply_get_comments(), ply_header_complete(), ply_put_comment(), and ply_read().
Definition at line 147 of file bsp/test/BSP_GhostTest/ply.h.
Referenced by add_element(), add_property(), find_element(), ply_header_complete(), ply_read(), and ply_write().
Definition at line 144 of file bsp/test/BSP_GhostTest/ply.h.
Referenced by ply_get_element(), ply_get_info(), ply_header_complete(), ply_open_for_reading(), ply_put_element(), ply_read(), and ply_write().
FILE * PlyFile::fp |
Definition at line 143 of file bsp/test/BSP_GhostTest/ply.h.
Referenced by ascii_get_element(), binary_get_element(), ply_close(), ply_header_complete(), ply_put_element(), ply_read(), and ply_write().
int PlyFile::nelems |
Definition at line 146 of file bsp/test/BSP_GhostTest/ply.h.
Referenced by add_element(), add_property(), find_element(), ply_header_complete(), ply_read(), and ply_write().
Definition at line 148 of file bsp/test/BSP_GhostTest/ply.h.
Referenced by ply_get_comments(), ply_header_complete(), ply_put_comment(), ply_read(), and ply_write().
Definition at line 150 of file bsp/test/BSP_GhostTest/ply.h.
Referenced by ply_get_obj_info(), ply_header_complete(), ply_put_obj_info(), ply_read(), and ply_write().
char ** PlyFile::obj_info |
Definition at line 151 of file bsp/test/BSP_GhostTest/ply.h.
Referenced by ply_get_obj_info(), ply_header_complete(), ply_put_obj_info(), and ply_read().
Definition at line 153 of file bsp/test/BSP_GhostTest/ply.h.
Referenced by ply_describe_other_elements(), ply_get_other_element(), ply_put_other_elements(), ply_read(), and ply_write().
float PlyFile::version |
Definition at line 145 of file bsp/test/BSP_GhostTest/ply.h.
Referenced by ply_get_info(), ply_open_for_reading(), ply_open_for_writing(), ply_read(), and ply_write().
Definition at line 152 of file bsp/test/BSP_GhostTest/ply.h.
Referenced by ascii_get_element(), binary_get_element(), ply_get_element_setup(), ply_get_other_properties(), ply_get_property(), ply_put_element(), and ply_put_element_setup().