39#include <pcl/cuda/cutil_math.h>
Iterator class for point clouds with or without given indices.
Default RGB structure, defined as a union over 4 chars.
__host__ __device__ RGB()
__host__ __device__ RGB & operator-=(const RGB &rhs)
__host__ __device__ RGB(int _rgb)
__host__ __device__ bool operator==(const RGB &rhs) const
__host__ __device__ RGB & operator+=(const RGB &rhs)
__host__ __device__ RGB(char _r, char _g, char _b, char _alpha)
__host__ __device__ RGB & operator-(RGB &rhs)
__host__ __device__ RGB & operator/=(const RGB &rhs)
__host__ __device__ RGB & operator*=(const RGB &rhs)