#include <player_predicate.h>
rcsc::YCoordinatePlusPlayerPredicateに対する継承グラフ
Public メソッド | |
YCoordinatePlusPlayerPredicate (const double &threshold) | |
construct with threshold value | |
bool | operator() (const AbstractPlayerObject &p) const |
predicate function |
rcsc::YCoordinatePlusPlayerPredicate::YCoordinatePlusPlayerPredicate | ( | const double & | threshold | ) | [inline, explicit] |
construct with threshold value
threshold | y-coordinate threshold value |
bool rcsc::YCoordinatePlusPlayerPredicate::operator() | ( | const AbstractPlayerObject & | p | ) | const [inline, virtual] |
predicate function
p | const reference to the target player object |
rcsc::PlayerPredicateを実装しています。