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

NCVVectorReuse. More...

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

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

Public Member Functions

 NCVVectorReuse (const NCVMemSegment &memSegment)
 
 NCVVectorReuse (const NCVMemSegment &memSegment, Ncv32u length)
 
NcvBool isMemReused () const
 
- Public Member Functions inherited from NCVVector< T >
 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
 

Additional Inherited Members

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

Detailed Description

template<class T>
class NCVVectorReuse< T >

NCVVectorReuse.

Definition at line 625 of file NCV.hpp.

Constructor & Destructor Documentation

◆ NCVVectorReuse() [1/2]

template<class T >
NCVVectorReuse< T >::NCVVectorReuse ( const NCVMemSegment memSegment)
inlineexplicit

◆ NCVVectorReuse() [2/2]

template<class T >
NCVVectorReuse< T >::NCVVectorReuse ( const NCVMemSegment memSegment,
Ncv32u  length 
)
inline

Member Function Documentation

◆ isMemReused()

template<class T >
NcvBool NCVVectorReuse< T >::isMemReused ( ) const
inline

Definition at line 659 of file NCV.hpp.


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