#include <driversettings.h>
Inheritance diagram for toxic::DriverSettings:

Public Types | |
| enum | PhotonMapOp { BUILD_PM, BUILD_AND_SAVE_PM, LOAD_PM } |
Public Member Functions | |
| bool | IsConsistent () const |
Public Attributes | |
| toxic::DriverSettings::SettingsFiles | m_settings_files |
| Settings files (set to default values, can be changed from the command line). | |
| toxic::DriverSettings::InputFiles | m_input_files |
| Input files (initialized from the command line). | |
| toxic::DriverSettings::PrimaryOutput | m_primary_output |
| toxic::DriverSettings::GlobalPhotonMap | m_global_photon_map |
| Global photon map stuff (set to default values, can be changed from the command line). | |
| toxic::DriverSettings::CausticsPhotonMap | m_caustics_photon_map |
| Caustics photon map stuff (set to default values, can be changed from the command line). | |
| toxic::DriverSettings::Multithreading | m_multithreading |
| (driver settings file). | |
|
|
Definition at line 56 of file driversettings.h. |
|
|
|
Caustics photon map stuff (set to default values, can be changed from the command line).
Referenced by IsConsistent(), main(), toxic::CLParser::opt_load_cpm(), and toxic::CLParser::opt_save_cpm(). |
|
|
Global photon map stuff (set to default values, can be changed from the command line).
Referenced by IsConsistent(), main(), toxic::CLParser::opt_load_gpm(), and toxic::CLParser::opt_save_gpm(). |
|
|
Input files (initialized from the command line).
Referenced by toxic::CLParser::filename_handler(), IsConsistent(), and main(). |
|
|
(driver settings file).
Referenced by IsConsistent(). |
|
|
Primary output settings (some fields are set to default values; everything can be changed from the command line). Referenced by IsConsistent(), main(), toxic::CLParser::opt_height(), toxic::CLParser::opt_output(), toxic::CLParser::opt_skip_render(), and toxic::CLParser::opt_width(). |
|
|
Settings files (set to default values, can be changed from the command line).
Referenced by toxic::CLParser::filename_handler(), IsConsistent(), load_settings(), toxic::CLParser::opt_driver_settings(), and toxic::CLParser::opt_scene_settings(). |
1.3.6