TuttleOFX  1
TuttleOFX/libraries/tuttle/src/tuttle/host/io.hpp File Reference
#include <string>
#include <vector>
Include dependency graph for io.hpp:
This graph shows which files directly or indirectly include this file:

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

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)