![]() |
Blender V2.61 - r43446
|
#include <session.h>
Public Member Functions | |
| SessionParams () | |
| bool | modified (const SessionParams ¶ms) |
Public Attributes | |
| DeviceInfo | device |
| bool | background |
| string | output_path |
| bool | progressive |
| bool | experimental |
| int | samples |
| int | tile_size |
| int | min_size |
| int | threads |
| double | cancel_timeout |
| double | reset_timeout |
| double | text_timeout |
| SessionParams::SessionParams | ( | ) | [inline] |
Definition at line 58 of file session.h.
References background, cancel_timeout, experimental, min_size, output_path, progressive, reset_timeout, samples, text_timeout, threads, and tile_size.
| bool SessionParams::modified | ( | const SessionParams & | params | ) | [inline] |
Definition at line 75 of file session.h.
References background, cancel_timeout, device, experimental, DeviceInfo::id, min_size, output_path, progressive, reset_timeout, text_timeout, threads, tile_size, and DeviceInfo::type.
Referenced by BlenderSession::synchronize().
Definition at line 44 of file session.h.
Referenced by BlenderSync::get_session_params(), main(), modified(), options_parse(), Session::reset_(), Session::run_cpu(), Session::run_gpu(), Session::Session(), session_exit(), session_init(), and SessionParams().
Definition at line 54 of file session.h.
Referenced by BlenderSync::get_session_params(), modified(), Session::ready_to_reset(), and SessionParams().
Definition at line 43 of file session.h.
Referenced by BlenderSync::get_session_params(), modified(), options_parse(), and Session::Session().
Definition at line 48 of file session.h.
Referenced by BlenderSync::get_session_params(), modified(), Session::run(), and SessionParams().
Definition at line 51 of file session.h.
Referenced by BlenderSync::get_session_params(), modified(), and SessionParams().
| string SessionParams::output_path |
Definition at line 45 of file session.h.
Referenced by modified(), options_parse(), SessionParams(), and Session::~Session().
Definition at line 47 of file session.h.
Referenced by BlenderSync::get_session_params(), modified(), SessionParams(), and Session::update_status_time().
| double SessionParams::reset_timeout |
Definition at line 55 of file session.h.
Referenced by BlenderSync::get_session_params(), modified(), Session::ready_to_reset(), and SessionParams().
Definition at line 49 of file session.h.
Referenced by BlenderSession::create_session(), BlenderSession::draw(), BlenderSession::get_progress(), BlenderSync::get_session_params(), keyboard(), options_parse(), resize(), session_init(), SessionParams(), Session::set_samples(), BlenderSession::synchronize(), and Session::update_status_time().
| double SessionParams::text_timeout |
Definition at line 56 of file session.h.
Referenced by Session::draw_cpu(), Session::draw_gpu(), BlenderSync::get_session_params(), modified(), and SessionParams().
Definition at line 52 of file session.h.
Referenced by BlenderSync::get_session_params(), modified(), options_parse(), Session::Session(), and SessionParams().
Definition at line 50 of file session.h.
Referenced by BlenderSync::get_session_params(), modified(), and SessionParams().