Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

RW_algo.cc

Go to the documentation of this file.
00001 #include "RW_algo.h"
00002 
00003 RWAlgo::RWAlgo(TrapperDoc * pDoc_, std::set< db_recno_t >& recnoList, AlgoParam* param) : 
00004   Algo(pDoc_, recnoList, param), 
00005   mal( new MAl(2000, recnoList, pDoc_) ) 
00006 {
00007 
00008 }

Generated on Fri Mar 17 17:44:24 2006 for trapper by  doxygen 1.4.4