| 17 |
|
|
| 18 |
|
#include "oocnn.h" |
| 19 |
|
|
| 20 |
+ |
#ifdef __cplusplus |
| 21 |
+ |
extern "C" { |
| 22 |
+ |
#endif |
| 23 |
+ |
|
| 24 |
|
|
| 21 |
– |
|
| 25 |
|
/* Suffixes for octree filenames */ |
| 26 |
|
/* #define PMAP_OOC_NODESUFFIX ".node" |
| 27 |
|
#define PMAP_OOC_HEAPSUFFIX ".heap" */ |
| 84 |
|
/* Retrieve photon from NN search queue after OOC_FindPhotons() */ |
| 85 |
|
|
| 86 |
|
PhotonIdx OOC_FirstPhoton (const struct PhotonMap* pmap); |
| 87 |
< |
/* Return index to first photon in octree */ |
| 87 |
> |
/* Return index to first photon in octree */ |
| 88 |
> |
|
| 89 |
> |
#ifdef __cplusplus |
| 90 |
> |
} |
| 91 |
> |
#endif |
| 92 |
> |
|
| 93 |
|
#endif |