Point Cloud Library (PCL)  1.11.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
List of all members | Public Member Functions | Protected Attributes
NCVVector< T > Class Template Reference

NCVVector (1D) More...

#include </tmp/B.n42QjO/BUILD/pcl-pcl-1.11.0/gpu/people/src/cuda/nvidia/NCV.hpp>

+ Inheritance diagram for NCVVector< T >:
+ Collaboration diagram for NCVVector< T >:

Public Member Functions

 NCVVector ()
 
virtual ~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 507 of file NCV.hpp.

Constructor & Destructor Documentation

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

Definition at line 513 of file NCV.hpp.

template<class T>
virtual NCVVector< T >::~NCVVector ( )
inlinevirtual

Definition at line 518 of file NCV.hpp.

Member Function Documentation

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

Definition at line 527 of file NCV.hpp.

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

Definition at line 555 of file NCV.hpp.

Referenced by NCVVectorReuse< T >::NCVVectorReuse().

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

Definition at line 556 of file NCV.hpp.

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

Definition at line 554 of file NCV.hpp.

Member Data Documentation

template<class T>
std::size_t NCVVector< T >::_length
protected
template<class T>
NCVMemoryType NCVVector< T >::_memtype
protected
template<class T>
T* NCVVector< T >::_ptr
protected

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