VTK
Public Attributes | List of all members
PlyFile Struct Reference

#include <vtkPLY.h>

Collaboration diagram for PlyFile:
[legend]

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 144 of file vtkPLY.h.

Member Data Documentation

§ fp

FILE* PlyFile::fp

Definition at line 145 of file vtkPLY.h.

§ file_type

int PlyFile::file_type

Definition at line 146 of file vtkPLY.h.

§ version

float PlyFile::version

Definition at line 147 of file vtkPLY.h.

§ nelems

int PlyFile::nelems

Definition at line 148 of file vtkPLY.h.

§ elems

PlyElement** PlyFile::elems

Definition at line 149 of file vtkPLY.h.

§ num_comments

int PlyFile::num_comments

Definition at line 150 of file vtkPLY.h.

§ comments

char** PlyFile::comments

Definition at line 151 of file vtkPLY.h.

§ num_obj_info

int PlyFile::num_obj_info

Definition at line 152 of file vtkPLY.h.

§ obj_info

char** PlyFile::obj_info

Definition at line 153 of file vtkPLY.h.

§ which_elem

PlyElement* PlyFile::which_elem

Definition at line 154 of file vtkPLY.h.

§ other_elems

PlyOtherElems* PlyFile::other_elems

Definition at line 155 of file vtkPLY.h.


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