| 1 |
+ |
/* RCSid $Id$ */ |
| 2 |
+ |
|
| 3 |
|
/* |
| 4 |
|
================================================================== |
| 5 |
|
Photon map interface to RADIANCE render options |
| 6 |
|
|
| 7 |
|
Roland Schregle (roland.schregle@{hslu.ch, gmail.com}) |
| 8 |
|
(c) Fraunhofer Institute for Solar Energy Systems, |
| 9 |
< |
Lucerne University of Applied Sciences & Arts |
| 9 |
> |
(c) Lucerne University of Applied Sciences and Arts, |
| 10 |
> |
supported by the Swiss National Science Foundation (SNSF, #147053) |
| 11 |
|
================================================================== |
| 12 |
|
|
| 13 |
|
$Id$ |
| 15 |
|
|
| 16 |
|
|
| 17 |
|
|
| 18 |
< |
int getPmapRenderOpt (int ac, char *av []); |
| 19 |
< |
/* Parse next render option for photon map; interface to getrenderopt(); |
| 17 |
< |
* 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 |
> |
#ifdef __cplusplus |
| 22 |
> |
extern "C" { |
| 23 |
> |
#endif |
| 24 |
> |
|
| 25 |
> |
int getPmapRenderOpt (int ac, char *av []); |
| 26 |
> |
/* Parse next render option for photon map; interface to getrenderopt(); |
| 27 |
> |
* return -1 if parsing failed, else number of parameters consumed */ |
| 28 |
> |
|
| 29 |
> |
void printPmapDefaults (); |
| 30 |
> |
/* Print defaults for photon map render options */ |
| 31 |
> |
|
| 32 |
> |
#ifdef __cplusplus |
| 33 |
> |
} |
| 34 |
> |
#endif |
| 35 |
> |
|
| 36 |
> |
#endif |