#include <output_driver.h>
Inherited by PathTraceTile.
Definition at line 25 of file session/output_driver.h.
◆ Tile()
| OutputDriver::Tile::Tile |
( |
const int2 | offset, |
|
|
const int2 | size, |
|
|
const int2 | full_size, |
|
|
const string_view | layer, |
|
|
const string_view | view ) |
|
inline |
◆ ~Tile()
| virtual OutputDriver::Tile::~Tile |
( |
| ) |
|
|
virtualdefault |
◆ get_pass_pixels()
| virtual bool OutputDriver::Tile::get_pass_pixels |
( |
const string_view | pass_name, |
|
|
const int | num_channels, |
|
|
float * | pixels ) const |
|
pure virtual |
◆ set_pass_pixels()
| virtual bool OutputDriver::Tile::set_pass_pixels |
( |
const string_view | pass_name, |
|
|
const int | num_channels, |
|
|
const float * | pixels ) const |
|
pure virtual |
◆ full_size
| const int2 OutputDriver::Tile::full_size |
◆ layer
| const string OutputDriver::Tile::layer |
◆ offset
| const int2 OutputDriver::Tile::offset |
◆ size
| const int2 OutputDriver::Tile::size |
◆ view
| const string OutputDriver::Tile::view |
The documentation for this class was generated from the following file: