00001 #ifndef FITSCANRESULTIOHELPER_H 00002 #define FITSCANRESULTIOHELPER_H 00003 00004 #include "Sct/Exception.h" 00005 00006 namespace SctData { 00007 00008 class FitScanResult; 00009 00010 class FitScanResultIOHelper { 00011 public: 00012 FitScanResult& create() const throw(); 00013 00014 private: 00015 mutable FitScanResult* fit; 00016 }; 00017 } 00018 #endif //#ifndef FITSCANRESULTIOHELPER_H