Public Member Functions | |
CCellEdge (EDirection side, float position) | |
CCellEdge (EDirection side, const CInterval &) | |
CCellEdge (const CString &name, EDirection side, const CInterval &) | |
~CCellEdge () | |
CInterval | getInterval () const |
void | setName (const CString &newName) |
CString | getName () const |
EDirection | getSide () const |
bool | overlaps (const CCellEdge &) const |
bool | isInside (float x) const |
float | transform (float x) const |
float | inverseTransform (float x) const |
bool | operator< (const CCellEdge &) const |
bool | operator== (const CCellEdge &) const |
bool | operator!= (const CCellEdge &) const |
Definition at line 58 of file CConfig.h.