Functions | |
void | RespondPointSet (GtpCommand &cmd, const SgPointSet &pointSet) |
Append a point set to the response of a command. |
void SgGtpUtil::RespondPointSet | ( | GtpCommand & | cmd, | |
const SgPointSet & | pointSet | |||
) |
Append a point set to the response of a command.
The response will be formatted as a single line with the points ordered (A1, B1, ..., A2, ...) to facilitate writing GTP regression tests using this command.
Definition at line 15 of file SgGtpUtil.cpp.