16 #ifndef SURGSIM_DATASTRUCTURES_PLYREADERDELEGATE_H 17 #define SURGSIM_DATASTRUCTURES_PLYREADERDELEGATE_H 23 namespace DataStructures
Wraps glewInit() to separate the glew opengl definitions from the osg opengl definitions only imgui n...
Definition: AddRandomSphereBehavior.cpp:36
virtual bool fileIsAcceptable(const PlyReader &reader)=0
Check whether the file in the reader can be used with this delegate, this gives the delegate a chance...
virtual bool registerDelegate(PlyReader *reader)=0
Registers the delegate with the reader.
Wrapper for the C .ply file parser This class wraps the main functionality for the original C ...
Definition: PlyReader.h:85
virtual ~PlyReaderDelegate()
Virtual destructor.
Definition: PlyReaderDelegate.h:36
PlyReaderDelegate abstract class.
Definition: PlyReaderDelegate.h:31