Ignore:
Timestamp:
01/31/13 20:04:58 (11 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-4770

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs:

Put in Release Notes: No

Module(s): Module Names change impacts.

Description: Describe your changes here...

First version of Calibrator class for OTF scan without OFF.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/EdgeMarker.cpp

    r2617 r2757  
    160160}
    161161
     162Block<uInt> EdgeMarker::getDetectedRows()
     163{
     164  uInt *p = off_.storage();
     165  return Block<uInt>(noff_, p, False);
     166}
     167
    162168CountedPtr<Scantable> EdgeMarker::get()
    163169{
Note: See TracChangeset for help on using the changeset viewer.