ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/pmapopt.h
Revision: 2.3
Committed: Tue Aug 18 18:45:55 2015 UTC (8 years, 9 months ago) by greg
Content type: text/plain
Branch: MAIN
Changes since 2.2: +2 -1 lines
Log Message:
Added missing RCSid forgotten during initial check-in

File Contents

# Content
1 /* RCSid $Id$ */
2 /*
3 ==================================================================
4 Photon map interface to RADIANCE render options
5
6 Roland Schregle (roland.schregle@{hslu.ch, gmail.com})
7 (c) Fraunhofer Institute for Solar Energy Systems,
8 (c) Lucerne University of Applied Sciences and Arts,
9 supported by the Swiss National Science Foundation (SNSF, #147053)
10 ==================================================================
11
12 $Id: pmapopt.h,v 2.2 2015/05/08 13:20:22 rschregle Exp $
13 */
14
15
16
17 int getPmapRenderOpt (int ac, char *av []);
18 /* Parse next render option for photon map; interface to getrenderopt();
19 * return -1 if parsing failed, else number of parameters consumed */
20
21 void printPmapDefaults ();
22 /* Print defaults for photon map render options */