CellDownShifter Class Reference

Inheritance diagram for CellDownShifter:

CellShifter ReferenceFixer ValueCopier List of all members.

Public Member Functions

 CellDownShifter (int f, int c)

Protected Member Functions

ReferencecopyRef (Reference *ref)

Detailed Description

Definition at line 220 of file iiscell.cpp.


Constructor & Destructor Documentation

CellDownShifter::CellDownShifter int  f,
int  c
[inline]
 

Definition at line 223 of file iiscell.cpp.

00223                                 : CellShifter(f,c) 
00224   {
00225   };


Member Function Documentation

Reference* CellDownShifter::copyRef Reference ref  )  [inline, protected, virtual]
 

Implements ReferenceFixer.

Definition at line 227 of file iiscell.cpp.

References CellShifter::from, CellShifter::nr, and Reference::row.

00228   {
00229     assert(ref);
00230     if (ref->row>=from) ref->row+=nr;
00231     return ref;
00232   }


The documentation for this class was generated from the following file:
Generated on Mon Jun 5 22:08:43 2006 for iis by  doxygen 1.4.6