TuttleOFX
1
|
#include <tuttle/host/Core.hpp>
#include <boost/algorithm/string/case_conv.hpp>
#include <boost/foreach.hpp>
#include <boost/regex.hpp>
#include <map>
Go to the source code of this file.
Namespaces | |
namespace | sam |
Typedefs | |
typedef std::pair < ttl::ofx::attribute::OfxhClipImage *, std::string > | sam::ClipAndConnection |
Functions | |
std::string | sam::retrieveNodeFullname (const std::string &userId) |
void | sam::setParametersForNode (const std::vector< std::string > parameters, ttl::Graph::Node ¤tNode, std::vector< ClipAndConnection > &clipsToConnect, const bool isDummyNode=false, bool orderedParams=true) |
void | sam::connectClips (const std::vector< ttl::Graph::Node * > nodes, const std::vector< ClipAndConnection > clipsToConnect, ttl::Graph::Node ¤tNode, ttl::Graph &graph, const std::vector< std::string > idNames) |