IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 19, 2004, 3:27:01 PM (22 years ago)
Author:
desonia
Message:

added Image I/O function prototypes.

File:
1 edited

Legend:

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

    r727 r745  
    55 *  This file defines the basic type for an image struct and functions useful in manupulating images.
    66 *
     7 *  @author Robert DeSonia, MHPCC
    78 *  @author Ross Harman, MHPCC
    8  *   
    9  *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-05-19 01:20:02 $
     9 *
     10 *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2004-05-20 01:27:01 $
    1112 *
    1213 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    342343    return output;
    343344}
     345
     346psImage* psImageReadSection(psImage* output, int col, int row, int numCols,
     347                            int numRows, int z, char* extname, int extnum, char* filename)
     348{
     349
     350    return NULL;
     351}
Note: See TracChangeset for help on using the changeset viewer.