Point Cloud Library (PCL)
1.14.1-dev
|
#include </__w/1/s/gpu/octree/src/utils/morton.hpp>
Public Member Functions | |
__device__ __host__ __forceinline__ | CompareByLevelCode (int level_arg) |
__device__ __host__ __forceinline__ bool | operator() (Morton::code_t code1, Morton::code_t code2) const |
Public Attributes | |
int | level |
Definition at line 140 of file morton.hpp.
|
inline |
Definition at line 145 of file morton.hpp.
|
inline |
Definition at line 148 of file morton.hpp.
References pcl::device::Morton::extractLevelCode(), and level.
int pcl::device::CompareByLevelCode::level |
Definition at line 142 of file morton.hpp.
Referenced by operator()().