TuttleOFX
1
|
#include <sam/common/utility.hpp>
#include <sam/common/options.hpp>
#include <tuttle/common/exceptions.hpp>
#include <tuttle/common/utils/applicationPath.hpp>
#include <tuttle/host/Core.hpp>
#include <boost/program_options.hpp>
#include <boost/filesystem.hpp>
#include <boost/foreach.hpp>
#include <boost/throw_exception.hpp>
#include <climits>
Go to the source code of this file.
Namespaces | |
namespace | sam |
Functions | |
bfs::path | sam::retrieveToolFullPath (const std::string &toolName, const std::vector< bfs::path > &searchPaths) |
std::vector< bfs::path > | sam::retrieveSearchPaths (const bfs::path &samDirectory) |
std::vector< bfs::path > | sam::retrieveAllSamCommands (const bfs::path &dir) |
std::vector< bfs::path > | sam::retrieveAllSamCommands (const std::vector< bfs::path > &dirs) |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 100 of file main.cpp.
References tuttle::common::applicationFilepath(), tuttle::plugin::viewer::argc, OFX::Log::error(), tuttle::common::formatters::Formatter::get(), tuttle::common::Color::get(), sam::kBinariesListOptionLongName, sam::kBinariesListOptionMessage, sam::kBinariesListOptionString, sam::kColorOptionLongName, sam::kColorOptionMessage, sam::kColorOptionString, sam::kCommandsListOptionLongName, sam::kCommandsListOptionMessage, sam::kCommandsListOptionString, sam::kCommandsOptionLongName, sam::kCommandsOptionMessage, sam::kCommandsOptionString, sam::kEnableColorOptionLongName, sam::kEnableColorOptionMessage, sam::kEnableColorOptionString, sam::kHelpOptionLongName, sam::kHelpOptionMessage, sam::kHelpOptionString, sam::kUrlTuttleofxProject, sam::kVersionOptionLongName, sam::kVersionOptionMessage, sam::kVersionOptionString, sam::retrieveAllSamCommands(), sam::retrieveSearchPaths(), sam::retrieveToolFullPath(), signal_callback_handler(), string_to_boolean(), TUTTLE_HOST_VERSION_STR, TUTTLE_LOG_ERROR, and TUTTLE_LOG_INFO.