ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/pmapopt.h
Revision: 2.1
Committed: Tue Feb 24 19:39:27 2015 UTC (9 years, 3 months ago) by greg
Content type: text/plain
Branch: MAIN
Log Message:
Initial check-in of photon map addition by Roland Schregle

File Contents

# User Rev Content
1 greg 2.1 /*
2     ==================================================================
3     Photon map interface to RADIANCE render options
4    
5     Roland Schregle (roland.schregle@{hslu.ch, gmail.com})
6     (c) Fraunhofer Institute for Solar Energy Systems,
7     Lucerne University of Applied Sciences & Arts
8     ==================================================================
9    
10     $Id: pmapopt.h,v 1.1 2014/08/26 15:10:00 taschreg Exp $
11     */
12    
13    
14    
15     int getPmapRenderOpt (int ac, char *av []);
16     /* Parse next render option for photon map; interface to getrenderopt();
17     * return -1 if parsing failed, else number of parameters consumed */
18    
19     void printPmapDefaults ();
20     /* Print defaults for photon map render options */