Changeset 30044 for trunk/psLib/src/imageops/psImageMapFit.h
- Timestamp:
- Dec 15, 2010, 11:25:46 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageMapFit.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageMapFit.h
r30031 r30044 8 8 9 9 // fit the image map to a set of points 10 bool psImageMapFit(bool * goodFit,10 bool psImageMapFit(bool *pGoodFit, 11 11 psImageMap *map, 12 12 const psVector *mask, … … 19 19 20 20 // fit the image map to a set of points 21 bool psImageMapClipFit(bool * goodFit,21 bool psImageMapClipFit(bool *pGoodFit, 22 22 psImageMap *map, 23 23 psStats *stats, … … 30 30 ); 31 31 32 bool psImageMapFit1DinY(bool * goodFit,32 bool psImageMapFit1DinY(bool *pGoodFit, 33 33 psImageMap *map, 34 34 const psVector *mask, … … 40 40 ); 41 41 42 bool psImageMapFit1DinX(bool * goodFit,42 bool psImageMapFit1DinX(bool *pGoodFit, 43 43 psImageMap *map, 44 44 const psVector *mask,
Note:
See TracChangeset
for help on using the changeset viewer.
