List of all members.
Classes |
struct | Data |
Public Member Functions |
| OutputFile (const char fileName[], const Header &header, int numThreads=globalThreadCount()) |
| OutputFile (OStream &os, const Header &header, int numThreads=globalThreadCount()) |
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) |
The documentation for this class was generated from the following files:
- /home/felix/UBC/projects/AdaptiveLightfieldSampling/pbrt_v2/src/3rdparty/openexr-1.7.0/ImfOutputFile.h
- /home/felix/UBC/projects/AdaptiveLightfieldSampling/pbrt_v2/src/3rdparty/openexr-1.7.0/ImfOutputFile.cpp