TuttleOFX
1
|
#include "CTLAlgorithm.hpp"
#include "CTLProcess.hpp"
#include "CTLPlugin.hpp"
#include <half.h>
#include <Iex.h>
#include <CtlMessage.h>
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::plugin |
namespace | tuttle::plugin::ctl |
Functions | |
void | tuttle::plugin::ctl::loadModule (Ctl::Interpreter &interpreter, const std::string &moduleName, const std::string &code) |
HACK: workaround CTL limitation to load a module which source code comes from a string and not a file. | |
void | tuttle::plugin::ctl::loadModuleRecursive (Ctl::Interpreter &interpreter, const std::string &moduleName, const std::string &code) |