|
Blender V5.0
|
#include <output_driver.h>
Inherited by PathTraceTile.
Public Member Functions | |
| Tile (const int2 offset, const int2 size, const int2 full_size, const string_view layer, const string_view view) | |
| virtual | ~Tile ()=default |
| virtual bool | get_pass_pixels (const string_view pass_name, const int num_channels, float *pixels) const =0 |
| virtual bool | set_pass_pixels (const string_view pass_name, const int num_channels, const float *pixels) const =0 |
Public Attributes | |
| const int2 | offset |
| const int2 | size |
| const int2 | full_size |
| const string | layer |
| const string | view |
Definition at line 25 of file session/output_driver.h.
|
inline |
Definition at line 27 of file session/output_driver.h.
References full_size, layer, offset, size, and view.
Referenced by PathTraceTile::PathTraceTile().
|
virtualdefault |
|
pure virtual |
Implemented in PathTraceTile.
|
pure virtual |
Implemented in PathTraceTile.
| const int2 OutputDriver::Tile::full_size |
Definition at line 39 of file session/output_driver.h.
Referenced by Tile().
| const string OutputDriver::Tile::layer |
Definition at line 40 of file session/output_driver.h.
Referenced by PathTraceTile::PathTraceTile(), and Tile().
| const int2 OutputDriver::Tile::offset |
Definition at line 37 of file session/output_driver.h.
Referenced by Tile().
| const int2 OutputDriver::Tile::size |
Definition at line 38 of file session/output_driver.h.
Referenced by Tile().
| const string OutputDriver::Tile::view |
Definition at line 41 of file session/output_driver.h.
Referenced by PathTraceTile::PathTraceTile(), and Tile().