HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RgbaOutputFile Member List

This is the complete list of members for RgbaOutputFile, including all inherited members.

breakScanLine(int y, int offset, int length, char c)RgbaOutputFile
channels() const RgbaOutputFile
compression() const RgbaOutputFile
currentScanLine() const RgbaOutputFile
dataWindow() const RgbaOutputFile
displayWindow() const RgbaOutputFile
frameBuffer() const RgbaOutputFile
header() const RgbaOutputFile
lineOrder() const RgbaOutputFile
pixelAspectRatio() const RgbaOutputFile
RgbaOutputFile(const char name[], const Header &header, RgbaChannels rgbaChannels=WRITE_RGBA, int numThreads=globalThreadCount())RgbaOutputFile
RgbaOutputFile(OPENEXR_IMF_INTERNAL_NAMESPACE::OStream &os, const Header &header, RgbaChannels rgbaChannels=WRITE_RGBA, int numThreads=globalThreadCount())RgbaOutputFile
RgbaOutputFile(const char 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())RgbaOutputFile
RgbaOutputFile(const char 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())RgbaOutputFile
screenWindowCenter() const RgbaOutputFile
screenWindowWidth() const RgbaOutputFile
setFrameBuffer(const Rgba *base, size_t xStride, size_t yStride)RgbaOutputFile
setYCRounding(unsigned int roundY, unsigned int roundC)RgbaOutputFile
updatePreviewImage(const PreviewRgba[])RgbaOutputFile
writePixels(int numScanLines=1)RgbaOutputFile
~RgbaOutputFile()RgbaOutputFilevirtual