Trisurf Monte Carlo simulator
Samo Penic
2018-12-25 eb7d7ef09dce79ec0c95f8e8779abe963c4043f2
commit | author | age
759169 1 #ifndef _H_CLUSTER
SP 2 #define _H_CLUSTER
3 ts_cluster_list *init_cluster_list();
4 ts_cluster *new_cluster(ts_cluster_list *cstlist);
5 ts_bool cluster_add_vertex(ts_cluster *cluster, ts_vertex *vtx);
6 ts_bool cluster_free(ts_cluster *cluster);
7 ts_bool cluster_list_free(ts_cluster_list *cstlist);
8c91d2 8 ts_bool clusterize_vesicle(ts_vesicle *vesicle, ts_cluster_list *cstlist);
759169 9 #endif