R_algo.cc

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

Generated on Fri Jul 17 20:19:29 2009 for ngsview by  doxygen 1.5.1