|
Point Cloud Library (PCL)
1.8.0
|
#include </build/pcl-1.8.0+dfsg1/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. More... | |
| Ncv32u | height |
| Rectangle height. More... | |
|
inline |
|
inline |
| Ncv32u NcvSize32u::height |
Rectangle height.
Definition at line 169 of file NCV.hpp.
Referenced by NCVMatrix< T >::copy2D(), and operator==().
| Ncv32u NcvSize32u::width |
Rectangle width.
Definition at line 168 of file NCV.hpp.
Referenced by NCVMatrix< T >::copy2D(), and operator==().