ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/oocbuild.h
(Generate patch)

Comparing ray/src/rt/oocbuild.h (file contents):
Revision 2.1 by rschregle, Tue May 17 17:39:47 2016 UTC vs.
Revision 2.2 by greg, Tue Sep 17 16:36:04 2024 UTC

# Line 14 | Line 14
14   #ifndef OOC_BUILD_H
15     #define OOC_BUILD_H
16  
17 + #ifdef __cplusplus
18 + extern "C" {
19 + #endif
20 +
21     /* Bottom-up construction of out-of-core octree in postorder traversal.
22      * The octree oct is assumed to be initialised with its origin (oct ->
23      * org), size (oct -> size), key callback (oct -> key), and its
# Line 38 | Line 42
42      * failure, NULL is returned.  */
43      OOC_Octree *OOC_Build (OOC_Octree *oct, unsigned leafMax,
44                             unsigned maxDepth);
45 +
46 + #ifdef __cplusplus
47 + }
48   #endif
49 <    
49 >
50 > #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines