OpenCV  3.2.0-dev
Open Source Computer Vision

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
 
T * ptr () const
 

Protected Attributes

size_t _length
 
NCVMemoryType _memtype
 
T * _ptr
 

Detailed Description

template<class T>
class NCVVectorReuse< T >

NCVVectorReuse.

Constructor & Destructor Documentation

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

Member Function Documentation

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

References NCVMemoryTypeNone.

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

Member Data Documentation

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

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