Changeset 26893 for trunk/psModules/src/objects/pmDetections.h
- Timestamp:
- Feb 10, 2010, 7:34:39 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmDetections.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmDetections.h
r23487 r26893 21 21 typedef struct { 22 22 psArray *footprints; // collection of footprints in the image 23 psArray *oldFootprints; // collection of footprints previously found 23 24 psArray *peaks; // collection of all peaks contained by the footprints 24 25 psArray *oldPeaks; // collection of all peaks previously found 26 psArray *newSources; // collection of sources 27 psArray *allSources; // collection of sources 25 28 int last; 26 29 } pmDetections;
Note:
See TracChangeset
for help on using the changeset viewer.
