home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Programming / Source / tess / tess-1.0 / p2.h < prev    next >
Encoding:
Text File  |  1992-06-30  |  159 b   |  9 lines

  1. #import "aGroup-inter.h"
  2. #import "p1.h"
  3.  
  4. @interface p2:p1
  5. {}
  6. - clip: (NXCoord) x: (NXCoord) y ;
  7. - makeLatticeUnitAt: (NXPoint *) point fromImage: srcimg;
  8. @end
  9.