Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

GoInfluence.h File Reference


Detailed Description

Simple functions for influence computation.

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.


17 Jun 2010 Doxygen 1.4.7