Main Page   Modules   Namespace List   Class Hierarchy   Data Structures   File List   Namespace Members   Data Fields   Globals   Related Pages  

FitScanResultIOHelper.h

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

Generated on Mon Dec 15 19:36:02 2003 for SCT DAQ/DCS Software by doxygen1.3-rc3