OpenCV 5.0.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。

#include <opencv2/cudalegacy/NCV.hpp>

Collaboration diagram for 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
pure virtual

NCVMemNativeAllocator および NCVMemStackAllocator で実装されている。

◆ alloc()

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

NCVMemNativeAllocator および NCVMemStackAllocator で実装されている。

◆ dealloc()

virtual NCVStatus INCVMemAllocator::dealloc ( NCVMemSegment & seg)
pure virtual

NCVMemNativeAllocator および NCVMemStackAllocator で実装されている。

◆ isCounting()

virtual NcvBool INCVMemAllocator::isCounting ( void ) const
pure virtual

NCVMemNativeAllocator および NCVMemStackAllocator で実装されている。

◆ isInitialized()

virtual NcvBool INCVMemAllocator::isInitialized ( void ) const
pure virtual

NCVMemNativeAllocator および NCVMemStackAllocator で実装されている。

◆ maxSize()

virtual size_t INCVMemAllocator::maxSize ( void ) const
pure virtual

NCVMemNativeAllocator および NCVMemStackAllocator で実装されている。

◆ memType()

virtual NCVMemoryType INCVMemAllocator::memType ( void ) const
pure virtual

NCVMemNativeAllocator および NCVMemStackAllocator で実装されている。


このクラス詳解は次のファイルから抽出されました: