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

Comparing ray/src/rt/oocnn.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 41 | Line 41
41        void  *data;
42     } OOC_SearchFilter;
43    
44 <
44 > #ifdef __cplusplus
45 > extern "C" {
46 > #endif
47    
48     float OOC_FindNearest (OOC_Octree *oct, OOC_Node *node,
49                            OOC_DataIdx dataIdx, const FVECT org, float size,
# Line 84 | Line 86
86      void *OOC_GetNearest (const OOC_SearchQueue *queue, unsigned idx);
87      /* Return pointer to record at pos idx in search queue after calling
88       * OOC_FindNearest() */
89 +
90 + #ifdef __cplusplus
91 + }
92 + #endif
93 +
94   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines