Point Cloud Library (PCL)  1.14.1-dev
List of all members | Static Public Member Functions
functorAddValues< T > Struct Template Reference

#include </__w/1/s/gpu/people/src/cuda/nvidia/NCVAlg.hpp>

Static Public Member Functions

static __device__ __inline__ void assign (volatile T *dst, volatile T *src)
 
static __device__ __inline__ void reduce (volatile T &in1out, const volatile T &in2)
 

Detailed Description

template<typename T>
struct functorAddValues< T >

Definition at line 64 of file NCVAlg.hpp.

Member Function Documentation

◆ assign()

template<typename T >
static __device__ __inline__ void functorAddValues< T >::assign ( volatile T *  dst,
volatile T *  src 
)
inlinestatic

Definition at line 66 of file NCVAlg.hpp.

◆ reduce()

template<typename T >
static __device__ __inline__ void functorAddValues< T >::reduce ( volatile T &  in1out,
const volatile T &  in2 
)
inlinestatic

Definition at line 71 of file NCVAlg.hpp.


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