Open3D (C++ API)
0.13.0
|
Go to the source code of this file.
Macros | |
#define | OPEN3D_ATOMIC_ADD(X, Y) (*X).fetch_add(Y) |
#define | ISNAN(X) std::isnan(X) |
Functions | |
OPEN3D_HOST_DEVICE int | Sign (int x) |
#define ISNAN | ( | X | ) | std::isnan(X) |
#define OPEN3D_ATOMIC_ADD | ( | X, | |
Y | |||
) | (*X).fetch_add(Y) |
|
inline |