Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

IFnOfCoreSamples.h

Go to the documentation of this file.
00001 #ifndef FASTSHOWER_IFNOFCORESAMPLES_H
00002 #define FASTSHOWER_IFNOFCORESAMPLES_H
00003 
00004 #ifndef FASTSHOWER_IDEBUG_H
00005 #include "FastShowerUtils/IDebug.h"
00006 #endif
00007 
00008 namespace FastShower{
00015   class CoreSamples;
00016   class IFnOfCoreSamples: virtual public IDebug {
00017   public:
00018     typedef CoreSamples ArgType;
00019     virtual ~IFnOfCoreSamples();
00020     virtual double value(const CoreSamples&) const = 0;
00021     virtual IFnOfCoreSamples* clone() const = 0;
00022   };
00023 }
00024 #endif
00025 
00026   

Generated on Tue Mar 18 11:50:00 2003 for FastShowerUtils by doxygen1.3-rc1