Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Member Functions | Protected Attributes
NCVVector< T > Class Template Reference

NCVVector (1D) More...

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

+ Inheritance diagram for NCVVector< T >:

Public Member Functions

 NCVVector ()
 
void clear ()
 
NCVStatus copySolid (NCVVector< T > &dst, cudaStream_t cuStream, std::size_t howMuch=0) const
 
T * ptr () const
 
std::size_t length () const
 
NCVMemoryType memType () const
 

Protected Attributes

T * _ptr
 
std::size_t _length
 
NCVMemoryType _memtype
 

Detailed Description

template<class T>
class NCVVector< T >

NCVVector (1D)

Definition at line 504 of file NCV.hpp.

Constructor & Destructor Documentation

◆ NCVVector()

template<class T >
NCVVector< T >::NCVVector ( )
inline

Definition at line 510 of file NCV.hpp.

References NCVVector< T >::clear().

Member Function Documentation

◆ clear()

template<class T >
void NCVVector< T >::clear ( )
inline

◆ copySolid()

template<class T >
NCVStatus NCVVector< T >::copySolid ( NCVVector< T > &  dst,
cudaStream_t  cuStream,
std::size_t  howMuch = 0 
) const
inline

Definition at line 522 of file NCV.hpp.

References NCVVector< T >::_length, NCVVector< T >::_memtype, and NCVVector< T >::_ptr.

◆ length()

template<class T >
std::size_t NCVVector< T >::length ( ) const
inline

◆ memType()

template<class T >
NCVMemoryType NCVVector< T >::memType ( ) const
inline

Definition at line 551 of file NCV.hpp.

References NCVVector< T >::_memtype.

◆ ptr()

template<class T >
T* NCVVector< T >::ptr ( ) const
inline

Definition at line 549 of file NCV.hpp.

References NCVVector< T >::_ptr.

Member Data Documentation

◆ _length

template<class T >
std::size_t NCVVector< T >::_length
protected

◆ _memtype

template<class T >
NCVMemoryType NCVVector< T >::_memtype
protected

◆ _ptr

template<class T >
T* NCVVector< T >::_ptr
protected

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