![]() |
#include <string>
#include <functional>
#include <memory>
#include <unordered_map>
#include <vector>
Go to the source code of this file.
Classes | |
class | SurgSim::DataStructures::PlyReader |
Wrapper for the C .ply file parser This class wraps the main functionality for the original C .ply file parser at http://paulbourke.net/dataformats/ply/ it enables customization of the parsing process either through a delegate class or through executing the requestElement and requestProperty functions. More... | |
struct | SurgSim::DataStructures::PlyReader::PropertyInfo |
Information about the property on the .ply file. More... | |
struct | SurgSim::DataStructures::PlyReader::ElementInfo |
Information about the element in the .ply file. More... | |
Namespaces | |
SurgSim | |
SurgSim::DataStructures | |