cortical_surface  5.0.5
cluster.h
Go to the documentation of this file.
1 #ifndef AIMS_CLUSTER_H
2 #define AIMS_CLUSTER_H
5 
6 
7 
9  private:
10  void getListeTriangles();
11  void Step(std::vector<int> &random, long double temp, uint &mod);
12  std::vector<uint> getCliquesTurnedOn(float temp, std::vector<uint> &indicesCliques);
13  std::vector<int> getCompConn(std::vector<uint> &indicesCliques, std::set<uint> &listeSites);
14  std::vector<std::set<uint> > getCompConnVector(std::vector<int> &comp);
15 // void getSpecialMesh();
16  long double getCompacite(std::set<uint> &comp, bool verb=true);
17 
18 
19  public:
20 // SWC(){}
21 
22  void Run();
23  void Run2();
24 };
25 
26 
27 
28 
29 #endif
30 
void Run()
Definition: cluster.h:8
void Run2()
unsigned int uint