Public Attributes | List of all members
SurgSim::DataStructures::PlyReader::ElementInfo Struct Reference

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< PropertyInforequestedProperties
 All the properties that are wanted. More...
 

Detailed Description

Information about the element in the .ply file.

Member Data Documentation

◆ endElementCallback

StandardCallbackType SurgSim::DataStructures::PlyReader::ElementInfo::endElementCallback

Callback to be used after all the elements have been processed.

◆ name

std::string SurgSim::DataStructures::PlyReader::ElementInfo::name

Name of the element.

◆ processElementCallback

StandardCallbackType SurgSim::DataStructures::PlyReader::ElementInfo::processElementCallback

Callback to be used for each processed element.

◆ requestedProperties

std::vector<PropertyInfo> SurgSim::DataStructures::PlyReader::ElementInfo::requestedProperties

All the properties that are wanted.

◆ startElementCallback

StartElementCallbackType SurgSim::DataStructures::PlyReader::ElementInfo::startElementCallback

Callback to be used when the element is first encountered.


The documentation for this struct was generated from the following file: