Blender V4.3
blender::compositor::MultiThreadedRowOperation::PixelCursor Struct Reference

#include <COM_MultiThreadedRowOperation.h>

Public Member Functions

 PixelCursor (int num_inputs)
 
void next ()
 

Public Attributes

floatout
 
int out_stride
 
const floatrow_end
 
Array< const float * > ins
 
Array< intin_strides
 

Detailed Description

Definition at line 17 of file COM_MultiThreadedRowOperation.h.

Constructor & Destructor Documentation

◆ PixelCursor()

blender::compositor::MultiThreadedRowOperation::PixelCursor::PixelCursor ( int num_inputs)

Definition at line 9 of file COM_MultiThreadedRowOperation.cc.

Member Function Documentation

◆ next()

Member Data Documentation

◆ in_strides

Array<int> blender::compositor::MultiThreadedRowOperation::PixelCursor::in_strides

Definition at line 22 of file COM_MultiThreadedRowOperation.h.

Referenced by next().

◆ ins

◆ out

◆ out_stride

int blender::compositor::MultiThreadedRowOperation::PixelCursor::out_stride

Definition at line 19 of file COM_MultiThreadedRowOperation.h.

Referenced by next().

◆ row_end


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