Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

GoBoardWrite::WriteMap Class Reference

#include <GoBoardUtil.h>

List of all members.


Detailed Description

Write a map of the board, showing marks for SgPointSet.

Definition at line 1178 of file GoBoardUtil.h.

Public Member Functions

 WriteMap (const GoBoard &bd, const SgPointSet &points)
const GoBoardBoard () const
const SgPointSetPoints () const

Private Attributes

const GoBoardm_bd
const SgPointSetm_points


Constructor & Destructor Documentation

GoBoardWrite::WriteMap::WriteMap ( const GoBoard bd,
const SgPointSet points 
)

Definition at line 1181 of file GoBoardUtil.h.


Member Function Documentation

const GoBoard& GoBoardWrite::WriteMap::Board (  )  const

Definition at line 1187 of file GoBoardUtil.h.

References m_bd.

Referenced by operator<<().

const SgPointSet& GoBoardWrite::WriteMap::Points (  )  const

Definition at line 1189 of file GoBoardUtil.h.

References m_points.

Referenced by operator<<().


Member Data Documentation

const GoBoard& GoBoardWrite::WriteMap::m_bd [private]

Definition at line 1192 of file GoBoardUtil.h.

Referenced by Board().

const SgPointSet& GoBoardWrite::WriteMap::m_points [private]

Definition at line 1194 of file GoBoardUtil.h.

Referenced by Points().


The documentation for this class was generated from the following file:


17 Jun 2010 Doxygen 1.4.7