OpenCV 4.12.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
純虛擬函式

該類的文件由以下檔案生成