src
liblvr2
algorithm
raycasting
EmbreeRaycaster.cpp
Go to the documentation of this file.
1
#include "
lvr2/algorithm/raycasting/EmbreeRaycaster.hpp
"
2
3
#include <embree3/rtcore.h>
4
#include <algorithm>
5
#include <iterator>
6
7
namespace
lvr2
{
8
9
void
EmbreeErrorFunction
(
void
* userPtr,
enum
RTCError
error
,
const
char
* str)
10
{
11
printf(
"error %d: %s\n"
,
error
, str);
12
}
13
14
}
// namespace lvr2
EmbreeRaycaster.hpp
lvr2::EmbreeErrorFunction
void EmbreeErrorFunction(void *userPtr, enum RTCError error, const char *str)
Definition:
EmbreeRaycaster.cpp:9
lvr2
Definition:
BaseBufferManipulators.hpp:39
kfusion::cuda::error
KF_EXPORTS void error(const char *error_string, const char *file, const int line, const char *func="")
Error handler. All GPU functions from this subsystem call the function to report an error....
Definition:
device_memory.cpp:7
lvr2
Author(s): Thomas Wiemann
, Sebastian Pütz
, Alexander Mock
, Lars Kiesow
, Lukas Kalbertodt
, Tristan Igelbrink
, Johan M. von Behren
, Dominik Feldschnieders
, Alexander Löhr
autogenerated on Wed Mar 2 2022 00:37:23