1 |
+ |
/* RCSid $Id$ */ |
2 |
|
/* |
3 |
|
================================================================== |
4 |
|
Photon map file I/O |
5 |
|
|
6 |
|
Roland Schregle (roland.schregle@{hslu.ch, gmail.com}) |
7 |
|
(c) Fraunhofer Institute for Solar Energy Systems, |
8 |
< |
Lucerne University of Applied Sciences & Arts |
8 |
> |
(c) Lucerne University of Applied Sciences and Arts, |
9 |
> |
supported by the Swiss National Science Foundation (SNSF, #147053) |
10 |
|
================================================================== |
11 |
|
|
10 |
– |
$Id$ |
12 |
|
*/ |
13 |
|
|
14 |
|
|
20 |
|
#define PMAP_FILEVER 160u /* File format version */ |
21 |
|
|
22 |
|
void savePhotonMap (const PhotonMap *pmap, const char *fname, |
23 |
< |
PhotonMapType type, int argc, char **argv); |
23 |
> |
int argc, char **argv); |
24 |
|
/* Save portable photon map of specified type to filename, |
25 |
|
along with the corresponding command line. */ |
26 |
|
|