Data Structures | |
class | MainWindow |
class | Thread |
class | GraphicsView |
class | CSyntaxHighlighter |
Typedefs | |
typedef void(* | InitFunc )(void) |
Functions | |
int | MainCallback (int iter, int popSz, GApopulation pop, double *fitnessArray, int ***parents) |
Variables | |
Thread * | CurrentThread = 0 |
QSemaphore * | semaphore = 0 |
typedef void(* NetworkEvolutionLib::InitFunc)(void) |
Definition at line 55 of file RunEvolution.cpp.
int NetworkEvolutionLib::MainCallback | ( | int | iter, | |
int | popSz, | |||
GApopulation | pop, | |||
double * | fitnessArray, | |||
int *** | parents | |||
) |
Definition at line 75 of file RunEvolution.cpp.
References callback, CurrentThread, and NetworkEvolutionLib::Thread::emitSignal().
Referenced by NetworkEvolutionLib::Thread::run().
Definition at line 53 of file RunEvolution.cpp.
Referenced by MainCallback(), NetworkEvolutionLib::Thread::run(), and NetworkEvolutionLib::Thread::Thread().
QSemaphore* NetworkEvolutionLib::semaphore = 0 |
Definition at line 54 of file RunEvolution.cpp.
Referenced by NetworkEvolutionLib::Thread::emitSignal().