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

#include <NCV.hpp>

Inherits NCVMatrix< T >.

List of all members.

Public Member Functions

 NCVMatrixReuse (const NCVMemSegment &memSegment, Ncv32u alignment, Ncv32u width, Ncv32u height, Ncv32u pitch=0, NcvBool bSkipPitchCheck=false)
 NCVMatrixReuse (const NCVMatrix< T > &mat, NcvRect32u roi)
NcvBool isMemReused () 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 NCVMatrixReuse< T >

NCVMatrixReuse


Constructor & Destructor Documentation

template<class T >
NCVMatrixReuse< T >::NCVMatrixReuse ( const NCVMemSegment memSegment,
Ncv32u  alignment,
Ncv32u  width,
Ncv32u  height,
Ncv32u  pitch = 0,
NcvBool  bSkipPitchCheck = false 
)
template<class T >
NCVMatrixReuse< T >::NCVMatrixReuse ( const NCVMatrix< T > &  mat,
NcvRect32u  roi 
)

Member Function Documentation

template<class T >
NcvBool NCVMatrixReuse< T >::isMemReused ( ) 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: