#include <RoboSim.hpp>
Public Member Functions | |
SimGridAllyDeterminant (const GridCell &origin_) | |
bool | operator() (const GridCell &potential_ally) |
Private Attributes | |
const GridCell & | origin |
FSPPredicate derivative making use of SimGridCell-specific information
Definition at line 26 of file RoboSim.hpp.
|
inline |
Definition at line 32 of file RoboSim.hpp.
bool RoboSim::SimGridAllyDeterminant::operator() | ( | const GridCell & | potential_ally | ) |
Definition at line 14 of file RoboSim.cpp.
References robot_api::ALLY, robot_api::GridCell::contents, robot_api::GridCell::has_private_members, robot_api::GridCell::occupant_data, robot_api::RobotData::player, and robot_api::SELF.
|
private |
Definition at line 29 of file RoboSim.hpp.