List of all members.
Classes |
struct | Data |
Public Member Functions |
| InputFile (const char fileName[], int numThreads=globalThreadCount()) |
| InputFile (IStream &is, int numThreads=globalThreadCount()) |
const char * | fileName () const |
const Header & | header () const |
int | version () const |
void | setFrameBuffer (const FrameBuffer &frameBuffer) |
const FrameBuffer & | frameBuffer () const |
bool | isComplete () const |
void | readPixels (int scanLine1, int scanLine2) |
void | readPixels (int scanLine) |
void | rawPixelData (int firstScanLine, const char *&pixelData, int &pixelDataSize) |
void | rawTileData (int &dx, int &dy, int &lx, int &ly, const char *&pixelData, int &pixelDataSize) |
Friends |
void | TiledOutputFile::copyPixels (InputFile &) |
The documentation for this class was generated from the following files:
- /home/felix/UBC/projects/AdaptiveLightfieldSampling/pbrt_v2/src/3rdparty/openexr-1.7.0/ImfInputFile.h
- /home/felix/UBC/projects/AdaptiveLightfieldSampling/pbrt_v2/src/3rdparty/openexr-1.7.0/ImfInputFile.cpp