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

DummyFn.cxx

Go to the documentation of this file.
00001 #include "FastShowerUtils/DummyFn.h"
00002 #include "FastShowerUtils/PolyArgs.h"
00003 namespace FastShower{
00004 
00005   double Dummy0::value(const PolyArgs&) const {return 0.;}
00006   //
00007   IFn* Dummy0::clone() const {return new Dummy0();}
00008 
00010 
00011   double Dummy1::value(const PolyArgs&) const {return 1.;}
00012   //
00013   IFn* Dummy1::clone() const {return new Dummy1();}
00014 
00016 }
00017 
00018 

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