Inheritance diagram for CellShifter:
Public Member Functions | |
CellShifter (int r, int c) | |
Protected Attributes | |
int | from |
int | nr |
Definition at line 213 of file iiscell.cpp.
|
Definition at line 216 of file iiscell.cpp. 00216 : CellShifter(int r, int c) : from(r), nr(c) {};
|
|
Definition at line 215 of file iiscell.cpp. Referenced by CellRightShifter::copyRef(), and CellDownShifter::copyRef(). |
|
Definition at line 215 of file iiscell.cpp. Referenced by CellRightShifter::copyRef(), and CellDownShifter::copyRef(). |