#include <ModuleId.h>
Public Methods | |
| ModuleId (unsigned int id = 0) | |
| ModuleId (unsigned int ix, unsigned int iy) | |
| int | ix () const |
| int | iy () const |
| bool | neighbor (const ModuleId& n) |
| void | write (std::ostream& out) const |
| void | read (std::istream& in) |
| operator unsigned int () const | |
Private Attributes | |
| unsigned int | m_id |
| unsigned int | row |
| unsigned int | col |
|
|
Definition at line 41 of file ModuleId.h. |
|
|
Definition at line 48 of file ModuleId.h. |
|
|
Definition at line 54 of file ModuleId.h. Referenced by neighbor(). |
|
|
Definition at line 59 of file ModuleId.h. Referenced by neighbor(). |
|
|
Definition at line 64 of file ModuleId.h. |
|
|
Definition at line 32 of file ModuleId.h. |
|
|
Definition at line 74 of file ModuleId.h. Referenced by operator>>(). |
|
|
Definition at line 69 of file ModuleId.h. Referenced by operator<<(). |
|
|
Definition at line 36 of file ModuleId.h. |
|
|
Definition at line 35 of file ModuleId.h. |
|
|
Definition at line 36 of file ModuleId.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000