Point Cloud Library (PCL)  1.14.1-dev
List of all members | Public Member Functions | Public Attributes
NcvRect32s Struct Reference

#include </__w/1/s/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. More...
 
Ncv32s y
 y-coordinate of upper left corner. More...
 
Ncv32s width
 Rectangle width. More...
 
Ncv32s height
 Rectangle height. More...
 

Detailed Description

Definition at line 138 of file NCV.hpp.

Constructor & Destructor Documentation

◆ NcvRect32s() [1/2]

__host__ __device__ NcvRect32s::NcvRect32s ( )
inline

Definition at line 144 of file NCV.hpp.

◆ NcvRect32s() [2/2]

__host__ __device__ NcvRect32s::NcvRect32s ( Ncv32s  x,
Ncv32s  y,
Ncv32s  width,
Ncv32s  height 
)
inline

Definition at line 145 of file NCV.hpp.

Member Data Documentation

◆ height

Ncv32s NcvRect32s::height

Rectangle height.

Definition at line 143 of file NCV.hpp.

◆ width

Ncv32s NcvRect32s::width

Rectangle width.

Definition at line 142 of file NCV.hpp.

◆ x

Ncv32s NcvRect32s::x

x-coordinate of upper left corner.

Definition at line 140 of file NCV.hpp.

◆ y

Ncv32s NcvRect32s::y

y-coordinate of upper left corner.

Definition at line 141 of file NCV.hpp.


The documentation for this struct was generated from the following file: