Write a map of the board, showing marks for SgPointSet. More...
#include <GoBoardUtil.h>
Public Member Functions | |
WriteMap (const GoBoard &bd, const SgPointSet &points) | |
const GoBoard & | Board () const |
const SgPointSet & | Points () const |
Private Attributes | |
const GoBoard & | m_bd |
const SgPointSet & | m_points |
Write a map of the board, showing marks for SgPointSet.
Definition at line 1144 of file GoBoardUtil.h.
GoBoardWrite::WriteMap::WriteMap | ( | const GoBoard & | bd, | |
const SgPointSet & | points | |||
) |
Definition at line 1147 of file GoBoardUtil.h.
const GoBoard& GoBoardWrite::WriteMap::Board | ( | ) | const |
const SgPointSet& GoBoardWrite::WriteMap::Points | ( | ) | const |
const GoBoard& GoBoardWrite::WriteMap::m_bd [private] |
Definition at line 1158 of file GoBoardUtil.h.
Referenced by Board().
const SgPointSet& GoBoardWrite::WriteMap::m_points [private] |
Definition at line 1160 of file GoBoardUtil.h.
Referenced by Points().