00001
00002
00003
00004
00005
00006
00008
00066
00067
00068
00069
00070
00071
00075
00076
00077
00087
00088
00089
00090
00091
00092
00093
00094
00095
00096
00098
00099
00100
00101
00102
00103
00104
00105
00107
00108
00109
00110
00111
00112
00113
00114
00116
00117
00118
00120
00121
00122
00123
00124
00125
00126
00127
00128
00138 analysis* analysis_ctor(char *inputpath, int len);
00139
00148 void analysis_dtor(analysis *thee, int len);
00149
00159 int sphere_grbuilder(analysis *thee, ssystem *kalle);
00160
00170 int cylinder_grbuilder(analysis *thee, ssystem *kalle);
00171
00182 void sphere_paircorr(analysis *thee, ssystem *kalle, int step);
00183
00194 void cylinder_paircorr(analysis *thee, ssystem *kalle, int step);
00195
00207 int sphere_get_gridpoint(double rad, double len, int res, double *xyz);
00208
00220 int cylinder_get_gridpoint(double rad, double len, int res, double *xyz);
00221
00232 void analysis_grpot(analysis *thee, ssystem *kalle, int step);
00233
00243 void analysis_setup(analysis *thee, ssystem *kalle);
00244
00250 void analysis_reset_files(analysis *thee);
00251
00257 void analysis_kill_files(analysis *thee);
00258
00270 void analysis_make(analysis *thee, ssystem *kalle, int step);
00271
00283 char* analysis_sysname(char *s, char* name, int nr, int max);
00284
00291 void analysis_grdtor(analysis *thee, ssystem *kalle);
00292
00306 void analysis_mmpaircorr(analysis *thee, ssystem *kalle, int step);
00307
00308 #endif
00309
00310
00311