OpenCV  4.10.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
 

详细描述

INCVMemAllocator (接口)

成员函数文档

◆ 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
纯虚

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