IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 18, 2005, 11:38:19 AM (21 years ago)
Author:
desonia
Message:

changes given implementation of tests for the psPixels functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psCollectionsErrors.h

    r3737 r3959  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-04-21 21:18:23 $
     9 *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-05-18 21:38:19 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5959#define PS_ERRORTEXT_psList_DATA_NULL "Specified data item is NULL."
    6060#define PS_ERRORTEXT_psList_DATA_NOT_FOUND "Specified data item is not found in the psList."
     61#define PS_ERRORTEXT_psPixels_NULL "Input psPixels can not be NULL."
     62#define PS_ERRORTEXT_psPixels_MASK_NULL "Specified mask can not be NULL."
     63#define PS_ERRORTEXT_psPixels_MASK_TYPE "Specified mask's type, %s, is invalid.  Should be PS_TYPE_MASK."
     64#define PS_ERRORTEXT_psPixels_DATA_NULL "Input psPixels contains no data."
     65#define PS_ERRORTEXT_psPixels_REGION_INVALID "Specified psRegion, [%d:%d,%d:%d], does not specify a valid region."
     66#define PS_ERRORTEXT_psPixels_FAILED_IMAGE_CREATE "Failed to create image of size %dx%d."
    6167//~End
    6268
Note: See TracChangeset for help on using the changeset viewer.