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

#include <opencv2/core/utils/allocator_stats.hpp>

Collaboration diagram for cv::utils::AllocatorStatisticsInterface:

公開メンバ関数

virtual uint64_t getCurrentUsage () const =0
 
virtual uint64_t getNumberOfAllocations () const =0
 
virtual uint64_t getPeakUsage () const =0
 
virtual uint64_t getTotalUsage () const =0
 
virtual void resetPeakUsage ()=0
 

限定公開メンバ関数

 AllocatorStatisticsInterface ()
 
virtual ~AllocatorStatisticsInterface ()
 

構築子と解体子の詳解

◆ AllocatorStatisticsInterface()

cv::utils::AllocatorStatisticsInterface::AllocatorStatisticsInterface ( )
inlineprotected

◆ ~AllocatorStatisticsInterface()

virtual cv::utils::AllocatorStatisticsInterface::~AllocatorStatisticsInterface ( )
inlineprotectedvirtual

メンバ関数詳解

◆ getCurrentUsage()

virtual uint64_t cv::utils::AllocatorStatisticsInterface::getCurrentUsage ( ) const
pure virtual

◆ getNumberOfAllocations()

virtual uint64_t cv::utils::AllocatorStatisticsInterface::getNumberOfAllocations ( ) const
pure virtual

◆ getPeakUsage()

virtual uint64_t cv::utils::AllocatorStatisticsInterface::getPeakUsage ( ) const
pure virtual

◆ getTotalUsage()

virtual uint64_t cv::utils::AllocatorStatisticsInterface::getTotalUsage ( ) const
pure virtual

◆ resetPeakUsage()

virtual void cv::utils::AllocatorStatisticsInterface::resetPeakUsage ( )
pure virtual

ピーク使用量 = 現在の使用量 を設定する


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