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

PLY file nuclear element. More...

#include <PlyFilter.h>

Public Attributes

p_ply_element elem
 
const char * elementName
 
long elementInstances
 
std::vector< plyPropertyproperties
 
int propertiesCount
 
bool isFace
 

Detailed Description

PLY file nuclear element.

Definition at line 36 of file PlyFilter.h.

Member Data Documentation

◆ elem

p_ply_element plyElement::elem

Definition at line 37 of file PlyFilter.h.

◆ elementInstances

long plyElement::elementInstances

Definition at line 39 of file PlyFilter.h.

◆ elementName

const char* plyElement::elementName

Definition at line 38 of file PlyFilter.h.

◆ isFace

bool plyElement::isFace

Definition at line 42 of file PlyFilter.h.

◆ properties

std::vector<plyProperty> plyElement::properties

Definition at line 40 of file PlyFilter.h.

◆ propertiesCount

int plyElement::propertiesCount

Definition at line 41 of file PlyFilter.h.


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