Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

VCSet.hpp File Reference

#include "SgSystem.h"
#include "SgStatistics.h"
#include "ChangeLog.hpp"
#include "ConstBoard.hpp"
#include "Groups.hpp"
#include "Hex.hpp"
#include "VC.hpp"
#include "VCList.hpp"

Go to the source code of this file.

Classes

class  VCSet
 Stores the connections for a board and color. More...
struct  VCSetStatistics
 Info on the set of connections. More...

Namespaces

namespace  VCSetUtil
 

Utilities on VCSet.


Functions

bitset_t VCSetUtil::ConnectedTo (const VCSet &con, const Groups &groups, HexPoint x, VC::Type type)
 Returns set of cells connected to x.
bool VCSetUtil::EqualOnGroups (const VCSet &c1, const VCSet &c2, const Groups &groups)
 Returns true if connection sets are equal on the given groups.
VCSetStatistics VCSetUtil::ComputeStatistics (const VCSet &con, const Groups &groups, std::size_t maxConnections, int numBins)
 Obtain info on connections.

Detailed Description

Definition in file VCSet.hpp.


6 Jan 2011 Doxygen 1.6.3