IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 15, 2010, 6:30:19 AM (16 years ago)
Author:
eugene
Message:

add pmSourceCopyData vs pmSourceCopy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100621/psModules/src/objects/pmSource.h

    r28643 r28676  
    104104pmPSFClump;
    105105
     106// private macro to set the source ID (a const)
     107#define P_PM_SOURCE_SET_ID(S,V) { *(int *)&(S)->id = (V); }
    106108
    107109/** pmSourceAlloc()
     
    117119
    118120pmSource  *pmSourceCopy(pmSource *source);
     121pmSource *pmSourceCopyData(pmSource *in);
    119122
    120123// free just the pixels for a source, keeping derived data
Note: See TracChangeset for help on using the changeset viewer.