ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
PlyFile Struct Reference

#include <Ply.h>

Collaboration diagram for PlyFile:

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
 

Detailed Description

Definition at line 134 of file Ply.h.

Member Data Documentation

◆ comments

char** PlyFile::comments

◆ elems

◆ file_type

◆ fp

◆ nelems

◆ num_comments

int PlyFile::num_comments

◆ num_obj_info

int PlyFile::num_obj_info

◆ obj_info

char** PlyFile::obj_info

◆ other_elems

◆ version

float PlyFile::version

◆ which_elem


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