small structure to define a cell point More...
Public Member Functions | |
Point (int wh, STOFFCell const *cell, int cellId) | |
float | getPos (int coord) const |
float | getSize (int coord) const |
returns the cells size | |
Public Attributes | |
int | m_which |
the position of the point in the cell (0: LT, 1: RB) | |
STOFFCell const * | m_cell |
the cell | |
int | m_cellId |
the cell id ( used by compare) |
small structure to define a cell point
STOFFTableInternal::Compare::Point::Point | ( | int | wh, |
STOFFCell const * | cell, | ||
int | cellId | ||
) | [inline] |
float STOFFTableInternal::Compare::Point::getPos | ( | int | coord | ) | const [inline] |
Referenced by STOFFTableInternal::Compare::operator()().
float STOFFTableInternal::Compare::Point::getSize | ( | int | coord | ) | const [inline] |
returns the cells size
the cell
Referenced by getPos(), getSize(), and STOFFTableInternal::Compare::operator()().
the cell id ( used by compare)
Referenced by STOFFTableInternal::Compare::operator()().
the position of the point in the cell (0: LT, 1: RB)
Referenced by getPos(), and STOFFTableInternal::Compare::operator()().