16 #ifndef SURGSIM_GRAPHICS_MESHPLYREADERDELEGATE_H
17 #define SURGSIM_GRAPHICS_MESHPLYREADERDELEGATE_H
43 virtual void processVertex(
const std::string& elementName)
override;
Definition: DriveElementFromInputBehavior.cpp:27
MeshPlyReaderDelegate()
Default constructor.
Definition: MeshPlyReaderDelegate.cpp:28
virtual void processVertex(const std::string &elementName) override
Callback function to process one vertex.
Definition: MeshPlyReaderDelegate.cpp:42
Implementation of PlyReaderDelegate for simple triangle meshes.
Definition: TriangleMeshPlyReaderDelegate.h:34
Implementation of PlyReaderDelegate for graphicsmeshes.
Definition: MeshPlyReaderDelegate.h:32