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

#include <Ply.h>

Collaboration diagram for PlyOtherProp:

Public Attributes

char * name
 
int size
 
int nprops
 
PlyProperty ** props
 

Detailed Description

Definition at line 111 of file Ply.h.

Member Data Documentation

◆ name

char* PlyOtherProp::name

Definition at line 112 of file Ply.h.

Referenced by ply_describe_other_properties(), and ply_get_other_properties().

◆ nprops

int PlyOtherProp::nprops

Definition at line 114 of file Ply.h.

Referenced by ply_describe_other_properties(), and ply_get_other_properties().

◆ props

PlyProperty** PlyOtherProp::props

Definition at line 115 of file Ply.h.

Referenced by ply_describe_other_properties(), and ply_get_other_properties().

◆ size

int PlyOtherProp::size

Definition at line 113 of file Ply.h.

Referenced by ply_describe_other_properties(), and ply_get_other_properties().


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