Changeset 26438 for trunk/magic/remove/src/streaksremove.h
- Timestamp:
- Dec 16, 2009, 12:22:44 PM (16 years ago)
- Location:
- trunk/magic/remove
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/magic/remove
-
Property svn:ignore
set to
configure
Makefile.in
Doxyfile
config.log
depcomp
config.status
config.guess
ltmain.sh
config.sub
autom4te.cache
libtool
missing
Makefile
aclocal.m4
install-sh
-
Property svn:ignore
set to
-
trunk/magic/remove/src
- Property svn:ignore
-
old new 4 4 streakscompare 5 5 streaksrelease 6 makefile 6 Makefile 7 Makefile.in 8 config.h 9 .deps 10 streaksVersionDefinitions.h 11 config.h.in
-
- Property svn:ignore
-
trunk/magic/remove/src/streaksremove.h
r26408 r26438 64 64 sFile *inSources; 65 65 sFile *outSources; 66 psMetadata *stats; 67 FILE *statsFile; 66 68 psString class_id; 67 69 pmFPAfile *inAstrom; … … 71 73 pmChip *chip; // current chip 72 74 pmCell *cell; // current cell 73 psImage * warpedPixels;75 psImage *diffedPixels; 74 76 psVector *tiles; 75 77 double transparentStreaks; … … 88 90 extern void cellToChipInt(unsigned int *xChip, unsigned int *yChip, strkAstrom *astrom, int xCell, int yCell); 89 91 90 extern bool compute WarpedPixels(streakFiles *sf);92 extern bool computeDiffedPixels(streakFiles *sf); 91 93 extern void streaksExit(psString, int); 92 94 extern ippStage parseStage(psString);
Note:
See TracChangeset
for help on using the changeset viewer.
