Blender V5.0
PathTraceTile Class Reference

#include <path_trace_tile.h>

Inherits OutputDriver::Tile.

Public Member Functions

 PathTraceTile (PathTrace &path_trace)
bool get_pass_pixels (const string_view pass_name, const int num_channels, float *pixels) const override
bool set_pass_pixels (const string_view pass_name, const int num_channels, const float *pixels) const override
Public Member Functions inherited from OutputDriver::Tile
 Tile (const int2 offset, const int2 size, const int2 full_size, const string_view layer, const string_view view)
virtual ~Tile ()=default

Additional Inherited Members

Public Attributes inherited from OutputDriver::Tile
const int2 offset
const int2 size
const int2 full_size
const string layer
const string view

Detailed Description

Definition at line 17 of file path_trace_tile.h.

Constructor & Destructor Documentation

◆ PathTraceTile()

CCL_NAMESPACE_BEGIN PathTraceTile::PathTraceTile ( PathTrace & path_trace)

Member Function Documentation

◆ get_pass_pixels()

◆ set_pass_pixels()

bool PathTraceTile::set_pass_pixels ( const string_view pass_name,
const int num_channels,
const float * pixels ) const
overridevirtual

The documentation for this class was generated from the following files: