Changeset 7311 for trunk/psModules/src/objects/pmSource.h
- Timestamp:
- Jun 2, 2006, 3:02:08 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSource.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSource.h
r6905 r7311 3 3 * @author EAM, IfA; GLG, MHPCC 4 4 * 5 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-0 4-19 20:29:57$5 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-06-03 01:02:08 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 73 73 typedef struct 74 74 { 75 const int id; ///< Unique ID for object 75 76 pmPeak *peak; ///< Description of peak pixel. 76 77 psImage *pixels; ///< Rectangular region including object pixels. … … 114 115 pmSource *pmSourceAlloc(); 115 116 117 bool pmIsSource(const psPtr ptr); 116 118 117 119 /** pmSourceDefinePixels()
Note:
See TracChangeset
for help on using the changeset viewer.
