Tucano
0.1
A library for rapid prototyping with modern OpenGL and GLSL
|
#include <rply.hpp>
Public Attributes | |
e_ply_io_mode | io_mode |
e_ply_storage_mode | storage_mode |
p_ply_element | element |
long | nelements |
char * | comment |
long | ncomments |
char * | obj_info |
long | nobj_infos |
FILE * | fp |
int | rn |
char | buffer [BUFFERSIZE] |
size_t | buffer_first |
size_t | buffer_token |
size_t | buffer_last |
p_ply_idriver | idriver |
p_ply_odriver | odriver |
t_ply_argument_ | argument |
long | welement |
long | wproperty |
long | winstance_index |
long | wvalue_index |
long | wlength |
p_ply_error_cb | error_cb |
void * | pdata |
long | idata |
t_ply_argument_ t_ply_::argument |
char t_ply_::buffer[BUFFERSIZE] |
size_t t_ply_::buffer_first |
size_t t_ply_::buffer_last |
size_t t_ply_::buffer_token |
char* t_ply_::comment |
p_ply_element t_ply_::element |
p_ply_error_cb t_ply_::error_cb |
FILE* t_ply_::fp |
long t_ply_::idata |
p_ply_idriver t_ply_::idriver |
e_ply_io_mode t_ply_::io_mode |
long t_ply_::ncomments |
long t_ply_::nelements |
long t_ply_::nobj_infos |
char* t_ply_::obj_info |
p_ply_odriver t_ply_::odriver |
void* t_ply_::pdata |
int t_ply_::rn |
e_ply_storage_mode t_ply_::storage_mode |
long t_ply_::welement |
long t_ply_::winstance_index |
long t_ply_::wlength |
long t_ply_::wproperty |
long t_ply_::wvalue_index |