IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 28, 2005, 4:25:10 PM (21 years ago)
Author:
desonia
Message:

Bug #382 -- added some simple functions for tracing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/image/psImage.h

    r3702 r3786  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.50 $ $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 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    182182);
    183183
     184/** get an element of an image as a psF64.
     185 *
     186 *  @return psF64   pixel value at specified location
     187 */
     188psF64 p_psImageGetElementF64(
     189    psImage* image,                    ///< input image
     190    int col,                           ///< pixel column
     191    int row                            ///< pixel row
     192);
     193
    184194/** Interpolate image pixel value given floating point coordinates.
    185195 *
     
    225235PIXEL_INTERPOLATE_FCNS(BILINEAR)
    226236PIXEL_INTERPOLATE_FCNS(BILINEAR_VARIANCE)
    227 #endif
     237#endif // ! SWIG
    228238
    229239#undef PIXEL_INTERPOLATE_FCN_PROTOTYPE
     
    232242/// @}
    233243
    234 #endif
     244#endif // PS_IMAGE_H
Note: See TracChangeset for help on using the changeset viewer.