IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 715


Ignore:
Timestamp:
May 18, 2004, 8:39:43 AM (22 years ago)
Author:
desonia
Message:

added psImageCopy.

Location:
trunk/psLib/src
Files:
2 edited

Legend:

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

    r714 r715  
    77 *  @author Ross Harman, MHPCC
    88 *   
    9  *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-05-18 02:33:59 $
     9 *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-05-18 18:39:43 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    262262        PSIMAGE_ELEMENT_ASSIGN_LOOP(OUT,IN,C32,OUTTYPE); \
    263263        break; \
     264    case PS_TYPE_PTR: \
     265        psError(__func__,"Can't copy image from a matrix of pointers."); \
     266        psImageFree(output); \
     267        return NULL; \
    264268    default: \
    265269        break; \
  • trunk/psLib/src/mathtypes/psImage.c

    r714 r715  
    77 *  @author Ross Harman, MHPCC
    88 *   
    9  *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-05-18 02:33:59 $
     9 *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-05-18 18:39:43 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    262262        PSIMAGE_ELEMENT_ASSIGN_LOOP(OUT,IN,C32,OUTTYPE); \
    263263        break; \
     264    case PS_TYPE_PTR: \
     265        psError(__func__,"Can't copy image from a matrix of pointers."); \
     266        psImageFree(output); \
     267        return NULL; \
    264268    default: \
    265269        break; \
Note: See TracChangeset for help on using the changeset viewer.