
Public Member Functions | |
| EXROStream (VFrame *data) | |
| ~EXROStream () | |
| virtual void | write (const char c[], int n) |
| virtual Imf::Int64 | tellp () |
| virtual void | seekp (Imf::Int64 pos) |
Private Attributes | |
| VFrame * | data |
| int | position |
Definition at line 40 of file fileexr.C.
| EXROStream::EXROStream | ( | VFrame * | data | ) |
| void EXROStream::write | ( | const char | c[], | |
| int | n | |||
| ) | [virtual] |
Definition at line 120 of file fileexr.C.
References VFrame::allocate_compressed_data(), data, VFrame::get_compressed_allocated(), VFrame::get_compressed_size(), VFrame::get_data(), MAX, memcpy, position, and VFrame::set_compressed_size().

| Imf::Int64 EXROStream::tellp | ( | ) | [virtual] |
| void EXROStream::seekp | ( | Imf::Int64 | pos | ) | [virtual] |
VFrame* EXROStream::data [private] |
int EXROStream::position [private] |
1.5.5