Simple functions for influence computation. More...
#include "GoBoard.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.   | |
Simple functions for influence computation.
Definition in file GoInfluence.h.