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

#include <NCV.hpp>

Inherited by NCVMatrixAlloc< T >, and NCVMatrixReuse< T >.

List of all members.

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
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 NCVMatrix< T >

NCVMatrix (2D)


Constructor & Destructor Documentation

template<class T>
NCVMatrix< T >::NCVMatrix ( )
template<class T>
virtual NCVMatrix< T >::~NCVMatrix ( ) [virtual]

Member Function Documentation

template<class T>
void NCVMatrix< T >::clear ( )
template<class T>
Ncv32u NCVMatrix< T >::stride ( ) const
template<class T>
NCVStatus NCVMatrix< T >::copySolid ( NCVMatrix< T > &  dst,
cudaStream_t  cuStream,
size_t  howMuch = 0 
) const
template<class T>
NCVStatus NCVMatrix< T >::copy2D ( NCVMatrix< T > &  dst,
NcvSize32u  roi,
cudaStream_t  cuStream 
) const
template<class T>
T* NCVMatrix< T >::ptr ( ) const
template<class T>
Ncv32u NCVMatrix< T >::width ( ) const
template<class T>
Ncv32u NCVMatrix< T >::height ( ) const
template<class T>
Ncv32u NCVMatrix< T >::pitch ( ) const
template<class T>
NCVMemoryType NCVMatrix< T >::memType ( void  ) const

Member Data Documentation

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

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