Easy3D 2.5.3
Element Class Reference

Model element (e.g., faces, vertices, edges) with optional properties. More...

#include <easy3d/fileio/ply_reader_writer.h>

Public Member Functions

 Element (const std::string &elem_name, std::size_t n_instances=0)
 
std::string property_statistics () const
 

Public Attributes

std::string name
 
std::size_t num_instances
 
std::vector< Vec3Propertyvec3_properties
 
std::vector< Vec2Propertyvec2_properties
 
std::vector< FloatPropertyfloat_properties
 
std::vector< IntPropertyint_properties
 
std::vector< FloatListPropertyfloat_list_properties
 
std::vector< IntListPropertyint_list_properties
 

Detailed Description

Model element (e.g., faces, vertices, edges) with optional properties.


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