OpenCV  4.5.4
Open Source Computer Vision
Public Member Functions | List of all members
NCVVectorReuse< T > Class Template Reference

#include <opencv2/cudalegacy/NCV.hpp>

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

Public Member Functions

 NCVVectorReuse (const NCVMemSegment &memSegment)
 
 NCVVectorReuse (const NCVMemSegment &memSegment, Ncv32u length_)
 
NcvBool isMemReused () const
 
- Public Member Functions inherited from NCVVector< T >
 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
 

Additional Inherited Members

- Protected Attributes inherited from NCVVector< T >
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

◆ isMemReused()

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

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