Go to the documentation of this file.
16 #ifndef SURGSIM_DATASTRUCTURES_PLYREADERDELEGATE_H
17 #define SURGSIM_DATASTRUCTURES_PLYREADERDELEGATE_H
23 namespace DataStructures
virtual bool registerDelegate(PlyReader *reader)=0
Registers the delegate with the reader.
virtual ~PlyReaderDelegate()
Virtual destructor.
Definition: PlyReaderDelegate.h: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...
Definition: CompoundShapeToGraphics.cpp:29
Wrapper for the C .ply file parser This class wraps the main functionality for the original C ....
Definition: PlyReader.h:85
PlyReaderDelegate abstract class.
Definition: PlyReaderDelegate.h:31