List of all members.
Classes |
class | FromYca |
Public Member Functions |
| RgbaInputFile (const char name[], int numThreads=globalThreadCount()) |
| RgbaInputFile (IStream &is, int numThreads=globalThreadCount()) |
| RgbaInputFile (const char name[], const std::string &layerName, int numThreads=globalThreadCount()) |
| RgbaInputFile (IStream &is, const std::string &layerName, int numThreads=globalThreadCount()) |
void | setFrameBuffer (Rgba *base, size_t xStride, size_t yStride) |
void | setLayerName (const std::string &layerName) |
void | readPixels (int scanLine1, int scanLine2) |
void | readPixels (int scanLine) |
const Header & | header () const |
const FrameBuffer & | frameBuffer () const |
const Imath::Box2i & | displayWindow () const |
const Imath::Box2i & | dataWindow () const |
float | pixelAspectRatio () const |
const Imath::V2f | screenWindowCenter () const |
float | screenWindowWidth () const |
LineOrder | lineOrder () const |
Compression | compression () const |
RgbaChannels | channels () const |
const char * | fileName () const |
bool | isComplete () const |
int | version () const |
The documentation for this class was generated from the following files:
- /home/felix/UBC/projects/AdaptiveLightfieldSampling/pbrt_v2/src/3rdparty/openexr-1.7.0/ImfRgbaFile.h
- /home/felix/UBC/projects/AdaptiveLightfieldSampling/pbrt_v2/src/3rdparty/openexr-1.7.0/ImfRgbaFile.cpp