TuttleOFX  1
node_io.hpp File Reference
#include <tuttle/host/Graph.hpp>
#include <boost/algorithm/string/join.hpp>
#include <boost/algorithm/string/split.hpp>
#include <extensions/tuttle/ofxParam.h>
#include <vector>
#include <string>
Include dependency graph for node_io.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  sam

Functions

std::vector< std::string > sam::getStringValues (const tuttle::host::ofx::property::OfxhProperty &prop)
 Get all values of the property as a vector of strings.
std::string sam::getFormattedStringValue (const tuttle::host::ofx::property::OfxhProperty &prop)
 Return a string to represent the property value or values. If multiple values, return a string like "a,b,c".
void sam::coutProperties (const ttl::Graph::Node &node)
void sam::coutClipsWithDetails (const ttl::Graph::Node &node)
void sam::coutClips (const ttl::Graph::Node &node)
void sam::coutParameterValues (std::ostream &os, const ttl::ofx::attribute::OfxhParam &param)
void sam::coutParameterWithDetails (const ttl::ofx::attribute::OfxhParam &param)
void sam::coutParametersWithDetails (const ttl::Graph::Node &node)
void sam::coutParameters (const ttl::Graph::Node &node)