Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  
Namespaces | Functions

GoInfluence.h File Reference

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.

Detailed Description

Simple functions for influence computation.

Definition in file GoInfluence.h.


Sun Mar 13 2011 Doxygen 1.7.1