OpenCV  3.2.0-dev
Open Source Computer Vision
cv::BufferPoolController Class Referenceabstract

#include "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

cv::BufferPoolController::~BufferPoolController ( )
inlineprotected

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

Here is the call graph for this function:

Member Function Documentation

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

Referenced by ~BufferPoolController().

Here is the caller graph for this function:

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

Referenced by ~BufferPoolController().

Here is the caller graph for this function:

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

Referenced by ~BufferPoolController().

Here is the caller graph for this function:

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: