OpenCV  4.1.1-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
cv::BufferPoolController Class Referenceabstract

#include <opencv2/core/bufferpool.hpp>

Public Member Functions

virtual void freeAllReservedBuffers ()=0
 
virtual size_t getMaxReservedSize () const =0
 
virtual size_t getReservedSize () const =0
 
virtual void setMaxReservedSize (size_t size)=0
 

Protected Member Functions

 ~BufferPoolController ()
 

Constructor & Destructor Documentation

◆ ~BufferPoolController()

cv::BufferPoolController::~BufferPoolController ( )
inlineprotected

References freeAllReservedBuffers(), getMaxReservedSize(), getReservedSize(), and setMaxReservedSize().

Here is the call graph for this function:

Member Function Documentation

◆ freeAllReservedBuffers()

virtual void cv::BufferPoolController::freeAllReservedBuffers ( )
pure virtual

Referenced by ~BufferPoolController().

Here is the caller graph for this function:

◆ getMaxReservedSize()

virtual size_t cv::BufferPoolController::getMaxReservedSize ( ) const
pure virtual

Referenced by ~BufferPoolController().

Here is the caller graph for this function:

◆ getReservedSize()

virtual size_t cv::BufferPoolController::getReservedSize ( ) const
pure virtual

Referenced by ~BufferPoolController().

Here is the caller graph for this function:

◆ setMaxReservedSize()

virtual void cv::BufferPoolController::setMaxReservedSize ( size_t  size)
pure virtual

Referenced by ~BufferPoolController().

Here is the caller graph for this function:

The documentation for this class was generated from the following file: