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

Comparing ray/src/rt/oocmorton.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 17 | Line 17
17     #include "fvect.h"
18     #include <stdint.h>
19  
20 <  
20 > #ifdef __cplusplus
21 > extern "C" {
22 > #endif
23 >
24     /* Type to represent Morton codes (Z-curve indices) as sort keys */
25     typedef uint64_t OOC_MortonIdx;  
26    
# Line 49 | Line 52
52      * index with scale */
53     OOC_MortonIdx OOC_Key2Morton (const FVECT key, const FVECT org,
54                                   RREAL scale);
55 +
56 + #ifdef __cplusplus
57 + }
58 + #endif
59 +
60   #endif
61 <
61 >

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines