HDK
|
This is the complete list of members for AcesOutputFile, including all inherited members.
AcesOutputFile(const std::string &name, const Header &header, RgbaChannels rgbaChannels=WRITE_RGBA, int numThreads=globalThreadCount()) | AcesOutputFile | |
AcesOutputFile(OPENEXR_IMF_INTERNAL_NAMESPACE::OStream &os, const Header &header, RgbaChannels rgbaChannels=WRITE_RGBA, int numThreads=globalThreadCount()) | AcesOutputFile | |
AcesOutputFile(const std::string &name, const IMATH_NAMESPACE::Box2i &displayWindow, const IMATH_NAMESPACE::Box2i &dataWindow=IMATH_NAMESPACE::Box2i(), RgbaChannels rgbaChannels=WRITE_RGBA, float pixelAspectRatio=1, const IMATH_NAMESPACE::V2f screenWindowCenter=IMATH_NAMESPACE::V2f(0, 0), float screenWindowWidth=1, LineOrder lineOrder=INCREASING_Y, Compression compression=PIZ_COMPRESSION, int numThreads=globalThreadCount()) | AcesOutputFile | |
AcesOutputFile(const std::string &name, int width, int height, RgbaChannels rgbaChannels=WRITE_RGBA, float pixelAspectRatio=1, const IMATH_NAMESPACE::V2f screenWindowCenter=IMATH_NAMESPACE::V2f(0, 0), float screenWindowWidth=1, LineOrder lineOrder=INCREASING_Y, Compression compression=PIZ_COMPRESSION, int numThreads=globalThreadCount()) | AcesOutputFile | |
channels() const | AcesOutputFile | |
compression() const | AcesOutputFile | |
currentScanLine() const | AcesOutputFile | |
dataWindow() const | AcesOutputFile | |
displayWindow() const | AcesOutputFile | |
header() const | AcesOutputFile | |
lineOrder() const | AcesOutputFile | |
pixelAspectRatio() const | AcesOutputFile | |
screenWindowCenter() const | AcesOutputFile | |
screenWindowWidth() const | AcesOutputFile | |
setFrameBuffer(const Rgba *base, size_t xStride, size_t yStride) | AcesOutputFile | |
updatePreviewImage(const PreviewRgba[]) | AcesOutputFile | |
writePixels(int numScanLines=1) | AcesOutputFile | |
~AcesOutputFile() | AcesOutputFile | virtual |