Open3D (C++ API)
0.13.0
|
#include <Dispatch.h>
Public Member Functions | |
Block ()=default | |
OPEN3D_HOST_DEVICE | Block (const Block< T, N > &other) |
OPEN3D_HOST_DEVICE Block< T, N > & | operator= (const Block< T, N > &other) |
OPEN3D_HOST_DEVICE bool | operator== (const Block< T, N > &other) const |
OPEN3D_HOST_DEVICE T | Get (size_t i) const |
OPEN3D_HOST_DEVICE void | Set (size_t i, const T &value) |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |