OpenCV  4.0.0-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!

NCVVector (1D) More...

#include "NCV.hpp"

Inheritance diagram for NCVVector< T >:
Collaboration diagram for NCVVector< 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
 
Tptr () const
 

Protected Attributes

size_t _length
 
NCVMemoryType _memtype
 
T_ptr
 

Detailed Description

template<class T>
class NCVVector< T >

NCVVector (1D)

Constructor & Destructor Documentation

◆ NCVVector()

template<class T>
NCVVector< T >::NCVVector ( )
inline

◆ ~NCVVector()

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

Member Function Documentation

◆ clear()

template<class T>
void NCVVector< T >::clear ( )
inline

References NCVMemoryTypeNone.

◆ copySolid()

template<class T>
NCVStatus NCVVector< T >::copySolid ( NCVVector< T > &  dst,
cudaStream_t  cuStream,
size_t  howMuch = 0 
) const
inline

◆ length()

template<class T>
size_t NCVVector< T >::length ( ) const
inline

◆ memType()

template<class T>
NCVMemoryType NCVVector< T >::memType ( void  ) const
inline

◆ ptr()

template<class T>
T* NCVVector< T >::ptr ( ) const
inline

Member Data Documentation

◆ _length

template<class T>
size_t NCVVector< T >::_length
protected

◆ _memtype

template<class T>
NCVMemoryType NCVVector< T >::_memtype
protected

◆ _ptr

template<class T>
T* NCVVector< T >::_ptr
protected

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