IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 28, 2005, 4:25:10 PM (21 years ago)
Author:
desonia
Message:

Bug #382 -- added some simple functions for tracing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/image/psImageIO.h

    r3264 r3786  
    1010 *  @author Robert DeSonia, MHPCC
    1111 *
    12  *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-02-17 19:26:24 $
     12 *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-04-29 02:25:10 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    9292);
    9393
     94/** print image pixel values.
     95 *
     96 *  @return bool    TRUE is successful, otherwise FALSE.
     97 */
     98bool p_psImagePrint(
     99    FILE *f,                           ///< Destination stream
     100    psImage *a,                        ///< image to print
     101    char *name                         ///< name of the image (for title)
     102);
     103
    94104/// @}
    95105
    96 #endif
     106#endif // PS_IMAGEIO_H
Note: See TracChangeset for help on using the changeset viewer.