Blender  V3.3
Public Member Functions | List of all members
PathTraceTile Class Reference

#include <path_trace_tile.h>

Inheritance diagram for PathTraceTile:
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
 
bool set_pass_pixels (const string_view pass_name, const int num_channels, const float *pixels) const
 
- 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 16 of file path_trace_tile.h.

Constructor & Destructor Documentation

◆ PathTraceTile()

CCL_NAMESPACE_BEGIN PathTraceTile::PathTraceTile ( PathTrace path_trace)

Definition at line 15 of file path_trace_tile.cpp.

Member Function Documentation

◆ get_pass_pixels()

bool PathTraceTile::get_pass_pixels ( const string_view  pass_name,
const int  num_channels,
float pixels 
) const
virtual

◆ set_pass_pixels()

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

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