VTK
Public Attributes | List of all members
PlyElement Struct Reference

#include <vtkPLY.h>

Collaboration diagram for PlyElement:
[legend]

Public Attributes

char * name
 
int num
 
int size
 
int nprops
 
PlyProperty ** props
 
char * store_prop
 
int other_offset
 
int other_size
 

Detailed Description

Definition at line 110 of file vtkPLY.h.

Member Data Documentation

◆ name

char* PlyElement::name

Definition at line 111 of file vtkPLY.h.

◆ num

int PlyElement::num

Definition at line 112 of file vtkPLY.h.

◆ size

int PlyElement::size

Definition at line 113 of file vtkPLY.h.

◆ nprops

int PlyElement::nprops

Definition at line 114 of file vtkPLY.h.

◆ props

PlyProperty** PlyElement::props

Definition at line 115 of file vtkPLY.h.

◆ store_prop

char* PlyElement::store_prop

Definition at line 116 of file vtkPLY.h.

◆ other_offset

int PlyElement::other_offset

Definition at line 117 of file vtkPLY.h.

◆ other_size

int PlyElement::other_size

Definition at line 118 of file vtkPLY.h.


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