00001 #include "vuSphericFourierBrowser.h" 00002 00003 class vuSphericFourierBrowser2F : public vuSphericFourierBrowser<2,float> { 00004 public: 00005 bool init(const char *DataFile); 00006 00008 static const char* getFileType() { return "1611B"; } 00009 00010 private: 00011 DECLARE_EVENT_TABLE() 00012 }; 00013