Struct xlifepp::PlyProperty# struct PlyProperty Definition of a Property according to PLY format. Public Members bool isList# true if it is a list string_t name# name of the property (x, y, z, vertex_index, …) string_t subtype# sub type of the property when is a list string_t type# type of the property (char, uchar, short, ushort, int, uint, float, double)