Changeset 7999 for trunk/psLib/src/math/psStats.h
- Timestamp:
- Jul 27, 2006, 2:44:05 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psStats.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psStats.h
r7991 r7999 14 14 * @author GLG, MHPCC 15 15 * 16 * @version $Revision: 1.5 4$ $Name: not supported by cvs2svn $17 * @date $Date: 2006-07-2 7 03:51:13$16 * @version $Revision: 1.55 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2006-07-28 00:44:05 $ 18 18 * 19 19 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 190 190 ); 191 191 192 /** Extracts the statistic value specified by stats->options.193 *194 * @return psBool If more than one statistic result is set in stats->options,195 * false is returned and the value parameter is not set,196 * otherwise true is returned.197 */198 psBool p_psGetStatValue(199 const psStats* stats, ///< the statistic struct to operate on200 201 psF64 *value ///< if return is true, this is set to the specified statistic value by stats->options202 );203 204 192 205 193 // Get the statistics option from a string … … 211 199 // Generate a string of statistics options from a psStats 212 200 psString psStatsToString(const psStats *stats); 213 201 // Is only a single statistics option set? 202 inline psStatsOptions psStatsSingleOption(psStatsOptions option); 203 // Return a particular stats value 204 inline double psStatsGetValue(const psStats *stats, psStatsOptions option); 214 205 215 206 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
