|
Blender V4.3
|
#include <tile.h>
Public Member Functions | |
| TileSize ()=default | |
| TileSize (int width, int height, int num_samples) | |
| bool | operator== (const TileSize &other) const |
| bool | operator!= (const TileSize &other) const |
Public Attributes | |
| int | width = 0 |
| int | height = 0 |
| int | num_samples = 0 |
Definition at line 13 of file integrator/tile.h.
|
default |
Definition at line 16 of file integrator/tile.h.
|
inline |
Definition at line 25 of file integrator/tile.h.
|
inline |
Definition at line 21 of file integrator/tile.h.
References height, num_samples, and width.
| int TileSize::height = 0 |
Definition at line 30 of file integrator/tile.h.
Referenced by WorkTileScheduler::get_work(), operator<<(), operator==(), WorkTileScheduler::reset_scheduler_state(), and tile_calculate_best_size().
| int TileSize::num_samples = 0 |
Definition at line 31 of file integrator/tile.h.
Referenced by WorkTileScheduler::get_work(), operator<<(), operator==(), WorkTileScheduler::reset_scheduler_state(), and tile_calculate_best_size().
| int TileSize::width = 0 |
Definition at line 30 of file integrator/tile.h.
Referenced by WorkTileScheduler::get_work(), operator<<(), operator==(), WorkTileScheduler::reset_scheduler_state(), and tile_calculate_best_size().