Changeset 32705
- Timestamp:
- Nov 18, 2011, 11:14:57 AM (14 years ago)
- Location:
- trunk/psModules/src/objects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmPeaks.c
r32347 r32705 190 190 out->assigned = in->assigned; 191 191 out->type = in->type; 192 out->footprint = in->footprint; 192 193 193 194 return true; -
trunk/psModules/src/objects/pmPeaks.h
r32347 r32705 71 71 bool assigned; ///< is peak assigned to a source? 72 72 pmPeakType type; ///< Description of peak. 73 pmFootprint *footprint; ///< reference to containing footprint 73 pmFootprint *footprint; ///< reference to containing footprint (just a view, not a memcopy) 74 74 psArray *saddlePoints; ///< set of saddle points between this peak and near neighbors 75 75 }
Note:
See TracChangeset
for help on using the changeset viewer.
