ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/tmaptiff.h
(Generate patch)

Comparing ray/src/common/tmaptiff.h (file contents):
Revision 3.2 by greg, Tue Feb 25 02:47:22 2003 UTC vs.
Revision 3.3 by schorsch, Fri Jun 6 16:38:47 2003 UTC

# Line 6 | Line 6
6   *  Include after "tiffio.h" and "tonemap.h".
7   *
8   */
9 <
10 < #include "copyright.h"
11 <
9 > #ifndef _RAD_TMAPTIFF_H_
10 > #define _RAD_TMAPTIFF_H_
11   #ifdef __cplusplus
12   extern "C" {
13   #endif
14  
16 #ifdef NOPROTO
15  
16 < extern int      tmCvL16();
19 < extern int      tmCvLuv24();
20 < extern int      tmCvLuv32();
21 < extern int      tmLoadTIFF();
22 < extern int      tmMapTIFF();
16 > #include "copyright.h"
17  
24 #else
18  
19   extern int      tmCvL16(TMbright *ls, uint16 *luvs, int len);
20   extern int      tmCvLuv24(TMbright *ls, BYTE *cs, uint32 *luvs, int len);
# Line 33 | Line 26 | extern int     tmMapTIFF(BYTE **psp, int *xp, int *yp, int
26                                  double Lddyn, double Ldmax,
27                                  char *fname, TIFF *tp);
28  
36 #endif
29  
30   #ifdef __cplusplus
31   }
32   #endif
33 + #endif /* _RAD_TMAPTIFF_H_ */
34 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines