Point Cloud Library (PCL)
1.14.1-dev
|
#include </__w/1/s/gpu/people/src/cuda/nvidia/NCV.hpp>
Public Member Functions | |
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 |
Protected Attributes | |
T * | _ptr |
Ncv32u | _width |
Ncv32u | _height |
Ncv32u | _pitch |
NCVMemoryType | _memtype |
Definition at line 680 of file NCV.hpp.
References NCVMatrix< T >::clear().
|
inline |
Definition at line 746 of file NCV.hpp.
References NCVMatrix< T >::_height, NCVMatrix< T >::_pitch, NCVMatrix< T >::_ptr, and NCVMatrix< T >::_width.
Referenced by NCVMatrixReuse< T >::NCVMatrixReuse().
|
inline |
Definition at line 685 of file NCV.hpp.
References NCVMatrix< T >::_height, NCVMatrix< T >::_memtype, NCVMatrix< T >::_pitch, NCVMatrix< T >::_ptr, and NCVMatrix< T >::_width.
Referenced by NCVMatrix< T >::NCVMatrix(), NCVMatrixAlloc< T >::NCVMatrixAlloc(), NCVMatrixReuse< T >::NCVMatrixReuse(), and NCVMatrixAlloc< T >::~NCVMatrixAlloc().
|
inline |
Definition at line 728 of file NCV.hpp.
References NCVMatrix< T >::_memtype, NCVMatrix< T >::_pitch, NCVMatrix< T >::_ptr, NcvSize32u::height, NCVMatrix< T >::height(), NcvSize32u::width, and NCVMatrix< T >::width().
|
inline |
Definition at line 700 of file NCV.hpp.
References NCVMatrix< T >::_height, NCVMatrix< T >::_memtype, NCVMatrix< T >::_pitch, and NCVMatrix< T >::_ptr.
|
inline |
Definition at line 759 of file NCV.hpp.
References NCVMatrix< T >::_height.
Referenced by NCVMatrix< T >::copy2D(), NCVMatrixAlloc< T >::NCVMatrixAlloc(), and NCVMatrixReuse< T >::NCVMatrixReuse().
|
inline |
Definition at line 762 of file NCV.hpp.
References NCVMatrix< T >::_memtype.
Referenced by NCVMatrixReuse< T >::NCVMatrixReuse().
|
inline |
Definition at line 761 of file NCV.hpp.
References NCVMatrix< T >::_pitch.
Referenced by NCVMatrixAlloc< T >::NCVMatrixAlloc(), and NCVMatrixReuse< T >::NCVMatrixReuse().
|
inline |
Definition at line 757 of file NCV.hpp.
References NCVMatrix< T >::_ptr.
|
inline |
Definition at line 760 of file NCV.hpp.
References NCVMatrix< T >::_height, and NCVMatrix< T >::_width.
|
inline |
Definition at line 694 of file NCV.hpp.
References NCVMatrix< T >::_pitch.
|
inline |
Definition at line 758 of file NCV.hpp.
References NCVMatrix< T >::_width.
Referenced by NCVMatrix< T >::copy2D(), NCVMatrixAlloc< T >::NCVMatrixAlloc(), and NCVMatrixReuse< T >::NCVMatrixReuse().
|
protected |
Definition at line 768 of file NCV.hpp.
Referenced by NCVMatrix< T >::at(), NCVMatrix< T >::clear(), NCVMatrix< T >::copySolid(), NCVMatrix< T >::height(), NCVMatrixReuse< T >::NCVMatrixReuse(), and NCVMatrix< T >::size().
|
protected |
Definition at line 770 of file NCV.hpp.
Referenced by NCVMatrix< T >::clear(), NCVMatrix< T >::copy2D(), NCVMatrix< T >::copySolid(), NCVMatrix< T >::memType(), and NCVMatrixReuse< T >::NCVMatrixReuse().
|
protected |
Definition at line 769 of file NCV.hpp.
Referenced by NCVMatrix< T >::at(), NCVMatrix< T >::clear(), NCVMatrix< T >::copy2D(), NCVMatrix< T >::copySolid(), NCVMatrixReuse< T >::NCVMatrixReuse(), NCVMatrix< T >::pitch(), and NCVMatrix< T >::stride().
|
protected |
Definition at line 766 of file NCV.hpp.
Referenced by NCVMatrix< T >::at(), NCVMatrix< T >::clear(), NCVMatrix< T >::copy2D(), NCVMatrix< T >::copySolid(), NCVMatrixAlloc< T >::NCVMatrixAlloc(), NCVMatrixReuse< T >::NCVMatrixReuse(), and NCVMatrix< T >::ptr().
|
protected |
Definition at line 767 of file NCV.hpp.
Referenced by NCVMatrix< T >::at(), NCVMatrix< T >::clear(), NCVMatrixReuse< T >::NCVMatrixReuse(), NCVMatrix< T >::size(), and NCVMatrix< T >::width().