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

#include <opencv2/cudalegacy/NCV.hpp>

Collaboration diagram for NCVVectorAlloc< T >:

公開メンバ関数

 NCVVectorAlloc (INCVMemAllocator &allocator_, Ncv32u length_)
 
 ~NCVVectorAlloc ()
 
Ncv32u getAllocatorsAlignment () const
 
NCVMemSegment getSegment () const
 
NcvBool isMemAllocated () const
 
- Public Member Functions inherited from NCVVector< T >
 NCVVector ()
 
virtual ~NCVVector ()
 
void clear ()
 
NCVStatus copySolid (NCVVector< T > &dst, cudaStream_t cuStream, size_t howMuch=0) const
 
size_t length () const
 
NCVMemoryType memType () const
 
T * ptr () const
 

Additional Inherited Members

- Protected Attributes inherited from NCVVector< T >
size_t _length
 
NCVMemoryType _memtype
 
T * _ptr
 

詳細説明

template<class T>
class NCVVectorAlloc< T >

NCVVectorAlloc

構築子と解体子の詳解

◆ NCVVectorAlloc()

template<class T >
NCVVectorAlloc< T >::NCVVectorAlloc ( INCVMemAllocator & allocator_,
Ncv32u length_ )
inline
この関数の呼び出しグラフ:

◆ ~NCVVectorAlloc()

template<class T >
NCVVectorAlloc< T >::~NCVVectorAlloc ( )
inline
この関数の呼び出しグラフ:

メンバ関数詳解

◆ getAllocatorsAlignment()

template<class T >
Ncv32u NCVVectorAlloc< T >::getAllocatorsAlignment ( ) const
inline
この関数の呼び出しグラフ:

◆ getSegment()

template<class T >
NCVMemSegment NCVVectorAlloc< T >::getSegment ( ) const
inline

◆ isMemAllocated()

template<class T >
NcvBool NCVVectorAlloc< T >::isMemAllocated ( ) const
inline
この関数の呼び出しグラフ:

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