Changeset 3682 for trunk/psLib/test/image/tst_psImageInterpolate.c
- Timestamp:
- Apr 7, 2005, 10:27:42 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/image/tst_psImageInterpolate.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/image/tst_psImageInterpolate.c
r3446 r3682 5 5 * @author Eric Van Alst, MHPCC 6 6 * 7 * @version $Revision: 1. 5$7 * @version $Revision: 1.6 $ 8 8 * $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-0 3-18 02:35:15$9 * @date $Date: 2005-04-07 20:27:42 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 14 14 15 15 #include "psTest.h" 16 #include "pslib .h"16 #include "pslib_strict.h" 17 17 18 18 #define GENIMAGE(img,c,r,TYP,valueFcn) \ … … 100 100 101 101 // Perform interpolation with invalid input image type 102 img1 = psImageAlloc(10,10,PS_TYPE_ PTR);102 img1 = psImageAlloc(10,10,PS_TYPE_BOOL); 103 103 psLogMsg(__func__,PS_LOG_INFO,"Following should generate an error message"); 104 104 val = psImagePixelInterpolate(img1,1.2,1.2,NULL,0,10.0,PS_INTERPOLATE_FLAT);
Note:
See TracChangeset
for help on using the changeset viewer.
