Diploma Thesis Percolation Simulation
C++ Sourcecode Documentation

www.AndreasKrueger.de/thesis/code

Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

ff::arguments1 Class Reference

#include <ff.h>

Collaboration diagram for ff::arguments1:

Collaboration graph
[legend]
List of all members.

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
spherespheres
NUMLISTL_sph_numbers
REAL radius
string * throwtime
const char * clusteranalysis_file
REAL parameter

Constructor & Destructor Documentation

ff::arguments1::arguments1  
 

Definition at line 40 of file ff.h.

00040 {}

ff::arguments1::arguments1 NUMBER    N_,
int    dim_,
sphere   spheres_,
NUMLIST   L_sph_numbers_,
REAL    radius_,
string *    throwtime_,
const char *    clusteranalysis_file_,
REAL    parameter_
 

Definition at line 42 of file ff.h.

References NUMBER, and REAL.

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 }


Member Data Documentation

const char* ff::arguments1::clusteranalysis_file
 

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().

int ff::arguments1::dim
 

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().

NUMLIST* ff::arguments1::L_sph_numbers
 

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().

NUMBER ff::arguments1::N
 

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().

REAL ff::arguments1::parameter
 

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().

REAL ff::arguments1::radius
 

Definition at line 29 of file ff.h.

sphere* ff::arguments1::spheres
 

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().

string* ff::arguments1::throwtime
 

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().


The documentation for this class was generated from the following file:




Diploma Thesis Sourcecode Documentation
check out the text and the executable binaries

www.AndreasKrueger.de/thesis/code