- Timestamp:
- Jul 15, 2010, 6:30:19 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/psModules/src/objects/pmSource.h
r28643 r28676 104 104 pmPSFClump; 105 105 106 // private macro to set the source ID (a const) 107 #define P_PM_SOURCE_SET_ID(S,V) { *(int *)&(S)->id = (V); } 106 108 107 109 /** pmSourceAlloc() … … 117 119 118 120 pmSource *pmSourceCopy(pmSource *source); 121 pmSource *pmSourceCopyData(pmSource *in); 119 122 120 123 // free just the pixels for a source, keeping derived data
Note:
See TracChangeset
for help on using the changeset viewer.
