void GoChain::WriteID(std::ostream& stream) const { stream << ' '<< SgBW(Color()) << " GoChain " << SgWritePoint(Anchor()); }
void GoBlock::WriteID(std::ostream& stream) const { stream << ' ' << SgBW(Color()) << " Block " << SgWritePoint(Anchor()); }