TuttleOFX
1
|
#include <CtlSimdInterpreter.h>
#include <CtlModuleSet.h>
#include <CtlModule.h>
#include <CtlLContext.h>
#include <CtlSymbolTable.h>
#include <CtlParser.h>
#include <CtlExc.h>
#include "CTLPlugin.hpp"
#include "CTLDefinitions.hpp"
#include "CTLProcess.hpp"
Go to the source code of this file.
Data Structures | |
struct | Ctl::Interpreter::Data |
Namespaces | |
namespace | Ctl |
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 |
Defines | |
#define | debug(x) |
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) |
#define debug | ( | x | ) |
Definition at line 19 of file CTLProcess.cpp.
Referenced by tuttle::plugin::ctl::loadModule(), tuttle::plugin::ctl::loadModuleRecursive(), main(), and sammvcp().