TuttleOFX  1
TuttleOFX/libraries/tuttle/src/tuttle/host/Node.cpp File Reference
#include "Node.hpp"
#include "Graph.hpp"
#include "Core.hpp"
#include "ImageEffectNode.hpp"
Include dependency graph for Node.cpp:

Go to the source code of this file.

Namespaces

namespace  tuttle
 

global namespace of the project


namespace  tuttle::host
 

Library for host.


Functions

INode * tuttle::host::createNode (const std::string &pluginName)
bool tuttle::host::compute (const std::vector< NodeInit > &nodes, const ComputeOptions &options)
bool tuttle::host::compute (memory::IMemoryCache &memoryCache, const std::vector< NodeInit > &nodes, const ComputeOptions &options)
bool tuttle::host::compute (memory::IMemoryCache &memoryCache, const std::vector< NodeInit > &nodes, const ComputeOptions &options, memory::IMemoryCache &internMemoryCache)