TuttleOFX
1
|
#include "MemoryPool.hpp"
#include <tuttle/common/utils/global.hpp>
#include <tuttle/common/system/memoryInfo.hpp>
#include <boost/throw_exception.hpp>
#include <algorithm>
Go to the source code of this file.
Data Structures | |
class | tuttle::host::memory::PoolData |
Namespaces | |
namespace | tuttle |
This file provides a set of reimplementations of CImg functions by means of the generic image library (gil). Functions for image blurring. | |
namespace | tuttle::host |
Library for host. | |
namespace | tuttle::host::memory |
Functions | |
void | tuttle::host::memory::intrusive_ptr_add_ref (IPoolData *pData) |
void | tuttle::host::memory::intrusive_ptr_release (IPoolData *pData) |
std::size_t _bestMatchDiff |
Definition at line 150 of file MemoryPool.cpp.
PoolData* _pBestMatch |
Definition at line 151 of file MemoryPool.cpp.
const std::size_t _size |
Definition at line 149 of file MemoryPool.cpp.
Referenced by tuttle::plugin::histogram::OverlayData::clearAll(), tuttle::plugin::histogramKeyer::OverlayData::clearAll(), tuttle::plugin::interact::ParamRectangleFromCenterSize< TFrame, coord >::draw(), tuttle::plugin::interact::ParamRectangleFromCenterSize< TFrame, coord >::isIn(), tuttle::plugin::raw::reader::RawReaderProcess< View >::multiThreadProcessImages(), terry::filter::detail::correlator_n< PixelAccum >::operator()(), and tuttle::plugin::interact::ParamRectangleFromCenterSize< TFrame, coord >::selectType().