|
Point Cloud Library (PCL) 1.15.1
|
#include </build/pcl-uIWyNl/pcl-1.15.1+dfsg/gpu/people/src/cuda/nvidia/NCV.hpp>
Public Member Functions | |
| __host__ __device__ | NcvRect32s () |
| __host__ __device__ | NcvRect32s (Ncv32s x, Ncv32s y, Ncv32s width, Ncv32s height) |
Public Attributes | |
| Ncv32s | x |
| x-coordinate of upper left corner. | |
| Ncv32s | y |
| y-coordinate of upper left corner. | |
| Ncv32s | width |
| Rectangle width. | |
| Ncv32s | height |
| Rectangle height. | |
|
inline |
|
inline |
| Ncv32s NcvRect32s::height |
Rectangle height.
Definition at line 143 of file NCV.hpp.
Referenced by NcvRect32s(), and NcvRect32s().
| Ncv32s NcvRect32s::width |
Rectangle width.
Definition at line 142 of file NCV.hpp.
Referenced by NcvRect32s(), and NcvRect32s().
| Ncv32s NcvRect32s::x |
x-coordinate of upper left corner.
Definition at line 140 of file NCV.hpp.
Referenced by NcvRect32s(), and NcvRect32s().
| Ncv32s NcvRect32s::y |
y-coordinate of upper left corner.
Definition at line 141 of file NCV.hpp.
Referenced by NcvRect32s(), and NcvRect32s().