Blender  V3.3
Public Member Functions | Public Attributes | Friends | List of all members
blender::compositor::ChunkOrder Struct Reference

#include <COM_ChunkOrder.h>

Public Member Functions

void update_distance (ChunkOrderHotspot *hotspots, unsigned int len_hotspots)
 

Public Attributes

unsigned int index = 0
 
int x = 0
 
int y = 0
 
double distance = 0.0
 

Friends

bool operator< (const ChunkOrder &a, const ChunkOrder &b)
 

Detailed Description

Helper to determine the order how chunks are prioritized during execution.

Definition at line 15 of file COM_ChunkOrder.h.

Member Function Documentation

◆ update_distance()

void blender::compositor::ChunkOrder::update_distance ( ChunkOrderHotspot hotspots,
unsigned int  len_hotspots 
)

Friends And Related Function Documentation

◆ operator<

bool operator< ( const ChunkOrder a,
const ChunkOrder b 
)
friend

Definition at line 22 of file COM_ChunkOrder.cc.

Member Data Documentation

◆ distance

double blender::compositor::ChunkOrder::distance = 0.0

Definition at line 19 of file COM_ChunkOrder.h.

Referenced by update_distance().

◆ index

unsigned int blender::compositor::ChunkOrder::index = 0

Definition at line 16 of file COM_ChunkOrder.h.

Referenced by update_distance().

◆ x

int blender::compositor::ChunkOrder::x = 0

Definition at line 17 of file COM_ChunkOrder.h.

Referenced by update_distance().

◆ y

int blender::compositor::ChunkOrder::y = 0

Definition at line 18 of file COM_ChunkOrder.h.

Referenced by update_distance().


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