Definition in file GoInfluence.h.
#include "GoBoard.h"
#include "GoGame.h"
#include "SgPointArray.h"
Go to the source code of this file.
Namespaces | |
| namespace | GoInfluence |
Functions | |
| void | GoInfluence::FindInfluence (const GoBoard &board, int nuExpand, int nuShrink, SgBWSet *result) |
| Compute influence by nuExpand expansions followed by nuShrink contractions. | |
| int | GoInfluence::Influence (const GoBoard &board, SgBlackWhite color, int nuExpand, int nuShrink) |
| Influence of a single player. | |
| void | GoInfluence::ComputeInfluence (const GoBoard &board, const SgBWSet &stopPts, SgBWArray< SgPointArray< int > > *influence) |
| Compute influence, stopping at stopPts. | |