![]() |
Information about the element in the .ply file. More...
Public Attributes | |
std::string | name |
Name of the element. More... | |
StartElementCallbackType | startElementCallback |
Callback to be used when the element is first encountered. More... | |
StandardCallbackType | processElementCallback |
Callback to be used for each processed element. More... | |
StandardCallbackType | endElementCallback |
Callback to be used after all the elements have been processed. More... | |
std::vector< PropertyInfo > | requestedProperties |
All the properties that are wanted. More... | |
Information about the element in the .ply file.
StandardCallbackType SurgSim::DataStructures::PlyReader::ElementInfo::endElementCallback |
Callback to be used after all the elements have been processed.
std::string SurgSim::DataStructures::PlyReader::ElementInfo::name |
Name of the element.
StandardCallbackType SurgSim::DataStructures::PlyReader::ElementInfo::processElementCallback |
Callback to be used for each processed element.
std::vector<PropertyInfo> SurgSim::DataStructures::PlyReader::ElementInfo::requestedProperties |
All the properties that are wanted.
StartElementCallbackType SurgSim::DataStructures::PlyReader::ElementInfo::startElementCallback |
Callback to be used when the element is first encountered.