Point Cloud Library (PCL)
1.14.1-dev
|
#include </__w/1/s/gpu/octree/src/utils/morton.hpp>
Public Member Functions | |
__device__ __host__ __forceinline__ | CalcMorton (float3 minp, float3 maxp) |
__device__ __host__ __forceinline__ Morton::code_t | operator() (const float3 &p) const |
__device__ __host__ __forceinline__ Morton::code_t | operator() (const float4 &p) const |
Public Attributes | |
float3 | minp_ |
float3 | dims_ |
Static Public Attributes | |
static const int | depth_mult = 1 << Morton::levels |
Definition at line 110 of file morton.hpp.
|
inline |
Definition at line 117 of file morton.hpp.
References dims_.
|
inline |
Definition at line 124 of file morton.hpp.
References pcl::device::Morton::createCode(), depth_mult, dims_, and minp_.
|
inline |
Definition at line 134 of file morton.hpp.
|
static |
Definition at line 112 of file morton.hpp.
Referenced by operator()().
float3 pcl::device::CalcMorton::dims_ |
Definition at line 115 of file morton.hpp.
Referenced by CalcMorton(), and operator()().
float3 pcl::device::CalcMorton::minp_ |
Definition at line 114 of file morton.hpp.
Referenced by operator()().