My Project
OSLOM.h
00001 #ifndef OSLOM_H
00002 #define OSLOM_H
00003 
00004 #include "cluster.h"
00005 
00012 template <typename R>
00013 class OSLOM: public ClusterAlg<R>{
00014 public:
00021   OSLOM(string a){
00022     this->args = a;
00023     this->dens = new complex_density<bidirected_t>(0);
00024   };
00025   
00030   ~OSLOM(){};
00031   
00035   void calculate();
00036 };
00037 
00038 
00039 #endif
 All Classes Files Functions Variables Typedefs