|
Information about the property on the .ply file. More...
Public Attributes | |
| std::string | propertyName |
| Name of the property. More... | |
| int | dataType |
| Type of the receiving data. More... | |
| int | dataOffset |
| Location for the receiving data. More... | |
| int | countType |
| For lists, type of the receiving data for the count of listelements. More... | |
| int | countOffset |
| For lists, location of the receiving data for the count. More... | |
Information about the property on the .ply file.
| int SurgSim::DataStructures::PlyReader::PropertyInfo::countOffset |
For lists, location of the receiving data for the count.
| int SurgSim::DataStructures::PlyReader::PropertyInfo::countType |
For lists, type of the receiving data for the count of listelements.
| int SurgSim::DataStructures::PlyReader::PropertyInfo::dataOffset |
Location for the receiving data.
| int SurgSim::DataStructures::PlyReader::PropertyInfo::dataType |
Type of the receiving data.
| std::string SurgSim::DataStructures::PlyReader::PropertyInfo::propertyName |
Name of the property.
1.8.13