|
Point Cloud Library (PCL) 1.15.1
|
#include </builddir/build/BUILD/pcl-1.15.1-build/pcl-pcl-1.15.1/gpu/people/src/cuda/nvidia/NCV.hpp>
Public Member Functions | |
| __host__ __device__ | NcvSize32u () |
| __host__ __device__ | NcvSize32u (Ncv32u width, Ncv32u height) |
| __host__ __device__ bool | operator== (const NcvSize32u &another) const |
Public Attributes | |
| Ncv32u | width |
| Rectangle width. | |
| Ncv32u | height |
| Rectangle height. | |
|
inline |
|
inline |
|
inline |
Definition at line 172 of file NCV.hpp.
References height, NcvSize32u(), and width.
| Ncv32u NcvSize32u::height |
Rectangle height.
Definition at line 169 of file NCV.hpp.
Referenced by NCVMatrix< T >::copy2D(), NcvSize32u(), NcvSize32u(), and operator==().
| Ncv32u NcvSize32u::width |
Rectangle width.
Definition at line 168 of file NCV.hpp.
Referenced by NCVMatrix< T >::copy2D(), NcvSize32u(), NcvSize32u(), and operator==().