ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/pmapray.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

# User Rev Content
1 greg 2.3 /* RCSid $Id$ */
2 greg 2.1 /*
3     ==================================================================
4     Photon map interface to RADIANCE raycalls
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 greg 2.3 $Id: pmapray.h,v 2.2 2015/05/08 13:20:23 rschregle Exp $
13 greg 2.1 */
14    
15    
16     #include "ray.h"
17    
18    
19     void ray_init_pmap ();
20     /* Interface to ray_init() and rtmain/rpmain/rvmain; init & load pmaps */
21    
22     void ray_done_pmap ();
23     /* Interface to ray_done() and rtmain/rpmain/rvmain; free photon maps */
24    
25     void ray_save_pmap (RAYPARAMS *rp);
26     /* Interface to ray_save(); save photon map params */
27    
28     void ray_restore_pmap (RAYPARAMS *rp);
29     /* Interface to ray_restore(); restore photon mapping params */