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