#include "SgSystem.h"
#include "GoBlock.h"
#include <iostream>
#include "GoRegion.h"
#include "SgPointSetUtil.h"
#include "SgWrite.h"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &stream, const GoBlock &b) |
Variables | |
static const bool | CHECK = SG_CHECK && true |
static const bool | HEAVYCHECK = SG_HEAVYCHECK && CHECK && false |
See GoBlock.h.
Definition in file GoBlock.cpp.
std::ostream& operator<< | ( | std::ostream & | stream, | |
const GoBlock & | b | |||
) |
Definition at line 101 of file GoBlock.cpp.
References GoBlock::Write().
const bool CHECK = SG_CHECK && true [static] |
Definition at line 16 of file GoBlock.cpp.
Referenced by GoRegionBoard::CheckConsistency(), and GoRegionBoard::OnUndoneMove().
const bool HEAVYCHECK = SG_HEAVYCHECK && CHECK && false [static] |
Definition at line 17 of file GoBlock.cpp.
Referenced by GoRegionBoard::AddRegion(), GoBlock::AddStone(), GoRegionBoard::GenBlocksRegions(), GoRegionBoard::OnExecutedUncodedMove(), GoRegionBoard::OnUndoneMove(), and GoBlock::RemoveStone().