IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 26, 2006, 5:52:15 PM (20 years ago)
Author:
Paul Price
Message:

Adding psStatsOptionFromString and psStatsOptionToString.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psStats.h

    r7989 r7991  
    1414 *  @author GLG, MHPCC
    1515 *
    16  *  @version $Revision: 1.53 $ $Name: not supported by cvs2svn $
    17  *  @date $Date: 2006-07-26 22:09:48 $
     16 *  @version $Revision: 1.54 $ $Name: not supported by cvs2svn $
     17 *  @date $Date: 2006-07-27 03:51:13 $
    1818 *
    1919 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    203203
    204204
     205// Get the statistics option from a string
     206psStatsOptions psStatsOptionFromString(const char *string);
     207// Write a string from the statistics options
     208psString psStatsOptionToString(psStatsOptions option);
    205209// Generate a psStats from a string of statistics options
    206210psStats *psStatsFromString(const char *string);
Note: See TracChangeset for help on using the changeset viewer.