Changeset 3786 for trunk/psLib/src/image/psImage.h
- Timestamp:
- Apr 28, 2005, 4:25:10 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImage.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImage.h
r3702 r3786 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.5 0$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-04- 15 00:12:08$13 * @version $Revision: 1.51 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-04-29 02:25:10 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 182 182 ); 183 183 184 /** get an element of an image as a psF64. 185 * 186 * @return psF64 pixel value at specified location 187 */ 188 psF64 p_psImageGetElementF64( 189 psImage* image, ///< input image 190 int col, ///< pixel column 191 int row ///< pixel row 192 ); 193 184 194 /** Interpolate image pixel value given floating point coordinates. 185 195 * … … 225 235 PIXEL_INTERPOLATE_FCNS(BILINEAR) 226 236 PIXEL_INTERPOLATE_FCNS(BILINEAR_VARIANCE) 227 #endif 237 #endif // ! SWIG 228 238 229 239 #undef PIXEL_INTERPOLATE_FCN_PROTOTYPE … … 232 242 /// @} 233 243 234 #endif 244 #endif // PS_IMAGE_H
Note:
See TracChangeset
for help on using the changeset viewer.
