$search
Public Member Functions | |
EPuckFeeding (Robot *owner) | |
EPuckFeeding (Robot *owner, double age) | |
void | finalize (double dt, World *w) |
void | finalize (double dt, World *w) |
void | objectStep (double dt, World *w, PhysicalObject *po) |
void | objectStep (double dt, World *w, PhysicalObject *po) |
Public Attributes | |
double | age |
bool | alive |
double | energy |
Definition at line 369 of file challenge.cpp.
Enki::EPuckFeeding::EPuckFeeding | ( | Robot * | owner, | |
double | age | |||
) | [inline] |
Definition at line 377 of file challenge.cpp.
Enki::EPuckFeeding::EPuckFeeding | ( | Robot * | owner | ) | [inline] |
Definition at line 322 of file playground.cpp.
void Enki::EPuckFeeding::finalize | ( | double | dt, | |
World * | w | |||
) | [inline] |
Definition at line 341 of file playground.cpp.
void Enki::EPuckFeeding::finalize | ( | double | dt, | |
World * | w | |||
) | [inline] |
Definition at line 400 of file challenge.cpp.
void Enki::EPuckFeeding::objectStep | ( | double | dt, | |
World * | w, | |||
PhysicalObject * | po | |||
) | [inline] |
Definition at line 328 of file playground.cpp.
void Enki::EPuckFeeding::objectStep | ( | double | dt, | |
World * | w, | |||
PhysicalObject * | po | |||
) | [inline] |
Definition at line 384 of file challenge.cpp.
double Enki::EPuckFeeding::age |
Definition at line 373 of file challenge.cpp.
Definition at line 374 of file challenge.cpp.
double Enki::EPuckFeeding::energy |
Definition at line 372 of file challenge.cpp.