TuttleOFX
1
|
#include "io.hpp"
#include <tuttle/host/Graph.hpp>
#include <tuttle/host/Core.hpp>
#include <tuttle/host/ofx/OfxhImageEffectPlugin.hpp>
#include <tuttle/host/ofx/OfxhImageEffectPluginCache.hpp>
#include <tuttle/host/ofx/OfxhImageEffectNode.hpp>
#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/algorithm/string/join.hpp>
#include <boost/foreach.hpp>
#include <boost/filesystem.hpp>
#include <boost/tuple/tuple.hpp>
#include <boost/tuple/tuple_comparison.hpp>
#include <algorithm>
#include <exception>
#include <stdexcept>
Go to the source code of this file.
Namespaces | |
namespace | tuttle |
global namespace of the project | |
namespace | tuttle::host |
Library for host. | |
namespace | tuttle::host::io |
Typedefs | |
typedef boost::tuples::tuple < double, int, std::string > | tuttle::host::io::Tuple |
Functions | |
std::vector< std::string > | tuttle::host::io::getIOPluginsForExtension (const std::string &extension, const std::string &context) |
std::string | tuttle::host::io::getFileExtension (const std::string &filename) |
std::vector< std::string > | tuttle::host::io::_getReaders (const std::string &extension) |
std::vector< std::string > | tuttle::host::io::getReaders (const std::string &filename) |
std::string | tuttle::host::io::getBestReader (const std::string &filename) |
std::vector< std::string > | tuttle::host::io::_getWriters (const std::string &extension) |
std::vector< std::string > | tuttle::host::io::getWriters (const std::string &filename) |
std::string | tuttle::host::io::getBestWriter (const std::string &filename) |