struct PlyPropertyΒΆ

struct PlyProperty
{
    //
fields

    std::string name;
    int external_type = 0;
    int internal_type = 0;
    int offset = 0;
    int is_list = 0;
    int count_external = 0;
    int count_internal = 0;
    int count_offset = 0;
};