Blender  V3.3
Public Member Functions | List of all members
OMemStream Class Reference
Inheritance diagram for OMemStream:

Public Member Functions

 OMemStream (ImBuf *ibuf_)
 
void write (const char c[], int n) override
 
exr_file_offset_t tellp () override
 
void seekp (exr_file_offset_t pos) override
 

Detailed Description

Definition at line 289 of file openexr_api.cpp.

Constructor & Destructor Documentation

◆ OMemStream()

OMemStream::OMemStream ( ImBuf ibuf_)
inline

Definition at line 291 of file openexr_api.cpp.

Member Function Documentation

◆ seekp()

void OMemStream::seekp ( exr_file_offset_t  pos)
inlineoverride

Definition at line 308 of file openexr_api.cpp.

References offset, and pos.

◆ tellp()

exr_file_offset_t OMemStream::tellp ( )
inlineoverride

Definition at line 303 of file openexr_api.cpp.

References offset.

◆ write()

void OMemStream::write ( const char  c[],
int  n 
)
inlineoverride

Definition at line 295 of file openexr_api.cpp.

References Freestyle::c, and offset.


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