Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

FitStateIterating.h

Go to the documentation of this file.
00001 #ifndef FITSTATEITERATING_H_
00002 #define FITSTATEITERATING_H_
00003 //_____________________________________________________________________________
00013 
00014 #include "FitState.h"
00015 
00016 class FitContext;
00017 
00018 class FitStateIterating : public FitState {
00019 
00020 public:
00024     void Iterate(FitContext& context) const;
00025     
00029     const std::string& Name() const;    
00030 };
00031 
00032 #endif // FITSTATEITERATING_H_

Generated on Mon Feb 15 11:06:43 2010 for loon by  doxygen 1.3.9.1