| Point Cloud Library (PCL)
    1.15.1-dev
    | 
#include </__w/1/s/gpu/people/src/cuda/nvidia/NCV.hpp>
 Inheritance diagram for NCVVectorReuse< T >:
 Inheritance diagram for NCVVectorReuse< T >: Collaboration 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 | 
| 
 | inlineexplicit | 
Definition at line 632 of file NCV.hpp.
References NCVVector< T >::_length, NCVVector< T >::_ptr, NCVMemSegment::begin, NCVVector< T >::clear(), NCVMemPtr::memtype, NCVMemPtr::ptr, and NCVMemSegment::size.
| 
 | inline | 
Definition at line 644 of file NCV.hpp.
References NCVVector< T >::_length, NCVVector< T >::_ptr, NCVMemSegment::begin, NCVVector< T >::clear(), NCVVector< T >::length(), NCVMemPtr::memtype, NCVMemPtr::ptr, and NCVMemSegment::size.
| 
 | inline |