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

FILE* PlyFile::fp

Definition at line 145 of file vtkPLY.h.

int PlyFile::file_type

Definition at line 146 of file vtkPLY.h.

float PlyFile::version

Definition at line 147 of file vtkPLY.h.

int PlyFile::nelems

Definition at line 148 of file vtkPLY.h.

PlyElement** PlyFile::elems

Definition at line 149 of file vtkPLY.h.

int PlyFile::num_comments

Definition at line 150 of file vtkPLY.h.

char** PlyFile::comments

Definition at line 151 of file vtkPLY.h.

int PlyFile::num_obj_info

Definition at line 152 of file vtkPLY.h.

char** PlyFile::obj_info

Definition at line 153 of file vtkPLY.h.

PlyElement* PlyFile::which_elem

Definition at line 154 of file vtkPLY.h.

PlyOtherElems* PlyFile::other_elems

Definition at line 155 of file vtkPLY.h.


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