| Point Cloud Library (PCL)
    1.15.1-dev
    | 
#include </__w/1/s/gpu/people/src/cuda/nvidia/NCV.hpp>
 Inheritance diagram for NCVVectorAlloc< T >:
 Inheritance diagram for NCVVectorAlloc< T >: Collaboration diagram for NCVVectorAlloc< T >:
 Collaboration 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 () | |
| 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 | 
| 
 | inline | 
Definition at line 573 of file NCV.hpp.
References NCVVector< T >::_ptr, INCVMemAllocator::alloc(), NCVMemSegment::begin, NCVMemSegment::clear(), NCVVector< T >::clear(), NCVVector< T >::length(), and NCVMemPtr::ptr.
| 
 | inline | 
Definition at line 590 of file NCV.hpp.
References NCVVector< T >::clear(), and INCVMemAllocator::dealloc().
| 
 | inline | 
Definition at line 605 of file NCV.hpp.
References INCVMemAllocator::alignment().
| 
 | inline | 
| 
 | inline | 
Definition at line 600 of file NCV.hpp.
References NCVMemSegment::begin, INCVMemAllocator::isCounting(), and NCVMemPtr::ptr.