00001 00002 #ifndef ALGDICONVERT_H 00003 #define ALGDICONVERT_H 00004 00005 #include "Algorithm/AlgBase.h" 00006 00007 class AlgDIConvert : public AlgBase 00008 { 00009 00010 public: 00011 AlgDIConvert(); 00012 virtual ~AlgDIConvert(); 00013 virtual void RunAlg(AlgConfig &ac, CandHandle &ch, CandContext &cx); 00014 virtual void Trace(const char *c) const; 00015 00016 ClassDef(AlgDIConvert,1) 00017 00018 }; 00019 00020 #endif // ALGDIGIT_H
1.3.9.1