Changeset 11759 for trunk/psLib/src/math/psHistogram.h
- Timestamp:
- Feb 12, 2007, 5:01:24 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psHistogram.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psHistogram.h
r11248 r11759 7 7 * @author GLG, MHPCC 8 8 * 9 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $10 * @date $Date: 2007-0 1-23 22:47:23$9 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-02-13 03:01:24 $ 11 11 * 12 12 * Copyright 2004-2005 IfA, University of Hawaii … … 81 81 * vector may be of types psU8, psU16, psF32, psF64. 82 82 * 83 * @return psHistogram* histogram result83 * @return bool Successful operation? 84 84 */ 85 psHistogram*psVectorHistogram(85 bool psVectorHistogram( 86 86 psHistogram* out, ///< Histogram data 87 87 const psVector* values, ///< Vector to analyse
Note:
See TracChangeset
for help on using the changeset viewer.
