OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
NCVVectorAlloc< T > 類模板參考

#include <opencv2/cudalegacy/NCV.hpp>

NCVVectorAlloc< T > 的協作圖

公共成員函式

 NCVVectorAlloc (INCVMemAllocator &allocator_, Ncv32u length_)
 
 ~NCVVectorAlloc ()
 
Ncv32u getAllocatorsAlignment () const
 
NCVMemSegment getSegment () const
 
NcvBool isMemAllocated () const
 
- 從 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
 

額外的繼承成員

- 從 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
此函式的呼叫圖如下

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