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

Comparing ray/src/common/falsecolor.h (file contents):
Revision 3.1 by greg, Mon Nov 14 22:18:18 2005 UTC vs.
Revision 3.2 by greg, Tue Nov 15 06:52:38 2005 UTC

# Line 89 | Line 89 | fcMapPixels(FCstruct *fcs, BYTE *ps, TMbright *ls, int
89          returns -       0 on success, TM_E_* on failure.
90   */
91  
92 + extern int
93 + fcIsLogMap(FCstruct *fcs);
94 + /*
95 +        Determine if false color mapping is logarithmic.
96 +
97 +        fcs     -       false color structure pointer.
98 +
99 +        returns -       1 if map follows logarithmic mapping, -1 on error.
100 + */
101 +
102 + extern FCstruct *
103 + fcDup(FCstruct *fcs);
104 + /*
105 +        Duplicate a false color structure.
106 +
107 +        fcs     -       false color structure pointer.
108 +
109 +        returns -       duplicate structure, or NULL if no memory.
110 + */
111 +
112   extern void
113   fcDone(FCstruct *fcs);
114   /*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines