Changeset 7311 for trunk/psModules/src/objects/pmPeaks.h
- Timestamp:
- Jun 2, 2006, 3:02:08 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmPeaks.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmPeaks.h
r6872 r7311 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-0 4-17 18:01:05$12 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-06-03 01:02:08 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 47 47 typedef struct 48 48 { 49 const int id; ///< Unique ID for object 49 50 int x; ///< X-coordinate of peak pixel. 50 51 int y; ///< Y-coordinate of peak pixel. … … 66 67 ); 67 68 69 bool pmIsPeak(const psPtr ptr); 68 70 69 71 /** pmFindVectorPeaks()
Note:
See TracChangeset
for help on using the changeset viewer.
