Point Cloud Library (PCL) 1.14.0
|
#include </build/pcl-Nhd87K/pcl-1.14.0+dfsg/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 |
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().