Point Cloud Library (PCL)
1.8.0
|
#include </builddir/build/BUILD/pcl-1.8.0rc1/gpu/people/src/cuda/nvidia/NCV.hpp>
Public Member Functions | |
NCVMatrix () | |
virtual | ~NCVMatrix () |
void | clear () |
Ncv32u | stride () const |
NCVStatus | copySolid (NCVMatrix< T > &dst, cudaStream_t cuStream, 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 |
|
inline |
Definition at line 769 of file NCV.hpp.
Referenced by __pixColorConv< NCVColorSpaceGray, NCVColorSpaceRGBA, Tin, Tout >::_pixColorConv(), and NCVMatrixReuse< T >::NCVMatrixReuse().
|
inline |
Definition at line 751 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 723 of file NCV.hpp.
References NCVMatrix< T >::_height, NCVMatrix< T >::_memtype, NCVMatrix< T >::_pitch, and NCVMatrix< T >::_ptr.
|
inline |
Definition at line 782 of file NCV.hpp.
Referenced by __pixColorConv< NCVColorSpaceGray, NCVColorSpaceRGBA, Tin, Tout >::_pixColorConv(), NCVMatrix< T >::copy2D(), and NCVMatrixReuse< T >::NCVMatrixReuse().
|
inline |
Definition at line 785 of file NCV.hpp.
Referenced by __pixColorConv< NCVColorSpaceGray, NCVColorSpaceRGBA, Tin, Tout >::_pixColorConv(), and NCVMatrixReuse< T >::NCVMatrixReuse().
|
inline |
Definition at line 784 of file NCV.hpp.
Referenced by NCVMatrixReuse< T >::NCVMatrixReuse().
|
inline |
Definition at line 783 of file NCV.hpp.
Referenced by __pixColorConv< NCVColorSpaceGray, NCVColorSpaceRGBA, Tin, Tout >::_pixColorConv().
|
inline |
|
inline |
Definition at line 781 of file NCV.hpp.
Referenced by __pixColorConv< NCVColorSpaceGray, NCVColorSpaceRGBA, Tin, Tout >::_pixColorConv(), NCVMatrix< T >::copy2D(), and NCVMatrixReuse< T >::NCVMatrixReuse().
|
protected |
Definition at line 791 of file NCV.hpp.
Referenced by NCVMatrix< T >::copySolid().
|
protected |
Definition at line 793 of file NCV.hpp.
Referenced by NCVMatrix< T >::copy2D(), and NCVMatrix< T >::copySolid().
|
protected |
Definition at line 792 of file NCV.hpp.
Referenced by NCVMatrix< T >::copy2D(), and NCVMatrix< T >::copySolid().
|
protected |
Definition at line 789 of file NCV.hpp.
Referenced by NCVMatrix< T >::copy2D(), and NCVMatrix< T >::copySolid().