Public Attributes | List of all members
PlyFile Struct Reference

#include <SurgSim/DataStructures/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
 
PlyElementwhich_elem
 
PlyOtherElemsother_elems
 

Member Data Documentation

§ comments

char** PlyFile::comments

§ elems

PlyElement** PlyFile::elems

§ file_type

int PlyFile::file_type

§ fp

FILE* PlyFile::fp

§ nelems

int PlyFile::nelems

§ num_comments

int PlyFile::num_comments

§ num_obj_info

int PlyFile::num_obj_info

§ obj_info

char** PlyFile::obj_info

§ other_elems

PlyOtherElems* PlyFile::other_elems

§ version

float PlyFile::version

§ which_elem

PlyElement* PlyFile::which_elem

The documentation for this struct was generated from the following file: