![]() |
Blender V2.61 - r43446
|
Public Member Functions | |
| Mem_IStream (unsigned char *exrbuf, size_t exrsize) | |
| virtual bool | read (char c[], int n) |
| virtual Int64 | tellg () |
| virtual void | seekg (Int64 pos) |
| virtual void | clear () |
Definition at line 96 of file openexr_api.cpp.
| Mem_IStream::Mem_IStream | ( | unsigned char * | exrbuf, |
| size_t | exrsize | ||
| ) | [inline] |
Definition at line 100 of file openexr_api.cpp.
| void Mem_IStream::clear | ( | ) | [virtual] |
Definition at line 138 of file openexr_api.cpp.
| bool Mem_IStream::read | ( | char | c[], |
| int | n | ||
| ) | [virtual] |
Definition at line 116 of file openexr_api.cpp.
| void Mem_IStream::seekg | ( | Int64 | pos | ) | [virtual] |
Definition at line 133 of file openexr_api.cpp.
| Int64 Mem_IStream::tellg | ( | ) | [virtual] |
Definition at line 128 of file openexr_api.cpp.