|
Point Cloud Library (PCL) 1.15.0
|
#include </builddir/build/BUILD/pcl-1.15.0-build/pcl-pcl-1.15.0/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. | |
| Ncv32u | y |
| y-coordinate of upper left corner. | |
| Ncv32u | width |
| Rectangle width. | |
| Ncv32u | height |
| Rectangle height. | |
|
inline |
|
inline |
| Ncv32u NcvRect32u::height |
Rectangle height.
Definition at line 153 of file NCV.hpp.
Referenced by NCVMatrixReuse< T >::NCVMatrixReuse(), NcvRect32u(), and NcvRect32u().
| Ncv32u NcvRect32u::width |
Rectangle width.
Definition at line 152 of file NCV.hpp.
Referenced by NCVMatrixReuse< T >::NCVMatrixReuse(), NcvRect32u(), and NcvRect32u().
| Ncv32u NcvRect32u::x |
x-coordinate of upper left corner.
Definition at line 150 of file NCV.hpp.
Referenced by NCVMatrixReuse< T >::NCVMatrixReuse(), NcvRect32u(), and NcvRect32u().
| Ncv32u NcvRect32u::y |
y-coordinate of upper left corner.
Definition at line 151 of file NCV.hpp.
Referenced by NCVMatrixReuse< T >::NCVMatrixReuse(), NcvRect32u(), and NcvRect32u().