| Diploma Thesis Percolation Simulation C++ Sourcecode Documentation |
#include <ff.h>
Collaboration diagram for ff::arguments1:

Public Methods | |
| arguments1 () | |
| arguments1 (NUMBER N_, int dim_, sphere *spheres_, NUMLIST *L_sph_numbers_, REAL radius_, string *throwtime_, const char *clusteranalysis_file_, REAL parameter_) | |
Public Attributes | |
| NUMBER | N |
| int | dim |
| sphere * | spheres |
| NUMLIST * | L_sph_numbers |
| REAL | radius |
| string * | throwtime |
| const char * | clusteranalysis_file |
| REAL | parameter |
|
|
Definition at line 40 of file ff.h.
00040 {}
|
|
||||||||||||||||||||||||||||||||||||
|
Definition at line 42 of file ff.h.
00045 : 00046 N(N_), dim(dim_), spheres(spheres_), L_sph_numbers(L_sph_numbers_), 00047 radius(radius_), throwtime(throwtime_), clusteranalysis_file(clusteranalysis_file_), parameter(parameter_) 00048 { 00049 } |
|
|
Definition at line 31 of file ff.h. Referenced by ff::is_the_biggestcluster_bigger_than_a_ratio(), ff::is_the_incl_meancluster_bigger_than_a_ratio(), ff::is_the_numberofcl_smaller_than_a_ratio(), ff::is_there_a_spanning_cluster(), and ff::is_there_only_one_cluster(). |
|
|
Definition at line 26 of file ff.h. Referenced by ff::is_the_biggestcluster_bigger_than_a_ratio(), ff::is_the_incl_meancluster_bigger_than_a_ratio(), ff::is_the_numberofcl_smaller_than_a_ratio(), ff::is_there_a_spanning_cluster(), and ff::is_there_only_one_cluster(). |
|
|
Definition at line 28 of file ff.h. Referenced by ff::is_the_biggestcluster_bigger_than_a_ratio(), ff::is_the_incl_meancluster_bigger_than_a_ratio(), ff::is_the_numberofcl_smaller_than_a_ratio(), ff::is_there_a_spanning_cluster(), and ff::is_there_only_one_cluster(). |
|
|
Definition at line 25 of file ff.h. Referenced by ff::is_the_biggestcluster_bigger_than_a_ratio(), ff::is_the_incl_meancluster_bigger_than_a_ratio(), ff::is_the_numberofcl_smaller_than_a_ratio(), ff::is_there_a_spanning_cluster(), and ff::is_there_only_one_cluster(). |
|
|
Definition at line 32 of file ff.h. Referenced by ff::is_the_biggestcluster_bigger_than_a_ratio(), ff::is_the_incl_meancluster_bigger_than_a_ratio(), and ff::is_the_numberofcl_smaller_than_a_ratio(). |
|
|
|
|
|
Definition at line 27 of file ff.h. Referenced by ff::is_the_biggestcluster_bigger_than_a_ratio(), ff::is_the_incl_meancluster_bigger_than_a_ratio(), ff::is_the_numberofcl_smaller_than_a_ratio(), ff::is_there_a_spanning_cluster(), and ff::is_there_only_one_cluster(). |
|
|
Definition at line 30 of file ff.h. Referenced by ff::is_the_biggestcluster_bigger_than_a_ratio(), ff::is_the_incl_meancluster_bigger_than_a_ratio(), ff::is_the_numberofcl_smaller_than_a_ratio(), ff::is_there_a_spanning_cluster(), and ff::is_there_only_one_cluster(). |
| Diploma Thesis Sourcecode
Documentation check out the text and the executable binaries |