Blender V2.61 - r43446
|
#include <ply.h>
Public Attributes | |
char * | name |
int | num |
int | size |
int | nprops |
PlyProperty ** | props |
char * | store_prop |
int | other_offset |
int | other_size |
Definition at line 108 of file bsp/test/BSP_GhostTest/ply.h.
char * PlyElement::name |
Definition at line 109 of file bsp/test/BSP_GhostTest/ply.h.
Referenced by add_element(), find_element(), ply_header_complete(), ply_read(), and ply_write().
Definition at line 112 of file bsp/test/BSP_GhostTest/ply.h.
Referenced by add_element(), add_property(), ascii_get_element(), binary_get_element(), find_property(), ply_describe_element(), ply_describe_other_properties(), ply_describe_property(), ply_get_element_description(), ply_get_other_properties(), ply_header_complete(), ply_put_element(), ply_read(), ply_write(), and setup_other_props().
int PlyElement::num |
Definition at line 110 of file bsp/test/BSP_GhostTest/ply.h.
Referenced by add_element(), ply_describe_element(), ply_element_count(), ply_get_element_description(), ply_header_complete(), and ply_write().
Definition at line 115 of file bsp/test/BSP_GhostTest/ply.h.
Referenced by ascii_get_element(), binary_get_element(), ply_describe_other_properties(), ply_get_other_properties(), ply_put_element(), and ply_read().
Definition at line 116 of file bsp/test/BSP_GhostTest/ply.h.
Referenced by ascii_get_element(), binary_get_element(), ply_describe_other_properties(), ply_get_other_properties(), and setup_other_props().
Definition at line 113 of file bsp/test/BSP_GhostTest/ply.h.
Referenced by add_property(), ascii_get_element(), binary_get_element(), find_property(), ply_describe_element(), ply_describe_other_properties(), ply_describe_property(), ply_get_element_description(), ply_get_other_properties(), ply_header_complete(), ply_put_element(), and setup_other_props().
int PlyElement::size |
Definition at line 111 of file bsp/test/BSP_GhostTest/ply.h.
char * PlyElement::store_prop |
Definition at line 114 of file bsp/test/BSP_GhostTest/ply.h.
Referenced by ascii_get_element(), binary_get_element(), ply_describe_element(), ply_describe_other_properties(), ply_describe_property(), ply_get_element_setup(), ply_get_other_properties(), ply_get_property(), ply_put_element(), ply_read(), and setup_other_props().