Changeset 11248 for trunk/psLib/src/math/psHistogram.h
- Timestamp:
- Jan 23, 2007, 12:47:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psHistogram.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psHistogram.h
r10550 r11248 1 /** @file psHistogram.h 2 * \brief basic histogram functions 3 * @ingroup Math 1 /* @file psHistogram.h 2 * @brief basic histogram functions 4 3 * 5 * This file holds the definition of the histogram data structures. It also contains6 * prototypes for procedures which operate on those data structures.4 * This file holds the definition of the histogram data structures. It also contains 5 * prototypes for procedures which operate on those data structures. 7 6 * 8 * @author GLG, MHPCC7 * @author GLG, MHPCC 9 8 * 10 * @version $Revision: 1.1$ $Name: not supported by cvs2svn $11 * @date $Date: 2006-12-08 11:38:54$9 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-01-23 22:47:23 $ 12 11 * 13 * Copyright 2004-2005 IfA, University of Hawaii12 * Copyright 2004-2005 IfA, University of Hawaii 14 13 */ 15 14 … … 17 16 #define PS_HISTOGRAM_H 18 17 19 // #include "psVector.h" 20 21 /// @addtogroup Math 18 /// @addtogroup MathOps Mathematical Operations 22 19 /// @{ 23 20 … … 95 92 96 93 /// @} 97 98 94 #endif // #ifndef PS_HISTOGRAM_H
Note:
See TracChangeset
for help on using the changeset viewer.
