IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 3, 2005, 12:46:04 PM (21 years ago)
Author:
gusciora
Message:

SetPixelsCircle

File:
1 edited

Legend:

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

    r4097 r4103  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-06-03 21:43:03 $
     7 *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-06-03 22:46:04 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    11861186
    11871187/******************************************************************************
    1188 pmSourceSetPixelCircle(source, image, radius)
     1188pmSourceSetPixelsCircle(source, image, radius)
    11891189 
    11901190XXX: Why boolean output?
     
    11961196     the pmSourceSetLocal() function.
    11971197*****************************************************************************/
    1198 bool pmSourceSetPixelCircle(psSource *source,
    1199                             const psImage *image,
    1200                             psF32 radius)
     1198bool pmSourceSetPixelsCircle(psSource *source,
     1199                             const psImage *image,
     1200                             psF32 radius)
    12011201{
    12021202    PS_ASSERT_IMAGE_NON_NULL(image, false);
     
    12511251    //          i am setting it to a trace message which we can take out
    12521252    if (source->pixels != NULL) {
    1253         psTrace (".psModule.pmObjects.pmSourceSetPixelCircle", 4,
    1254                  "WARNING: pmSourceSetPixelCircle(): image->pixels not NULL.  Freeing and reallocating.\n");
     1253        psTrace (".psModule.pmObjects.pmSourceSetPixelsCircle", 4,
     1254                 "WARNING: pmSourceSetPixelsCircle(): image->pixels not NULL.  Freeing and reallocating.\n");
    12551255        psFree(source->pixels);
    12561256    }
Note: See TracChangeset for help on using the changeset viewer.