Diploma Thesis Percolation Simulation C++ Sourcecode Documentation |
#include <sphere.h>
Collaboration diagram for sphere:
Public Methods | |
sphere () | |
sphere (int dimension) | |
sphere (const sphere &) | |
sphere (myVector &, REAL, NUMBER, NUMBER) | |
void | unitpointsphere () |
sphere & | operator= (const sphere &) |
bool | operator!= (const sphere &s2) |
REAL | distance (sphere &, sphere &) |
Public Attributes | |
myVector | c |
REAL | r |
NUMBER | clno |
NUMBER | clsz |
Friends | |
int | getdim (const sphere &u) |
bool | overlap (sphere &, sphere &) |
bool | overlap (sphere &, sphere &, sphere &temp) |
bool | overlap2 (sphere &, sphere &, sphere &temp) |
ostream & | operator<< (ostream &, sphere &) |
|
Definition at line 36 of file sphere.h.
00036 { 00037 // cout <<"defaultconstruct "<<flush; 00038 } |
|
Definition at line 40 of file sphere.h. References c, and myVector::set_dim().
|
|
Definition at line 44 of file sphere.h. References c, clno, clsz, getdim, r, and myVector::set_dim().
|
|
Definition at line 53 of file sphere.h. References c, clno, clsz, getdim, NUMBER, r, REAL, and myVector::set_dim().
|
|
|
|
Definition at line 81 of file sphere.h. References c, clno, clsz, and r.
|
|
Definition at line 71 of file sphere.h. References c, clno, clsz, getdim, r, and myVector::set_dim().
|
|
Definition at line 64 of file sphere.h. References c, clno, clsz, myVector::nullvect(), and r.
|
|
Definition at line 62 of file sphere.h. Referenced by operator=(), and sphere().
|
|
Definition at line 110 of file sphere.h.
|
|
Definition at line 98 of file sphere.h.
|
|
Definition at line 94 of file sphere.h.
|
|
Definition at line 104 of file sphere.h.
|
|
Definition at line 14 of file sphere.h. Referenced by counters::combine(), compare_clustersizes(), counters::count_analyze_and_return_clusters(), distance(), counters::divide_count_and_analyze(), counters::divide_d_times_count_and_analyze(), analyze::edgespheres(), getdim(), greatercoord(), counters::neighbour_l(), counters::neighbour_naive(), operator!=(), operator<<(), operator=(), overlap(), overlap2(), set_dim(), sphere(), throw_spheres(), and unitpointsphere(). |
|
|
Definition at line 17 of file sphere.h. Referenced by compare_clustersizes(), operator!=(), operator<<(), operator=(), set_clustersize(), set_clustersize_to_each_sphere(), set_clustersize_to_each_sphere_l(), set_clustersizes(), sphere(), and unitpointsphere(). |
|
Definition at line 15 of file sphere.h. Referenced by find_biggestradius(), counters::neighbour_l(), counters::neighbour_naive(), operator!=(), operator<<(), operator=(), overlap(), overlap2(), set_radius(), sphere(), and unitpointsphere(). |
Diploma Thesis Sourcecode
Documentation check out the text and the executable binaries |