Changeset 3788 for branches/eam-psphot-branch/psLib/src/image/psImage.h
- Timestamp:
- Apr 28, 2005, 11:17:02 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam-psphot-branch/psLib/src/image/psImage.h
r3446 r3788 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.49 $ $Name: not supported by cvs2svn $14 * @date $Date: 2005-0 3-18 02:35:14$13 * @version $Revision: 1.49.4.1 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-04-29 09:17:02 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 20 20 21 21 #include <complex.h> 22 #include <stdio.h> 22 23 23 24 #include "psType.h" … … 191 192 ); 192 193 194 195 // XXX EAM some utility functions 196 197 psF64 p_psImageGetElementF64(psImage *a, int i, int j); 198 bool p_psImagePrint (FILE *f, psImage *a, char *name); 199 193 200 #define PIXEL_INTERPOLATE_FCN_PROTOTYPE(SUFFIX, RETURNTYPE) \ 194 201 inline RETURNTYPE p_psImagePixelInterpolate##SUFFIX( \
Note:
See TracChangeset
for help on using the changeset viewer.
