IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 10, 2005, 4:19:05 PM (21 years ago)
Author:
desonia
Message:

beefed up psImageTransform

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/image/tst_psImageGeomManip.c

    r4191 r4214  
    66 *  @author Robert DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2005-06-09 19:40:51 $
     8 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-06-11 02:19:05 $
    1010 *
    1111 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3131static psS32 testImageShiftCase(psS32 cols, psS32 rows, float colShift,float rowShift);
    3232static psS32 testImageResample(void);
     33static psS32 testImageTransform(void);
    3334
    3435testDescription tests[] = {
     
    3839                              {testImageShift,561,"psImageShift",0,false},
    3940                              {testImageResample,743,"psImageResample",0,false},
     41                              {testImageTransform,-1,"psImageTransform",0,false},
    4042                              {NULL}
    4143                          };
     
    10731075}
    10741076
     1077static psS32 testImageTransform(void)
     1078{
     1079
     1080    /// XXX: TODO
     1081    return 0;
     1082}
Note: See TracChangeset for help on using the changeset viewer.