#include <ImfOutputFile.h>
Public Member Functions | |
| OutputFile (const char fileName[], const Header &header, int numThreads=globalThreadCount()) | |
| OutputFile (OStream &os, const Header &header, int numThreads=globalThreadCount()) | |
| virtual | ~OutputFile () |
| const char * | fileName () const |
| const Header & | header () const |
| void | setFrameBuffer (const FrameBuffer &frameBuffer) |
| const FrameBuffer & | frameBuffer () const |
| void | writePixels (int numScanLines=1) |
| int | currentScanLine () const |
| void | copyPixels (InputFile &in) |
| void | updatePreviewImage (const PreviewRgba newPixels[]) |
| void | breakScanLine (int y, int offset, int length, char c) |
Definition at line 56 of file ImfOutputFile.h.
| Imf::OutputFile::OutputFile | ( | const char | fileName[], | |
| const Header & | header, | |||
| int | numThreads = globalThreadCount() | |||
| ) |
| Imf::OutputFile::OutputFile | ( | OStream & | os, | |
| const Header & | header, | |||
| int | numThreads = globalThreadCount() | |||
| ) |
| virtual Imf::OutputFile::~OutputFile | ( | ) | [virtual] |
| void Imf::OutputFile::breakScanLine | ( | int | y, | |
| int | offset, | |||
| int | length, | |||
| char | c | |||
| ) |
| void Imf::OutputFile::copyPixels | ( | InputFile & | in | ) |
| int Imf::OutputFile::currentScanLine | ( | ) | const |
| const char* Imf::OutputFile::fileName | ( | ) | const |
| const FrameBuffer& Imf::OutputFile::frameBuffer | ( | ) | const |
| const Header& Imf::OutputFile::header | ( | ) | const |
| void Imf::OutputFile::setFrameBuffer | ( | const FrameBuffer & | frameBuffer | ) |
| void Imf::OutputFile::updatePreviewImage | ( | const PreviewRgba | newPixels[] | ) |
| void Imf::OutputFile::writePixels | ( | int | numScanLines = 1 |
) |
1.5.9