public GoLayout() { visitor_ = new GoPointVisitor(this); ResetPoint(); }
public GoPoint(GoCoord coord, GoPointVisitor vistior) { coord_ = coord; vistior_ = vistior; type_ = GoPointType.EMPTY; }