Point Cloud Library (PCL)  1.9.1
 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.ja8W1J/BUILD/pcl-pcl-1.9.1/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, size_t howMuch=0) const
 
T * ptr () const
 
size_t length () const
 
NCVMemoryType memType () const
 

Protected Attributes

T * _ptr
 
size_t _length
 
NCVMemoryType _memtype
 

Detailed Description

template<class T>
class NCVVector< T >

NCVVector (1D)

Definition at line 523 of file NCV.hpp.

Constructor & Destructor Documentation

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

Definition at line 529 of file NCV.hpp.

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

Definition at line 534 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,
size_t  howMuch = 0 
) const
inline

Definition at line 543 of file NCV.hpp.

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

Definition at line 571 of file NCV.hpp.

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

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

Definition at line 572 of file NCV.hpp.

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

Definition at line 570 of file NCV.hpp.

Member Data Documentation

template<class T>
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: