TuttleOFX  1
main.cpp File Reference
#include <sam/common/options.hpp>
#include <sam/common/utility.hpp>
#include <tuttle/host/Core.hpp>
#include <tuttle/host/ofx/OfxhImageEffectPlugin.hpp>
#include <boost/filesystem/operations.hpp>
#include <boost/filesystem/exception.hpp>
#include <boost/exception/diagnostic_information.hpp>
#include <boost/foreach.hpp>
#include <boost/program_options.hpp>
#include <boost/regex.hpp>
#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/split.hpp>
Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

std::string getDefaultValues (const tth::ofx::property::OfxhProperty &prop)
 get defaults values of plugin properties
void printProperties (const tth::ofx::property::OfxhSet properties, std::string context="")
void getPluginProperties (const std::string &plugName)
bool isNotFiltered (std::string plugName, std::vector< std::string > &filters)
int main (int argc, char **argv)

Variables

bool properties = false
bool clips = false
bool parameters = false

Function Documentation

std::string getDefaultValues ( const tth::ofx::property::OfxhProperty &  prop)

get defaults values of plugin properties

Definition at line 26 of file main.cpp.

Referenced by printProperties().

void getPluginProperties ( const std::string &  plugName)
bool isNotFiltered ( std::string  plugName,
std::vector< std::string > &  filters 
)

Definition at line 218 of file main.cpp.

Referenced by main().

void printProperties ( const tth::ofx::property::OfxhSet  properties,
std::string  context = "" 
)

Variable Documentation