|
Point Cloud Library (PCL) 1.12.1
|
Default point xyz-rgb structure. More...
#include </home/lkp/rpmbuild/BUILD/pcl-pcl-1.12.1/cuda/common/include/pcl/cuda/point_types.h>
Classes | |
| union | [union].__unnamed0__ |
Public Member Functions | |
| __host__ __device__ | PointXYZRGB () |
| __host__ __device__ | PointXYZRGB (float _x, float _y, float _z, int _rgb) |
| __host__ __device__ bool | operator== (const PointXYZRGB &rhs) |
| __host__ __device__ | operator float3 () const |
| const __host__ __device__ PointXYZRGB | operator- (const PointXYZRGB &rhs) const |
| __host__ __device__ PointXYZRGB & | operator+= (const PointXYZRGB &rhs) |
| __host__ __device__ PointXYZRGB & | operator-= (const PointXYZRGB &rhs) |
| __host__ __device__ PointXYZRGB & | operator*= (const PointXYZRGB &rhs) |
| __host__ __device__ PointXYZRGB & | operator/= (const PointXYZRGB &rhs) |
Public Attributes | |
| union | |
| RGB | rgb |
Default point xyz-rgb structure.
Definition at line 48 of file point_types.h.
|
inline |
Definition at line 50 of file point_types.h.
Referenced by operator*=(), operator+=(), operator-(), operator-=(), operator/=(), and operator==().
|
inline |
Definition at line 51 of file point_types.h.
References rgb.
|
inline |
Definition at line 73 of file point_types.h.
|
inline |
Definition at line 102 of file point_types.h.
References PointXYZRGB(), and rgb.
|
inline |
Definition at line 88 of file point_types.h.
References PointXYZRGB(), and rgb.
|
inline |
Definition at line 78 of file point_types.h.
References PointXYZRGB().
|
inline |
Definition at line 95 of file point_types.h.
References PointXYZRGB(), and rgb.
|
inline |
Definition at line 109 of file point_types.h.
References PointXYZRGB(), and rgb.
|
inline |
Definition at line 67 of file point_types.h.
References PointXYZRGB(), and rgb.
| RGB pcl::cuda::PointXYZRGB::rgb |
Definition at line 65 of file point_types.h.
Referenced by pcl::cuda::ChangeColor::operator()(), pcl::cuda::SetColor::operator()(), operator*=(), operator+=(), operator-=(), operator/=(), operator==(), and PointXYZRGB().