#include <Manager_farmers.h>
Collaboration diagram for Manager_farmers_threads:

Public Member Functions | |
| Manager_farmers_threads () | |
| void | assignJob (Agent_space *agent_h, const Pixel *plot_h) |
Protected Member Functions | |
| void | run () |
Private Attributes | |
| volatile Agent_space * | agent |
| const Pixel * | plot |
Definition at line 92 of file Manager_farmers.h.
Definition at line 1032 of file Manager_farmers.cpp.
| void assignJob | ( | Agent_space * | agent_h, | |
| const Pixel * | plot_h | |||
| ) |
Definition at line 1056 of file Manager_farmers.cpp.
| void run | ( | ) | [protected] |
Definition at line 1037 of file Manager_farmers.cpp.
volatile Agent_space* agent [private] |