• Main Page
  • Classes
  • Files
  • File List

D:/Radagast_D/Projekt/ECF_trunk/ECF/ParallelAlgorithm.h

00001 #ifndef ParallelAlgorithm_h
00002 #define ParallelAlgorithm_h
00003 
00004 #include "Algorithm.h"
00005 #include<vector>
00006 
00012 class ParallelAlgorithm : public Algorithm
00013 {
00014 public:
00015     virtual ~ParallelAlgorithm()
00016     {   }
00017 
00018     bool isParallel()
00019     {   return true;    }
00020 };
00021 typedef boost::shared_ptr<ParallelAlgorithm> ParallelAlgorithmP;
00022 
00023 #endif // ParallelAlgorithm_h
00024 

Generated on Wed Sep 1 2010 14:31:21 for ECF by  doxygen 1.7.1