qglviewer.h

00001 #ifndef VVELIB_STORAGE_QGLVIEWER_H
00002 #define VVELIB_STORAGE_QGLVIEWER_H
00003 
00004 #include <config.h>
00005 
00006 namespace storage
00007 {
00008   class VVEStorage;
00009 };
00010 
00011 namespace qglviewer
00012 {
00013   class Vec;
00014   class Quaternion;
00015 
00016   bool serialization(storage::VVEStorage& store, Vec& v);
00017   bool serialization(storage::VVEStorage& store, Quaternion& q);
00018 }
00019 
00020 #endif // VVELIB_STORAGE_QGLVIEWER_H
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Generated on Fri May 31 15:37:52 2013 for VVE by  doxygen 1.6.3