#include <NCV.hpp>
Inherited by NCVMatrixAlloc< T >, and NCVMatrixReuse< T >.
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 * | ptr () const |
Ncv32u | width () const |
Ncv32u | height () const |
Ncv32u | pitch () const |
NCVMemoryType | memType () const |
Protected Attributes | |
T * | _ptr |
Ncv32u | _width |
Ncv32u | _height |
Ncv32u | _pitch |
NCVMemoryType | _memtype |
NCVMatrix (2D)
NCVStatus NCVMatrix< T >::copySolid | ( | NCVMatrix< T > & | dst, | |
cudaStream_t | cuStream, | |||
size_t | howMuch = 0 | |||
) | const |
NCVStatus NCVMatrix< T >::copy2D | ( | NCVMatrix< T > & | dst, | |
NcvSize32u | roi, | |||
cudaStream_t | cuStream | |||
) | const |
NCVMemoryType NCVMatrix< T >::memType | ( | void | ) | const |
NCVMemoryType NCVMatrix< T >::_memtype [protected] |