#include <NCV.hpp>
Inherits NCVMatrix< T >.
Public Member Functions | |
NCVMatrixAlloc (INCVMemAllocator &allocator, Ncv32u width, Ncv32u height, Ncv32u pitch=0) | |
~NCVMatrixAlloc () | |
NcvBool | isMemAllocated () const |
Ncv32u | getAllocatorsAlignment () const |
NCVMemSegment | getSegment () const |
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 |
NCVMatrixAlloc< T >::NCVMatrixAlloc | ( | INCVMemAllocator & | allocator, |
Ncv32u | width, | ||
Ncv32u | height, | ||
Ncv32u | pitch = 0 |
||
) |
NCVMatrixAlloc< T >::~NCVMatrixAlloc | ( | ) |
NcvBool NCVMatrixAlloc< T >::isMemAllocated | ( | ) | const |
Ncv32u NCVMatrixAlloc< T >::getAllocatorsAlignment | ( | ) | const |
NCVMemSegment NCVMatrixAlloc< T >::getSegment | ( | ) | const |
NCVStatus NCVMatrix< T >::copySolid | ( | NCVMatrix< T > & | dst, |
cudaStream_t | cuStream, | ||
size_t | howMuch = 0 |
||
) | const [inherited] |
NCVStatus NCVMatrix< T >::copy2D | ( | NCVMatrix< T > & | dst, |
NcvSize32u | roi, | ||
cudaStream_t | cuStream | ||
) | const [inherited] |
NCVMemoryType NCVMatrix< T >::memType | ( | void | ) | const [inherited] |
NCVMemoryType NCVMatrix< T >::_memtype [protected, inherited] |