OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
NCVMemNativeAllocator 類參考

#include <opencv2/cudalegacy/NCV.hpp>

NCVMemNativeAllocator 的協作圖

公共成員函式

 NCVMemNativeAllocator (NCVMemoryType memT, Ncv32u alignment)
 
virtual ~NCVMemNativeAllocator ()
 
virtual Ncv32u alignment () const
 
virtual NCVStatus alloc (NCVMemSegment &seg, size_t size)
 
virtual NCVStatus dealloc (NCVMemSegment &seg)
 
virtual NcvBool isCounting () const
 
virtual NcvBool isInitialized () const
 
virtual size_t maxSize () const
 
virtual NCVMemoryType memType () const
 
- 從 INCVMemAllocator 繼承的公共成員函式
virtual ~INCVMemAllocator ()=0
 

詳細描述

建構函式 & 解構函式文件

◆ NCVMemNativeAllocator()

NCVMemNativeAllocator::NCVMemNativeAllocator ( NCVMemoryType memT,
Ncv32u alignment )

◆ ~NCVMemNativeAllocator()

virtual NCVMemNativeAllocator::~NCVMemNativeAllocator ( )
virtual

成員函式文件

◆ alignment()

virtual Ncv32u NCVMemNativeAllocator::alignment ( ) const
virtual

實現 INCVMemAllocator

◆ alloc()

virtual NCVStatus NCVMemNativeAllocator::alloc ( NCVMemSegment & seg,
size_t size )
virtual

實現 INCVMemAllocator

◆ dealloc()

virtual NCVStatus NCVMemNativeAllocator::dealloc ( NCVMemSegment & seg)
virtual

實現 INCVMemAllocator

◆ isCounting()

virtual NcvBool NCVMemNativeAllocator::isCounting ( ) const
virtual

實現 INCVMemAllocator

◆ isInitialized()

virtual NcvBool NCVMemNativeAllocator::isInitialized ( ) const
virtual

實現 INCVMemAllocator

◆ maxSize()

virtual size_t NCVMemNativeAllocator::maxSize ( ) const
virtual

實現 INCVMemAllocator

◆ memType()

virtual NCVMemoryType NCVMemNativeAllocator::memType ( ) const
virtual

實現 INCVMemAllocator


此類的文件是從以下檔案生成的