| Point Cloud Library (PCL)
    1.15.1-dev
    | 
#include </__w/1/s/gpu/people/src/cuda/nvidia/NCV.hpp>
 Inheritance diagram for NCVMatrixAlloc< T >:
 Inheritance diagram for NCVMatrixAlloc< T >: Collaboration diagram for NCVMatrixAlloc< T >:
 Collaboration diagram for NCVMatrixAlloc< T >:| Public Member Functions | |
| NCVMatrixAlloc (INCVMemAllocator &allocator, Ncv32u width, Ncv32u height, Ncv32u pitch=0) | |
| ~NCVMatrixAlloc () | |
| NcvBool | isMemAllocated () const | 
| Ncv32u | getAllocatorsAlignment () const | 
| NCVMemSegment | getSegment () const | 
|  Public Member Functions inherited from NCVMatrix< T > | |
| NCVMatrix () | |
| void | clear () | 
| Ncv32u | stride () const | 
| NCVStatus | copySolid (NCVMatrix< T > &dst, cudaStream_t cuStream, std::size_t howMuch=0) const | 
| NCVStatus | copy2D (NCVMatrix< T > &dst, NcvSize32u roi, cudaStream_t cuStream) const | 
| T & | at (Ncv32u x, Ncv32u y) const | 
| T * | ptr () const | 
| Ncv32u | width () const | 
| Ncv32u | height () const | 
| NcvSize32u | size () const | 
| Ncv32u | pitch () const | 
| NCVMemoryType | memType () const | 
| Additional Inherited Members | |
|  Protected Attributes inherited from NCVMatrix< T > | |
| T * | _ptr | 
| Ncv32u | _width | 
| Ncv32u | _height | 
| Ncv32u | _pitch | 
| NCVMemoryType | _memtype | 
| 
 | inline | 
Definition at line 785 of file NCV.hpp.
References NCVMatrix< T >::_ptr, INCVMemAllocator::alignment(), INCVMemAllocator::alloc(), NCVMemSegment::begin, NCVMemSegment::clear(), NCVMatrix< T >::clear(), NCVMatrix< T >::height(), NCVMatrix< T >::pitch(), NCVMemPtr::ptr, and NCVMatrix< T >::width().
| 
 | inline | 
Definition at line 817 of file NCV.hpp.
References NCVMatrix< T >::clear(), and INCVMemAllocator::dealloc().
| 
 | inline | 
Definition at line 832 of file NCV.hpp.
References INCVMemAllocator::alignment().
| 
 | inline | 
| 
 | inline | 
Definition at line 827 of file NCV.hpp.
References NCVMemSegment::begin, INCVMemAllocator::isCounting(), and NCVMemPtr::ptr.