![]() |
Blender V2.61 - r43446
|
#include <film.h>
Public Member Functions | |
| Film () | |
| ~Film () | |
| void | device_update (Device *device, DeviceScene *dscene) |
| void | device_free (Device *device, DeviceScene *dscene) |
| bool | modified (const Film &film) |
| void | tag_update (Scene *scene) |
Public Attributes | |
| float | exposure |
| bool | need_update |
| CCL_NAMESPACE_BEGIN Film::Film | ( | ) |
Definition at line 26 of file film.cpp.
References exposure, and need_update.
| void Film::device_free | ( | Device * | device, |
| DeviceScene * | dscene | ||
| ) |
Definition at line 49 of file film.cpp.
Referenced by Scene::~Scene().
| void Film::device_update | ( | Device * | device, |
| DeviceScene * | dscene | ||
| ) |
Definition at line 36 of file film.cpp.
References DeviceScene::data, KernelFilm::exposure, exposure, KernelData::film, and need_update.
Referenced by Scene::device_update().
| bool Film::modified | ( | const Film & | film | ) |
| void Film::tag_update | ( | Scene * | scene | ) |
Definition at line 58 of file film.cpp.
References need_update.
| float Film::exposure |
Definition at line 32 of file film.h.
Referenced by device_update(), Film(), modified(), and BlenderSession::write_render_result().
| bool Film::need_update |
Definition at line 33 of file film.h.
Referenced by device_update(), Film(), Scene::need_update(), and tag_update().