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.

Member Data Documentation

◆ data

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

Definition at line 23 of file COM_FileOutputOperation.h.

◆ data_type

DataType blender::compositor::FileOutputInput::data_type

Definition at line 26 of file COM_FileOutputOperation.h.

◆ image_input

SocketReader* blender::compositor::FileOutputInput::image_input = nullptr

Definition at line 32 of file COM_FileOutputOperation.h.

◆ original_data_type

DataType blender::compositor::FileOutputInput::original_data_type

Definition at line 29 of file COM_FileOutputOperation.h.

◆ output_buffer

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

Definition at line 31 of file COM_FileOutputOperation.h.


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