OpenCV  3.0.0
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Protected Attributes | List of all members
NCVVector< T > Class Template Reference

#include "NCV.hpp"

Inheritance diagram for NCVVector< T >:
NCVVectorAlloc< T > NCVVectorReuse< T >

Public Member Functions

 NCVVector ()
 
virtual ~NCVVector ()
 
void clear ()
 
NCVStatus copySolid (NCVVector< T > &dst, cudaStream_t cuStream, size_t howMuch=0) const
 
size_t length () const
 
NCVMemoryType memType () const
 
T * ptr () const
 

Protected Attributes

size_t _length
 
NCVMemoryType _memtype
 
T * _ptr
 

Detailed Description

template<class T>
class NCVVector< T >

NCVVector (1D)

Constructor & Destructor Documentation

template<class T>
NCVVector< T >::NCVVector ( )
inline
template<class T>
virtual NCVVector< T >::~NCVVector ( )
inlinevirtual

Member Function Documentation

template<class T>
void NCVVector< T >::clear ( )
inline
template<class T>
NCVStatus NCVVector< T >::copySolid ( NCVVector< T > &  dst,
cudaStream_t  cuStream,
size_t  howMuch = 0 
) const
inline
template<class T>
size_t NCVVector< T >::length ( ) const
inline
template<class T>
NCVMemoryType NCVVector< T >::memType ( void  ) const
inline
template<class T>
T* NCVVector< T >::ptr ( ) const
inline

Member Data Documentation

template<class T>
size_t NCVVector< T >::_length
protected
template<class T>
NCVMemoryType NCVVector< T >::_memtype
protected
template<class T>
T* NCVVector< T >::_ptr
protected

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