My Project
SSDE.h
00001 #ifndef SSDE_H
00002 #define SSDE_H
00003 
00004 #include "cluster.h"
00005 #include "ComponentsLoop.h"
00006  
00013 template <typename R>
00014 class SSDE: public ClusterAlg<R>{
00015 public:
00016   
00021   SSDE(){};
00022   
00028   ~SSDE(){};
00029   
00034   void calculate();
00035   
00044   static bool SSDEComp(map<lui, map <lui, R> >* component, void* instance);
00045 };
00046 
00047 #endif
 All Classes Files Functions Variables Typedefs