Changeset 14655 for trunk/psphot/src/pmFootprint.h
- Timestamp:
- Aug 23, 2007, 2:40:16 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/pmFootprint.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/pmFootprint.h
r13442 r14655 11 11 12 12 pmSpan *pmSpanAlloc(int y, int x1, int x2); 13 bool pm IsSpan(const psPtr ptr);13 bool pmSpanTest(const psPtr ptr); 14 14 int pmSpanSortByYX (const void **a, const void **b); 15 15 … … 25 25 26 26 pmFootprint *pmFootprintAlloc(int nspan, const psImage *img); 27 bool pm IsFootprint(const psPtr ptr);27 bool pmFootprintTest(const psPtr ptr); 28 28 29 29 pmFootprint *pmFootprintNormalize(pmFootprint *fp);
Note:
See TracChangeset
for help on using the changeset viewer.
