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

#include <opencv2/cudalegacy/NCV.hpp>

Collaboration diagram for NCVMemStackAllocator:

公開メンバ関数

 NCVMemStackAllocator (Ncv32u alignment)
 
 NCVMemStackAllocator (NCVMemoryType memT, size_t capacity, Ncv32u alignment, void *reusePtr=NULL)
 
virtual ~NCVMemStackAllocator ()
 
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
 
- Public Member Functions inherited from INCVMemAllocator
virtual ~INCVMemAllocator ()=0
 

詳細説明

構築子と解体子の詳解

◆ NCVMemStackAllocator() [1/2]

NCVMemStackAllocator::NCVMemStackAllocator ( Ncv32u alignment)
explicit

◆ NCVMemStackAllocator() [2/2]

NCVMemStackAllocator::NCVMemStackAllocator ( NCVMemoryType memT,
size_t capacity,
Ncv32u alignment,
void * reusePtr = NULL )

◆ ~NCVMemStackAllocator()

virtual NCVMemStackAllocator::~NCVMemStackAllocator ( )
virtual

メンバ関数詳解

◆ alignment()

virtual Ncv32u NCVMemStackAllocator::alignment ( ) const
virtual

INCVMemAllocator を実装する。

◆ alloc()

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

INCVMemAllocator を実装する。

◆ dealloc()

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

INCVMemAllocator を実装する。

◆ isCounting()

virtual NcvBool NCVMemStackAllocator::isCounting ( ) const
virtual

INCVMemAllocator を実装する。

◆ isInitialized()

virtual NcvBool NCVMemStackAllocator::isInitialized ( ) const
virtual

INCVMemAllocator を実装する。

◆ maxSize()

virtual size_t NCVMemStackAllocator::maxSize ( ) const
virtual

INCVMemAllocator を実装する。

◆ memType()

virtual NCVMemoryType NCVMemStackAllocator::memType ( ) const
virtual

INCVMemAllocator を実装する。


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