IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 8, 2005, 8:18:28 PM (21 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/pmObjects.h

    r3877 r4186  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-05-10 23:48:19 $
     7 *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-06-09 06:18:28 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    164164pmSourceSetPixelCircle(source, image, radius)
    165165 *****************************************************************************/
    166 bool pmSourceSetPixelCircle(psSource *source,  ///< The input psSource
    167                             const psImage *image, ///< The input image (psF32)
    168                             psF32 radius  ///< The radius of the circle
    169                            );
     166bool pmSourceSetPixelsCircle(psSource *source,  ///< The input psSource
     167                             const psImage *image, ///< The input image (psF32)
     168                             psF32 radius  ///< The radius of the circle
     169                            );
    170170
    171171/******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.