|
Point Cloud Library (PCL)
1.15.1-dev
|
#include </__w/1/s/gpu/people/src/cuda/nvidia/NCV.hpp>
Public Member Functions | |
| __host__ __device__ | NcvRect32u () |
| __host__ __device__ | NcvRect32u (Ncv32u x, Ncv32u y, Ncv32u width, Ncv32u height) |
Public Attributes | |
| Ncv32u | x |
| x-coordinate of upper left corner. More... | |
| Ncv32u | y |
| y-coordinate of upper left corner. More... | |
| Ncv32u | width |
| Rectangle width. More... | |
| Ncv32u | height |
| Rectangle height. More... | |
|
inline |
| Ncv32u NcvRect32u::height |
Rectangle height.
Definition at line 153 of file NCV.hpp.
Referenced by NCVMatrixReuse< T >::NCVMatrixReuse().
| Ncv32u NcvRect32u::width |
Rectangle width.
Definition at line 152 of file NCV.hpp.
Referenced by NCVMatrixReuse< T >::NCVMatrixReuse().
| Ncv32u NcvRect32u::x |
x-coordinate of upper left corner.
Definition at line 150 of file NCV.hpp.
Referenced by NCVMatrixReuse< T >::NCVMatrixReuse().
| Ncv32u NcvRect32u::y |
y-coordinate of upper left corner.
Definition at line 151 of file NCV.hpp.
Referenced by NCVMatrixReuse< T >::NCVMatrixReuse().