#include <driversettings.h>
Public Member Functions | |
| bool | IsConsistent () const |
Public Attributes | |
| PhotonMapOp | m_op |
| Global photon map operation (build / build and save / load). | |
| std::string | m_file |
| Name of the file to write the GPM to / to read the GPM from. | |
Definition at line 63 of file driversettings.h.
|
|
Definition at line 66 of file driversettings.cpp. References IsFileReadable(), IsFileWritable(), and m_op. Referenced by toxic::DriverSettings::IsConsistent(). |
|
|
Name of the file to write the GPM to / to read the GPM from.
Definition at line 65 of file driversettings.h. Referenced by toxic::DriverSettingsWrapper::Defaults(), main(), toxic::CLParser::opt_load_gpm(), toxic::CLParser::opt_save_gpm(), and toxic::DriverSettingsWrapper::Print(). |
|
|
Global photon map operation (build / build and save / load).
Definition at line 64 of file driversettings.h. Referenced by toxic::DriverSettingsWrapper::Defaults(), IsConsistent(), main(), toxic::CLParser::opt_load_gpm(), toxic::CLParser::opt_save_gpm(), and toxic::DriverSettingsWrapper::Print(). |
1.3.6