| 1 | greg | 2.4 | /* RCSid $Id: pmapopt.h,v 2.3 2015/08/18 18:45:55 greg Exp $ */ | 
| 2 | greg | 2.1 | /* | 
| 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 | rschregle | 2.2 | (c) Lucerne University of Applied Sciences and Arts, | 
| 9 |  |  | supported by the Swiss National Science Foundation (SNSF, #147053) | 
| 10 | greg | 2.1 | ================================================================== | 
| 11 |  |  |  | 
| 12 |  |  | */ | 
| 13 |  |  |  | 
| 14 |  |  |  | 
| 15 |  |  |  | 
| 16 |  |  | int getPmapRenderOpt (int ac, char *av []); | 
| 17 |  |  | /* Parse next render option for photon map; interface to getrenderopt(); | 
| 18 |  |  | * return -1 if parsing failed, else number of parameters consumed */ | 
| 19 |  |  |  | 
| 20 |  |  | void printPmapDefaults (); | 
| 21 |  |  | /* Print defaults for photon map render options */ |