Changeset 35421 for branches/eam_branches/ipp-20130419/pswarp/src/pswarp.h
- Timestamp:
- Apr 19, 2013, 4:45:57 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130419
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pswarp/src/pswarp.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130419
-
branches/eam_branches/ipp-20130419/pswarp/src/pswarp.h
r34800 r35421 77 77 double jacobian; ///< (Square root of) local Jacobian 78 78 } pswarpTransformTileArgs; 79 80 typedef struct { 81 FILE *f; // File stream for statistics 82 char *name; // Filename for statistics 83 psMetadata *md; // Container for statistics 84 } pswarpStatsFile; 79 85 80 86 pswarpTransformTileArgs *pswarpTransformTileArgsAlloc(void); … … 160 166 ); 161 167 168 pswarpStatsFile *pswarpStatsFileAlloc (); 169 pswarpStatsFile *pswarpStatsFileOpen (pmConfig *config); 170 bool pswarpStatsFileSave (pmConfig *config, pswarpStatsFile *statsFile); 171 172 // cleanup memory and exit 173 void pswarpCleanup (pmConfig *config, pswarpStatsFile *statsFile) PS_ATTR_NORETURN;
Note:
See TracChangeset
for help on using the changeset viewer.
