|
Point Cloud Library (PCL) 1.12.1
|
Default RGB structure, defined as a union over 4 chars. More...
#include </home/lkp/rpmbuild/BUILD/pcl-pcl-1.12.1/cuda/common/include/pcl/cuda/common/point_type_rgb.h>
Classes | |
| struct | [struct].__unnamed0__ |
Public Member Functions | |
| __host__ __device__ | RGB () |
| __host__ __device__ | RGB (int _rgb) |
| __host__ __device__ | RGB (char _r, char _g, char _b, char _alpha) |
| __host__ __device__ bool | operator== (const RGB &rhs) const |
| __host__ __device__ RGB & | operator- (RGB &rhs) |
| __host__ __device__ RGB & | operator+= (const RGB &rhs) |
| __host__ __device__ RGB & | operator-= (const RGB &rhs) |
| __host__ __device__ RGB & | operator*= (const RGB &rhs) |
| __host__ __device__ RGB & | operator/= (const RGB &rhs) |
Public Attributes | |
| int | rgb |
| struct | |
Default RGB structure, defined as a union over 4 chars.
Definition at line 51 of file point_type_rgb.h.
|
inline |
Definition at line 62 of file point_type_rgb.h.
Referenced by operator*=(), operator+=(), operator-(), operator-=(), operator/=(), and operator==().
|
inline |
Definition at line 63 of file point_type_rgb.h.
References rgb.
|
inline |
Definition at line 64 of file point_type_rgb.h.
Definition at line 99 of file point_type_rgb.h.
References RGB().
Definition at line 81 of file point_type_rgb.h.
References RGB().
Definition at line 72 of file point_type_rgb.h.
References RGB().
Definition at line 90 of file point_type_rgb.h.
References RGB().
Definition at line 108 of file point_type_rgb.h.
References RGB().
|
inline |
Definition at line 67 of file point_type_rgb.h.
References RGB().
| int pcl::cuda::RGB::rgb |
Definition at line 53 of file point_type_rgb.h.
Referenced by RGB().