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

NCVVectorReuse. More...

#include "NCV.hpp"

Inheritance diagram for NCVVectorReuse< T >:
Collaboration diagram for NCVVectorReuse< T >:

Public Member Functions

 NCVVectorReuse (const NCVMemSegment &memSegment)
 
 NCVVectorReuse (const NCVMemSegment &memSegment, Ncv32u length_)
 
void clear ()
 
NCVStatus copySolid (NCVVector< T > &dst, cudaStream_t cuStream, size_t howMuch=0) const
 
NcvBool isMemReused () 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 NCVVectorReuse< T >

NCVVectorReuse.

Constructor & Destructor Documentation

◆ NCVVectorReuse() [1/2]

template<class T >
NCVVectorReuse< T >::NCVVectorReuse ( const NCVMemSegment memSegment)
inlineexplicit

◆ NCVVectorReuse() [2/2]

template<class T >
NCVVectorReuse< T >::NCVVectorReuse ( const NCVMemSegment memSegment,
Ncv32u  length_ 
)
inline

Member Function Documentation

◆ clear()

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

References NCVMemoryTypeNone.

◆ copySolid()

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

◆ isMemReused()

template<class T >
NcvBool NCVVectorReuse< T >::isMemReused ( ) const
inline

◆ length()

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

◆ memType()

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

◆ ptr()

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

Member Data Documentation

◆ _length

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

◆ _memtype

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

◆ _ptr

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

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