Changeset 23487 for trunk/psModules/src/objects/pmDetections.h
- Timestamp:
- Mar 23, 2009, 9:42:42 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmDetections.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmDetections.h
r18828 r23487 20 20 */ 21 21 typedef struct { 22 psArray *footprints; // collection of footprints in the image23 psArray *peaks; // collection of all peaks contained by the footprints24 psArray *oldPeaks; // collection of all peaks previously found22 psArray *footprints; // collection of footprints in the image 23 psArray *peaks; // collection of all peaks contained by the footprints 24 psArray *oldPeaks; // collection of all peaks previously found 25 25 int last; 26 26 } pmDetections; 27 27 28 pmDetections *pmDetectionsAlloc ( );28 pmDetections *pmDetectionsAlloc (void); 29 29 30 30 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
