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

  1. #import "aGroup-inter.h"
  2. #import "pmm.h"
  3.  
  4. @interface pmg:pmm
  5. {
  6.   float offt;
  7. }
  8. - defaultConfig;
  9. - clip: (float) x : (float) y;
  10. - resizeGenerator;
  11. - makeLatticeUnitAt: (NXPoint *) point fromImage: srcimg;
  12. @end
  13.