Blender V4.3
TileSize Struct Reference

#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
 

Detailed Description

Definition at line 13 of file integrator/tile.h.

Constructor & Destructor Documentation

◆ TileSize() [1/2]

TileSize::TileSize ( )
default

◆ TileSize() [2/2]

TileSize::TileSize ( int width,
int height,
int num_samples )
inline

Definition at line 16 of file integrator/tile.h.

Member Function Documentation

◆ operator!=()

bool TileSize::operator!= ( const TileSize & other) const
inline

Definition at line 25 of file integrator/tile.h.

◆ operator==()

bool TileSize::operator== ( const TileSize & other) const
inline

Definition at line 21 of file integrator/tile.h.

References height, num_samples, and width.

Member Data Documentation

◆ height

◆ num_samples

◆ width


The documentation for this struct was generated from the following file: