TuttleOFX  1
TuttleOFX/libraries/tuttle/src/tuttle/host/Node.hpp File Reference
#include "INode.hpp"
#include "ComputeOptions.hpp"
#include "memory/MemoryCache.hpp"
#include <boost/assign/list_of.hpp>
#include <memory>
Include dependency graph for Node.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  tuttle::host::NodeInit
 Node initializer class. More...

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)