Blender  V2.93
Public Member Functions | List of all members
IFileStream Class Reference

Inherits Imf::IStream.

Public Member Functions

 IFileStream (const char *filename)
 
bool read (char c[], int n) override
 
Int64 tellg () override
 
void seekg (Int64 pos) override
 
void clear () override
 

Detailed Description

Definition at line 156 of file openexr_api.cpp.

Constructor & Destructor Documentation

◆ IFileStream()

IFileStream::IFileStream ( const char *  filename)
inline

Definition at line 158 of file openexr_api.cpp.

References alloc_utf16_from_8(), and free().

Member Function Documentation

◆ clear()

void IFileStream::clear ( void  )
inlineoverride

Definition at line 196 of file openexr_api.cpp.

◆ read()

bool IFileStream::read ( char  c[],
int  n 
)
inlineoverride

Definition at line 174 of file openexr_api.cpp.

References Freestyle::c.

◆ seekg()

void IFileStream::seekg ( Int64  pos)
inlineoverride

Definition at line 190 of file openexr_api.cpp.

References pos.

◆ tellg()

Int64 IFileStream::tellg ( )
inlineoverride

Definition at line 185 of file openexr_api.cpp.


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