#include "renderserver.h"#include "api.h"#include "context.h"#include "paramset.h"#include "error.h"#include <boost/version.hpp>#include <boost/filesystem/operations.hpp>#include <boost/asio.hpp>Go to the source code of this file.
Functions | |
| static void | printInfoThread () |
| static void | processCommandFilm (void(&f)(const string &, const ParamSet &), basic_istream< char > &stream) |
| static void | processFile (const string &fileParam, ParamSet ¶ms, vector< string > &tmpFileList, basic_istream< char > &stream) |
| static void | processCommand (void(&f)(const string &, const ParamSet &), vector< string > &tmpFileList, basic_istream< char > &stream) |
| static void | processCommand (void(&f)(const string &), basic_istream< char > &stream) |
| static void | processCommand (void(&f)(float, float), basic_istream< char > &stream) |
| static void | processCommand (void(&f)(float, float, float), basic_istream< char > &stream) |
| static void | processCommand (void(&f)(float[16]), basic_istream< char > &stream) |
| static void | processCommand (void(&f)(const string &, float, float, const string &), basic_istream< char > &stream) |
| static void printInfoThread | ( | ) | [static] |
Definition at line 108 of file renderserver.cpp.
References LUX_INFO, LUX_NOERROR, luxError, luxStatistics(), and cimg_library::cimg::sleep().
Referenced by lux::NetworkRenderServerThread::run().
| static void processCommand | ( | void(&)(const string &, float, float, const string &) | f, | |
| basic_istream< char > & | stream | |||
| ) | [static] |
Definition at line 274 of file renderserver.cpp.
References b.
| static void processCommand | ( | void(&)(float[16]) | f, | |
| basic_istream< char > & | stream | |||
| ) | [static] |
Definition at line 266 of file renderserver.cpp.
| static void processCommand | ( | void(&)(float, float, float) | f, | |
| basic_istream< char > & | stream | |||
| ) | [static] |
Definition at line 257 of file renderserver.cpp.
| static void processCommand | ( | void(&)(float, float) | f, | |
| basic_istream< char > & | stream | |||
| ) | [static] |
Definition at line 249 of file renderserver.cpp.
| static void processCommand | ( | void(&)(const string &) | f, | |
| basic_istream< char > & | stream | |||
| ) | [static] |
Definition at line 241 of file renderserver.cpp.
| static void processCommand | ( | void(&)(const string &, const ParamSet &) | f, | |
| vector< string > & | tmpFileList, | |||
| basic_istream< char > & | stream | |||
| ) | [static] |
Definition at line 226 of file renderserver.cpp.
References processFile().
Referenced by lux::NetworkRenderServerThread::run().
| static void processCommandFilm | ( | void(&)(const string &, const ParamSet &) | f, | |
| basic_istream< char > & | stream | |||
| ) | [static] |
Definition at line 130 of file renderserver.cpp.
References lux::ParamSet::EraseBool(), LUX_ERROR, LUX_SYSTEM, and luxError.
Referenced by lux::NetworkRenderServerThread::run().
| static void processFile | ( | const string & | fileParam, | |
| ParamSet & | params, | |||
| vector< string > & | tmpFileList, | |||
| basic_istream< char > & | stream | |||
| ) | [static] |
Definition at line 169 of file renderserver.cpp.
References lux::ParamSet::AddString(), lux::ParamSet::FindOneString(), LUX_ERROR, LUX_INFO, LUX_NOERROR, LUX_SYSTEM, and luxError.
Referenced by processCommand(), and lux::NetworkRenderServerThread::run().
1.6.2-20100208