Changeset 15984
- Timestamp:
- Jan 2, 2008, 10:42:46 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmPeaks.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmPeaks.h
r15562 r15984 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $13 * @date $Date: 200 7-11-10 01:09:20$12 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2008-01-02 20:42:46 $ 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 15 15 */ … … 74 74 ); 75 75 76 bool pmPeakTest(const psPtr ptr);77 76 bool psMemCheckPeak(psPtr ptr); 78 77 … … 120 119 121 120 122 /** pmCullPeaks()123 *124 * Eliminate peaks from the psList that have a peak value above the given125 * maximum, or fall outside the valid region.126 *127 */128 psList *pmCullPeaks(129 psList *peaks, ///< The psList of peaks to be culled130 float maxValue, ///< Cull peaks above this value131 const psRegion valid ///< Cull peaks otside this psRegion132 );133 134 135 121 /** pmPeaksSubset() 136 122 *
Note:
See TracChangeset
for help on using the changeset viewer.
