Blender V5.0
blender::render::TilesHighlight Class Reference

#include <tile_highlight.h>

Public Member Functions

 TilesHighlight ()=default
 ~TilesHighlight ()=default
void highlight_tile_for_result (const RenderResult *result)
void unhighlight_tile_for_result (const RenderResult *result)
void highlight_tile (int x, int y, int width, int height)
void unhighlight_tile (int x, int y, int width, int height)
void clear ()
Span< rctiget_all_highlighted_tiles () const

Detailed Description

Definition at line 21 of file tile_highlight.h.

Constructor & Destructor Documentation

◆ TilesHighlight()

blender::render::TilesHighlight::TilesHighlight ( )
default

◆ ~TilesHighlight()

blender::render::TilesHighlight::~TilesHighlight ( )
default

References blender::operator==(), result, x, and y.

Member Function Documentation

◆ clear()

void blender::render::TilesHighlight::clear ( )

Definition at line 70 of file tile_highlight.cc.

References clear(), and lock.

Referenced by clear(), and RE_engine_tile_highlight_clear_all().

◆ get_all_highlighted_tiles()

Span< rcti > blender::render::TilesHighlight::get_all_highlighted_tiles ( ) const

Definition at line 78 of file tile_highlight.cc.

References get_all_highlighted_tiles(), lock, and tile.

Referenced by get_all_highlighted_tiles(), and RE_engine_get_current_tiles().

◆ highlight_tile()

void blender::render::TilesHighlight::highlight_tile ( int x,
int y,
int width,
int height )

Definition at line 42 of file tile_highlight.cc.

References highlight_tile(), tile, x, and y.

Referenced by highlight_tile(), highlight_tile_for_result(), and RE_engine_tile_highlight_set().

◆ highlight_tile_for_result()

void blender::render::TilesHighlight::highlight_tile_for_result ( const RenderResult * result)

◆ unhighlight_tile()

void blender::render::TilesHighlight::unhighlight_tile ( int x,
int y,
int width,
int height )

◆ unhighlight_tile_for_result()

void blender::render::TilesHighlight::unhighlight_tile_for_result ( const RenderResult * result)

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