Point Cloud Library (PCL)  1.8.1
List of all members | Public Member Functions
NCVVectorAlloc< T > Class Template Reference

NCVVectorAlloc. More...

#include </build/pcl-huvhCA/pcl-1.8.1+dfsg1/gpu/people/src/cuda/nvidia/NCV.hpp>

+ Inheritance diagram for NCVVectorAlloc< T >:

Public Member Functions

 NCVVectorAlloc (INCVMemAllocator &allocator, Ncv32u length)
 
 ~NCVVectorAlloc ()
 
NcvBool isMemAllocated () const
 
Ncv32u getAllocatorsAlignment () const
 
NCVMemSegment getSegment () const
 
- Public Member Functions inherited from NCVVector< T >
 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
 

Additional Inherited Members

- Protected Attributes inherited from NCVVector< T >
T * _ptr
 
size_t _length
 
NCVMemoryType _memtype
 

Detailed Description

template<class T>
class NCVVectorAlloc< T >

NCVVectorAlloc.

Definition at line 586 of file NCV.hpp.

Constructor & Destructor Documentation

◆ NCVVectorAlloc()

template<class T>
NCVVectorAlloc< T >::NCVVectorAlloc ( INCVMemAllocator allocator,
Ncv32u  length 
)
inline

Definition at line 594 of file NCV.hpp.

◆ ~NCVVectorAlloc()

template<class T>
NCVVectorAlloc< T >::~NCVVectorAlloc ( )
inline

Definition at line 611 of file NCV.hpp.

Member Function Documentation

◆ getAllocatorsAlignment()

template<class T>
Ncv32u NCVVectorAlloc< T >::getAllocatorsAlignment ( ) const
inline

Definition at line 626 of file NCV.hpp.

◆ getSegment()

template<class T>
NCVMemSegment NCVVectorAlloc< T >::getSegment ( ) const
inline

Definition at line 631 of file NCV.hpp.

◆ isMemAllocated()

template<class T>
NcvBool NCVVectorAlloc< T >::isMemAllocated ( ) const
inline

Definition at line 621 of file NCV.hpp.


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