18 void copy(
Crack const & source);
26 void setter(
float,
float,
float,
float,
float,
float);
28 float inside(
float* R);
41 Crack & operator[](
int);
float * c
Holds the coordinates of the center of the ellipse.
Definition: crack.h:21
float * trig
Holds the sine and cosine of the angle the major axis of the ellipse makes with the problem's x axis...
Definition: crack.h:23
int n_cracks
Number of cracks in the Cracklist.
Definition: crack.h:39
float * a
Holds the lengths of the major and minor axes of the ellipse.
Definition: crack.h:22
int dim
Obsolete. Is generally equal to DIM from params.h.
Definition: crack.h:24
Crack * listofCracks
Definition: crack.h:40