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.dat

    r3737 r3959  
    4242psList_DATA_NULL                       Specified data item is NULL.
    4343psList_DATA_NOT_FOUND                  Specified data item is not found in the psList.
     44#
     45psPixels_NULL                          Input psPixels can not be NULL.
     46psPixels_MASK_NULL                     Specified mask can not be NULL.
     47psPixels_MASK_TYPE                     Specified mask's type, %s, is invalid.  Should be PS_TYPE_MASK.
     48psPixels_DATA_NULL                     Input psPixels contains no data.
     49psPixels_REGION_INVALID                Specified psRegion, [%d:%d,%d:%d], does not specify a valid region.
     50psPixels_FAILED_IMAGE_CREATE           Failed to create image of size %dx%d.
    4451
Note: See TracChangeset for help on using the changeset viewer.