OpenCV 4.11.0
开源计算机视觉库
加载中…
搜索中…
无匹配项
NCVVectorAlloc< T > 类模板参考

#include <opencv2/cudalegacy/NCV.hpp>

NCVVectorAlloc< T > 的协作图

公共成员函数

 NCVVectorAlloc (INCVMemAllocator &allocator_, Ncv32u length_)
 
 ~NCVVectorAlloc ()
 
Ncv32u getAllocatorsAlignment () const
 
NCVMemSegment getSegment () const
 
NcvBool isMemAllocated () const
 
- 继承自 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
 

其他继承成员

- 继承自 NCVVector< T > 的受保护属性
size_t _length
 
NCVMemoryType _memtype
 
T * _ptr
 

详细描述

template<class T>
class NCVVectorAlloc< T >

NCVVectorAlloc

构造函数和析构函数文档

◆ NCVVectorAlloc()

template<class T >
NCVVectorAlloc< T >::NCVVectorAlloc ( INCVMemAllocator & allocator_,
Ncv32u length_ )
inline
此函数的调用图

◆ ~NCVVectorAlloc()

template<class T >
NCVVectorAlloc< T >::~NCVVectorAlloc ( )
inline
此函数的调用图

成员函数文档

◆ getAllocatorsAlignment()

template<class T >
Ncv32u NCVVectorAlloc< T >::getAllocatorsAlignment ( ) const
inline
此函数的调用图

◆ getSegment()

template<class T >
NCVMemSegment NCVVectorAlloc< T >::getSegment ( ) const
inline

◆ isMemAllocated()

template<class T >
NcvBool NCVVectorAlloc< T >::isMemAllocated ( ) const
inline
此函数的调用图

此类的文档由以下文件生成: