Point Cloud Library (PCL) 1.15.1
Loading...
Searching...
No Matches
NcvPoint2D32u Struct Reference

#include </build/reproducible-path/pcl-1.15.1+dfsg/gpu/people/src/cuda/nvidia/NCV.hpp>

Public Member Functions

__host__ __device__ NcvPoint2D32u ()
__host__ __device__ NcvPoint2D32u (Ncv32u x, Ncv32u y)

Public Attributes

Ncv32u x
 Point X.
Ncv32u y
 Point Y.

Detailed Description

Definition at line 183 of file NCV.hpp.

Constructor & Destructor Documentation

◆ NcvPoint2D32u() [1/2]

__host__ __device__ NcvPoint2D32u::NcvPoint2D32u ( )
inline

Definition at line 187 of file NCV.hpp.

References x, and y.

◆ NcvPoint2D32u() [2/2]

__host__ __device__ NcvPoint2D32u::NcvPoint2D32u ( Ncv32u x,
Ncv32u y )
inline

Definition at line 188 of file NCV.hpp.

References x, and y.

Member Data Documentation

◆ x

Ncv32u NcvPoint2D32u::x

Point X.

Definition at line 185 of file NCV.hpp.

Referenced by NcvPoint2D32u(), and NcvPoint2D32u().

◆ y

Ncv32u NcvPoint2D32u::y

Point Y.

Definition at line 186 of file NCV.hpp.

Referenced by NcvPoint2D32u(), and NcvPoint2D32u().


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