Changeset 160 for trunk/archive/pslib/include/psStats.h
- Timestamp:
- Mar 9, 2004, 2:05:25 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psStats.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psStats.h
r153 r160 31 31 /** Constructor */ 32 32 psHistogram * 33 psHistogram New(float lower, //!< Lower limit for the bins33 psHistogramAlloc(float lower, //!< Lower limit for the bins 34 34 float upper, //!< Upper limit for the bins 35 35 float size //!< Size of the bins … … 38 38 /** Generic constructor */ 39 39 psHistogram * 40 psHistogram NewGeneric(const psFloatArray *restrict lower, //!< Lower bounds for the bins40 psHistogramAllocGeneric(const psFloatArray *restrict lower, //!< Lower bounds for the bins 41 41 const psFloatArray *restrict upper, //!< Upper bounds for the bins 42 42 float minVal, //!< Minimum value … … 46 46 /** Destructor */ 47 47 void 48 psHistogram Del(psHistogram *restrict myHist //!< Histogram to destroy48 psHistogramFree(psHistogram *restrict myHist //!< Histogram to destroy 49 49 ); 50 50
Note:
See TracChangeset
for help on using the changeset viewer.
