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

  1. #import "aGroup.h"
  2. #import "aGroup-inter.h"
  3. #import "p1.h"
  4.  
  5. @interface p3:p1
  6. {
  7.   float genh,genw;
  8. }
  9. - defaultConfig;
  10. - (BOOL) isRigidLattice;
  11. - sizeKludge: (float *) x : (float *) y;
  12. - clip: (NXCoord) x: (NXCoord) y ;
  13. - makeLatticeUnitAt: (NXPoint *) point fromImage: srcimg ;
  14. - (float)equi: (float) side ;
  15. @end
  16.