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

PLY file properties. More...

#include <PlyFilter.h>

Public Attributes

p_ply_property prop
 
const char * propName
 
e_ply_type type
 
e_ply_type length_type
 
e_ply_type value_type
 
int elemIndex
 

Detailed Description

PLY file properties.

Definition at line 26 of file PlyFilter.h.

Member Data Documentation

◆ elemIndex

int plyProperty::elemIndex

Definition at line 32 of file PlyFilter.h.

Referenced by PlyFilter::loadFile().

◆ length_type

e_ply_type plyProperty::length_type

Definition at line 30 of file PlyFilter.h.

Referenced by PlyFilter::loadFile().

◆ prop

p_ply_property plyProperty::prop

Definition at line 27 of file PlyFilter.h.

Referenced by PlyFilter::loadFile().

◆ propName

const char* plyProperty::propName

Definition at line 28 of file PlyFilter.h.

Referenced by PlyFilter::loadFile().

◆ type

e_ply_type plyProperty::type

Definition at line 29 of file PlyFilter.h.

Referenced by PlyFilter::loadFile().

◆ value_type

e_ply_type plyProperty::value_type

Definition at line 31 of file PlyFilter.h.

Referenced by PlyFilter::loadFile().


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