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

Comparing ray/src/rt/pmapopt.h (file contents):
Revision 2.4 by greg, Tue Sep 1 16:27:52 2015 UTC vs.
Revision 2.5 by rschregle, Tue May 17 17:39:47 2016 UTC

# Line 1 | Line 1
1   /* RCSid $Id$ */
2 +
3   /*
4     ==================================================================
5     Photon map interface to RADIANCE render options
# Line 9 | Line 10
10     supported by the Swiss National Science Foundation (SNSF, #147053)
11     ==================================================================  
12    
13 +   $Id$
14   */
15  
16  
17  
18 < int getPmapRenderOpt (int ac, char *av []);
19 < /* Parse next render option for photon map; interface to getrenderopt();
18 < * return -1 if parsing failed, else number of parameters consumed */
18 > #ifndef PMAPOPT_H
19 >   #define PMAPOPT_H
20  
21 < void printPmapDefaults ();
22 < /* Print defaults for photon map render options */
21 >   int getPmapRenderOpt (int ac, char *av []);
22 >   /* Parse next render option for photon map; interface to getrenderopt();
23 >    * return -1 if parsing failed, else number of parameters consumed */
24 >
25 >   void printPmapDefaults ();
26 >   /* Print defaults for photon map render options */
27 > #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines