00001 #ifndef _VU_SPHERIC_REVOLVER2F_UTILITY_H_ 00002 #define _VU_SPHERIC_REVOLVER2F_UTILITY_H_ 00003 #include "vuSphericRevolver.h" 00004 00005 class vuSphericRevolver2F : public vuSphericRevolver<2,float> { 00006 public: 00007 bool init(const char *DataFile); 00008 00010 static const char* getFileType() { return "1611B"; } 00011 00012 private: 00013 DECLARE_EVENT_TABLE() 00014 }; 00015 00016 #endif /* _VU_SPHERIC_REVOLVER2F_UTILITY_H_ */