Easy3D 2.5.3
|
Generic property. More...
#include <easy3d/fileio/ply_reader_writer.h>
Public Member Functions | |
GenericProperty (const std::string &prop_name="", const std::vector< VT > &values=std::vector< VT >()) | |
Public Attributes | |
std::string | name |
Generic property.
VT | The value type, e.g., int, float, string, vec3, std::vector |