|
TuttleOFX
1
|
#include "ClipImage.hpp"#include <tuttle/host/HostDescriptor.hpp>#include <tuttle/host/Core.hpp>#include <tuttle/host/ImageEffectNode.hpp>#include <tuttle/host/InputBufferWrapper.hpp>#include <tuttle/host/graph/ProcessEdgeAtTime.hpp>#include <tuttle/host/ofx/OfxhCore.hpp>#include <tuttle/host/ofx/OfxhBinary.hpp>#include <tuttle/host/ofx/OfxhMemory.hpp>#include <tuttle/host/ofx/OfxhPluginAPICache.hpp>#include <tuttle/host/ofx/OfxhPluginCache.hpp>#include <tuttle/host/ofx/OfxhHost.hpp>#include <tuttle/host/ofx/OfxhImageEffectNode.hpp>#include <tuttle/host/ofx/OfxhImageEffectPlugin.hpp>#include <tuttle/host/ofx/property/OfxhSet.hpp>#include <tuttle/host/ofx/attribute/OfxhClip.hpp>#include <tuttle/host/ofx/attribute/OfxhParam.hpp>#include <tuttle/common/utils/global.hpp>#include <boost/scoped_ptr.hpp>#include <iostream>#include <fstream>#include <cmath>#include <ctime>#include <cstring>
Go to the source code of this file.
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::attribute |