Point Cloud Library (PCL)
1.14.1-dev
|
#include </__w/1/s/gpu/people/src/cuda/nvidia/NCV.hpp>
Public Member Functions | |
NCVMatrixReuse (const NCVMemSegment &memSegment, Ncv32u alignment, Ncv32u width, Ncv32u height, Ncv32u pitch=0, NcvBool bSkipPitchCheck=false) | |
NCVMatrixReuse (const NCVMatrix< T > &mat, NcvRect32u roi) | |
NcvBool | isMemReused () 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 860 of file NCV.hpp.
References NCVMatrix< T >::_height, NCVMatrix< T >::_pitch, NCVMatrix< T >::_ptr, NCVMatrix< T >::_width, NCVMemSegment::begin, NCVMatrix< T >::clear(), NCVMatrix< T >::height(), NCVMemPtr::memtype, NCVMatrix< T >::pitch(), NCVMemPtr::ptr, NCVMemSegment::size, and NCVMatrix< T >::width().
|
inline |
Definition at line 895 of file NCV.hpp.
References NCVMatrix< T >::_height, NCVMatrix< T >::_memtype, NCVMatrix< T >::_pitch, NCVMatrix< T >::_ptr, NCVMatrix< T >::_width, NCVMatrix< T >::at(), NCVMatrix< T >::clear(), NcvRect32u::height, NCVMatrix< T >::height(), NCVMatrix< T >::memType(), NCVMatrix< T >::pitch(), NcvRect32u::width, NCVMatrix< T >::width(), NcvRect32u::x, and NcvRect32u::y.
|
inline |