00001 #include "vuSphericIBR.h" 00002 00003 class vuSphericIBR1B : public vuSphericIBR<1,byte> { 00004 public: 00005 bool init(const char *DataFile); 00006 00008 static const char* getFileType() { return "16111"; } 00009 00010 private: 00011 DECLARE_EVENT_TABLE() 00012 }; 00013