Definition in file GoNodeUtil.cpp.
#include "SgSystem.h"
#include "GoNodeUtil.h"
#include "GoBoard.h"
#include "SgNode.h"
Go to the source code of this file.
Functions | |
| SgNode * | GoNodeUtil::CreatePosition (int boardSize, SgBlackWhite toPlay, const SgVector< SgPoint > &bPoints, const SgVector< SgPoint > &wPoints) |
| Create a position with given size, toPlay, b and w points. | |
| GoKomi | GoNodeUtil::GetKomi (const SgNode *node) |
| Find komi that is valid for this node. | |
| int | GoNodeUtil::GetHandicap (const SgNode *node) |
| Find handicap that is valid for this node. | |