Blender V4.3
blender::compositor::FileOutputInput Struct Reference

#include <COM_FileOutputOperation.h>

Public Member Functions

 FileOutputInput (NodeImageMultiFileSocket *data, DataType data_type, DataType original_data_type)

Public Attributes

NodeImageMultiFileSocketdata
DataType data_type
DataType original_data_type
floatoutput_buffer = nullptr
SocketReaderimage_input = nullptr

Detailed Description

Definition at line 20 of file COM_FileOutputOperation.h.

Constructor & Destructor Documentation

◆ FileOutputInput()

blender::compositor::FileOutputInput::FileOutputInput ( NodeImageMultiFileSocket * data,
DataType data_type,
DataType original_data_type )

Definition at line 31 of file COM_FileOutputOperation.cc.

References data, data_type, and original_data_type.

Member Data Documentation

◆ data

NodeImageMultiFileSocket* blender::compositor::FileOutputInput::data

◆ data_type

◆ image_input

◆ original_data_type

DataType blender::compositor::FileOutputInput::original_data_type

Definition at line 29 of file COM_FileOutputOperation.h.

Referenced by FileOutputInput().

◆ output_buffer

float* blender::compositor::FileOutputInput::output_buffer = nullptr

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