37#ifndef PCL_GPU_DEVICE_STATIC_CHECK_HPP_
38#define PCL_GPU_DEVICE_STATIC_CHECK_HPP_
40#if defined(__CUDACC__)
41 #define __PCL_GPU_HOST_DEVICE__ __host__ __device__ __forceinline__
43 #define __PCL_GPU_HOST_DEVICE__
50 template<
bool expr>
struct Static {};
54 __PCL_GPU_HOST_DEVICE__
static void check() {};
64#undef __PCL_GPU_HOST_DEVICE__
Iterator class for point clouds with or without given indices.
static __PCL_GPU_HOST_DEVICE__ void check()