TuttleOFX
1
|
#include "Preferences.hpp"
#include <tuttle/host/memory/IMemoryCache.hpp>
#include <tuttle/host/HostDescriptor.hpp>
#include <tuttle/host/ofx/OfxhPluginCache.hpp>
#include <tuttle/host/ofx/OfxhImageEffectPluginCache.hpp>
#include <tuttle/common/patterns/Singleton.hpp>
#include <boost/preprocessor/stringize.hpp>
Go to the source code of this file.
Data Structures | |
class | tuttle::host::Core |
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. | |
Defines | |
#define | TUTTLE_HOST_VERSION_MAJOR 0 |
#define | TUTTLE_HOST_VERSION_MINOR 8 |
#define | TUTTLE_HOST_VERSION_MICRO 0 |
#define | TUTTLE_HOST_VERSION_STR BOOST_PP_STRINGIZE(TUTTLE_HOST_VERSION_MAJOR) "." BOOST_PP_STRINGIZE(TUTTLE_HOST_VERSION_MINOR) "." BOOST_PP_STRINGIZE(TUTTLE_HOST_VERSION_MICRO) |
Functions | |
Core & | tuttle::host::core () |