Public Member Functions | Protected Attributes
NCVMatrixAlloc< T > Class Template Reference

#include <NCV.hpp>

Inherits NCVMatrix< T >.

List of all members.

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
Tptr () 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

Detailed Description

template<class T>
class NCVMatrixAlloc< T >

NCVMatrixAlloc


Constructor & Destructor Documentation

template<class T >
NCVMatrixAlloc< T >::NCVMatrixAlloc ( INCVMemAllocator allocator,
Ncv32u  width,
Ncv32u  height,
Ncv32u  pitch = 0 
)
template<class T >
NCVMatrixAlloc< T >::~NCVMatrixAlloc ( )

Member Function Documentation

template<class T >
NcvBool NCVMatrixAlloc< T >::isMemAllocated ( ) const
template<class T >
Ncv32u NCVMatrixAlloc< T >::getAllocatorsAlignment ( ) const
template<class T >
NCVMemSegment NCVMatrixAlloc< T >::getSegment ( ) const
template<class T>
void NCVMatrix< T >::clear ( ) [inherited]
template<class T>
Ncv32u NCVMatrix< T >::stride ( ) const [inherited]
template<class T>
NCVStatus NCVMatrix< T >::copySolid ( NCVMatrix< T > &  dst,
cudaStream_t  cuStream,
size_t  howMuch = 0 
) const [inherited]
template<class T>
NCVStatus NCVMatrix< T >::copy2D ( NCVMatrix< T > &  dst,
NcvSize32u  roi,
cudaStream_t  cuStream 
) const [inherited]
template<class T>
T* NCVMatrix< T >::ptr ( ) const [inherited]
template<class T>
Ncv32u NCVMatrix< T >::width ( ) const [inherited]
template<class T>
Ncv32u NCVMatrix< T >::height ( ) const [inherited]
template<class T>
Ncv32u NCVMatrix< T >::pitch ( ) const [inherited]
template<class T>
NCVMemoryType NCVMatrix< T >::memType ( void  ) const [inherited]

Member Data Documentation

template<class T>
T* NCVMatrix< T >::_ptr [protected, inherited]
template<class T>
Ncv32u NCVMatrix< T >::_width [protected, inherited]
template<class T>
Ncv32u NCVMatrix< T >::_height [protected, inherited]
template<class T>
Ncv32u NCVMatrix< T >::_pitch [protected, inherited]
template<class T>
NCVMemoryType NCVMatrix< T >::_memtype [protected, inherited]

The documentation for this class was generated from the following file: