|
vision
|
Public Member Functions | |
| PlyProperty (std::istream &is) | |
| PlyProperty (Type type, std::string &_name) | |
| PlyProperty (Type list_type, Type prop_type, std::string &_name, size_t list_count) | |
Public Attributes | |
| std::string | name |
| Type | propertyType { Type::INVALID } |
| bool | isList { false } |
| Type | listType { Type::INVALID } |
| size_t | listCount {0} |