Changeset 20340 for trunk/magic/remove/src/streaks.h
- Timestamp:
- Oct 22, 2008, 9:42:57 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/magic/remove/src/streaks.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/magic/remove/src/streaks.h
r20280 r20340 9 9 #include "pslib.h" 10 10 #include "psmodules.h" 11 #include "nebclient.h" 11 12 12 13 typedef struct { … … 15 16 16 17 #include "streaksastrom.h" 17 18 // WES file names are ipp uris usually neb://19 // we need to resolve these to unix file names20 // sFile is a wrapper containing the information for our files21 18 22 19 typedef struct { … … 71 68 float recoveryMaskValue; 72 69 float recoveryWeightValue; 70 nebServer *nebServer; 73 71 } streakFiles; 74 72 … … 80 78 81 79 #define SFILE_IS_IMAGE(_sfile) (_sfile->image || _sfile->imagecube) 80 #define IN_NEBULOUS(_filename) (!strncasecmp(_filename, "neb://", strlen("neb://"))) 81 82 82 83 83 #endif // STREAKS_H
Note:
See TracChangeset
for help on using the changeset viewer.
