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

IDistProcessor.h

Go to the documentation of this file.
00001 #ifndef FASTSHOWER_IDISTPROCESSOR_H
00002 #define FASTSHOWER_IDISTPROCESSOR_H
00003 
00004 namespace FastShower{
00012   class IDistProcessor{
00013   public:
00014     virtual ~IDistProcessor() =0;
00015     virtual double process(double) const =0;
00016   };
00017 }
00018 #endif
00019 

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