Easy3D 2.5.3
GenericProperty< VT > Class Template Reference

Generic property. More...

#include <easy3d/fileio/ply_reader_writer.h>

Inheritance diagram for GenericProperty< VT >:

Public Member Functions

 GenericProperty (const std::string &prop_name="", const std::vector< VT > &values=std::vector< VT >())
 

Public Attributes

std::string name
 

Detailed Description

template<typename VT>
class easy3d::io::GenericProperty< VT >

Generic property.

Template Parameters
VTThe value type, e.g., int, float, string, vec3, std::vector
Todo:
Current implementation uses 'float' --> loss in accuracy when handling large coordinates

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