Changeset 14908
- Timestamp:
- Sep 20, 2007, 9:17:38 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20070830/psLib/test/imageops/tap_psImageMapFit.c
r14865 r14908 79 79 80 80 // fit the data to the map 81 psImageMapFit (map, x, y, f, NULL);81 psImageMapFit (map, NULL, 0, x, y, f, NULL); 82 82 83 83 psImage *model = psImageAlloc(field->numCols, field->numRows, PS_TYPE_F32); … … 153 153 154 154 // fit the data to the map 155 psImageMapFit (map, x, y, f, NULL);155 psImageMapFit (map, NULL, 0, x, y, f, NULL); 156 156 157 157 psImage *model = psImageAlloc(field->numCols, field->numRows, PS_TYPE_F32); … … 235 235 236 236 // fit the data to the map 237 psImageMapFit (map, x, y, f, NULL);237 psImageMapFit (map, NULL, 0, x, y, f, NULL); 238 238 239 239 psImage *model = psImageAlloc(field->numCols, field->numRows, PS_TYPE_F32); … … 318 318 319 319 // fit the data to the map 320 psImageMapFit (map, x, y, f, NULL);320 psImageMapFit (map, NULL, 0, x, y, f, NULL); 321 321 322 322 psImage *model = psImageAlloc(field->numCols, field->numRows, PS_TYPE_F32); … … 384 384 385 385 // fit the data to the map 386 psImageMapFit (map, x, y, f, NULL);386 psImageMapFit (map, NULL, 0, x, y, f, NULL); 387 387 388 388 psImage *model = psImageAlloc(field->numCols, field->numRows, PS_TYPE_F32); … … 445 445 446 446 // fit the data to the map 447 psImageMapFit (map, x, y, f, NULL);447 psImageMapFit (map, NULL, 0, x, y, f, NULL); 448 448 449 449 psImage *model = psImageAlloc(field->numCols, field->numRows, PS_TYPE_F32); … … 526 526 527 527 // fit the data to the map 528 psImageMapFit (map, x, y, f, NULL);528 psImageMapFit (map, NULL, 0, x, y, f, NULL); 529 529 530 530 psImage *model = psImageAlloc(field->numCols, field->numRows, PS_TYPE_F32); … … 595 595 596 596 // fit the data to the map 597 psImageMapFit (map, x, y, f, NULL);597 psImageMapFit (map, NULL, 0, x, y, f, NULL); 598 598 599 599 psImage *model = psImageAlloc(field->numCols, field->numRows, PS_TYPE_F32); … … 686 686 687 687 // fit the data to the map 688 psImageMapFit (map, x, y, f, NULL);688 psImageMapFit (map, NULL, 0, x, y, f, NULL); 689 689 690 690 psImage *model = psImageAlloc(field->numCols, field->numRows, PS_TYPE_F32); … … 753 753 754 754 // fit the data to the map 755 psImageMapFit (map, x, y, f, NULL);755 psImageMapFit (map, NULL, 0, x, y, f, NULL); 756 756 757 757 psImage *model = psImageAlloc(field->numCols, field->numRows, PS_TYPE_F32); … … 814 814 815 815 // fit the data to the map 816 psImageMapFit (map, x, y, f, NULL);816 psImageMapFit (map, NULL, 0, x, y, f, NULL); 817 817 818 818 psImage *model = psImageAlloc(field->numCols, field->numRows, PS_TYPE_F32);
Note:
See TracChangeset
for help on using the changeset viewer.
