Lookup table internally used by SgPointUtil::Row(). More...
#include <SgPoint.h>
Public Member Functions | |
PointToRow () | |
SgGrid | Row (SgPoint p) const |
Private Attributes | |
SgArray< SgGrid, SG_MAXPOINT > | m_row |
Lookup table internally used by SgPointUtil::Row().
Definition at line 225 of file SgPoint.h.
SgPointUtil::PointToRow::PointToRow | ( | ) |
Definition at line 228 of file SgPoint.h.
References SgArray< T, SIZE >::Fill(), m_row, SgPointUtil::Pt(), and SG_MAX_SIZE.
Definition at line 236 of file SgPoint.h.
References m_row, SG_ASSERT, and SG_ASSERT_BOARDRANGE.
Referenced by SgPointUtil::Row().
SgArray<SgGrid,SG_MAXPOINT> SgPointUtil::PointToRow::m_row [private] |
Definition at line 244 of file SgPoint.h.
Referenced by PointToRow(), and Row().