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