OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
INCVMemAllocator 类参考抽象类

#include <opencv2/cudalegacy/NCV.hpp>

INCVMemAllocator 的协作图

公共成员函数

virtual ~INCVMemAllocator ()=0
 
virtual Ncv32u alignment (void) const =0
 
virtual NCVStatus alloc (NCVMemSegment &seg, size_t size)=0
 
virtual NCVStatus dealloc (NCVMemSegment &seg)=0
 
virtual NcvBool isCounting (void) const =0
 
virtual NcvBool isInitialized (void) const =0
 
virtual size_t maxSize (void) const =0
 
virtual NCVMemoryType memType (void) const =0
 

详细描述

成员函数文档

◆ alignment()

virtual Ncv32u INCVMemAllocator::alignment ( void ) const
纯虚函数

◆ alloc()

virtual NCVStatus INCVMemAllocator::alloc ( NCVMemSegment & seg,
size_t size )
纯虚函数

◆ dealloc()

virtual NCVStatus INCVMemAllocator::dealloc ( NCVMemSegment & seg)
纯虚函数

◆ isCounting()

virtual NcvBool INCVMemAllocator::isCounting ( void ) const
纯虚函数

◆ isInitialized()

virtual NcvBool INCVMemAllocator::isInitialized ( void ) const
纯虚函数

◆ maxSize()

virtual size_t INCVMemAllocator::maxSize ( void ) const
纯虚函数

◆ memType()

virtual NCVMemoryType INCVMemAllocator::memType ( void ) const
纯虚函数

此类的文档是从以下文件生成的