#include <ImfAcesFile.h>
Public Member Functions | |
| AcesOutputFile (const std::string &name, const Header &header, RgbaChannels rgbaChannels=WRITE_RGBA, int numThreads=globalThreadCount()) | |
| AcesOutputFile (OStream &os, const Header &header, RgbaChannels rgbaChannels=WRITE_RGBA, int numThreads=globalThreadCount()) | |
| AcesOutputFile (const std::string &name, const Imath::Box2i &displayWindow, const Imath::Box2i &dataWindow=Imath::Box2i(), RgbaChannels rgbaChannels=WRITE_RGBA, float pixelAspectRatio=1, const Imath::V2f screenWindowCenter=Imath::V2f(0, 0), float screenWindowWidth=1, LineOrder lineOrder=INCREASING_Y, Compression compression=PIZ_COMPRESSION, int numThreads=globalThreadCount()) | |
| AcesOutputFile (const std::string &name, int width, int height, RgbaChannels rgbaChannels=WRITE_RGBA, float pixelAspectRatio=1, const Imath::V2f screenWindowCenter=Imath::V2f(0, 0), float screenWindowWidth=1, LineOrder lineOrder=INCREASING_Y, Compression compression=PIZ_COMPRESSION, int numThreads=globalThreadCount()) | |
| virtual | ~AcesOutputFile () |
| void | setFrameBuffer (const Rgba *base, size_t xStride, size_t yStride) |
| void | writePixels (int numScanLines=1) |
| int | currentScanLine () const |
| const Header & | header () 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 |
| void | updatePreviewImage (const PreviewRgba[]) |
Definition at line 106 of file ImfAcesFile.h.
| Imf::AcesOutputFile::AcesOutputFile | ( | const std::string & | name, | |
| const Header & | header, | |||
| RgbaChannels | rgbaChannels = WRITE_RGBA, |
|||
| int | numThreads = globalThreadCount() | |||
| ) |
| Imf::AcesOutputFile::AcesOutputFile | ( | OStream & | os, | |
| const Header & | header, | |||
| RgbaChannels | rgbaChannels = WRITE_RGBA, |
|||
| int | numThreads = globalThreadCount() | |||
| ) |
| Imf::AcesOutputFile::AcesOutputFile | ( | const std::string & | name, | |
| const Imath::Box2i & | displayWindow, | |||
| const Imath::Box2i & | dataWindow = Imath::Box2i(), |
|||
| RgbaChannels | rgbaChannels = WRITE_RGBA, |
|||
| float | pixelAspectRatio = 1, |
|||
| const Imath::V2f | screenWindowCenter = Imath::V2f(0, 0), |
|||
| float | screenWindowWidth = 1, |
|||
| LineOrder | lineOrder = INCREASING_Y, |
|||
| Compression | compression = PIZ_COMPRESSION, |
|||
| int | numThreads = globalThreadCount() | |||
| ) |
| Imf::AcesOutputFile::AcesOutputFile | ( | const std::string & | name, | |
| int | width, | |||
| int | height, | |||
| RgbaChannels | rgbaChannels = WRITE_RGBA, |
|||
| float | pixelAspectRatio = 1, |
|||
| const Imath::V2f | screenWindowCenter = Imath::V2f(0, 0), |
|||
| float | screenWindowWidth = 1, |
|||
| LineOrder | lineOrder = INCREASING_Y, |
|||
| Compression | compression = PIZ_COMPRESSION, |
|||
| int | numThreads = globalThreadCount() | |||
| ) |
| virtual Imf::AcesOutputFile::~AcesOutputFile | ( | ) | [virtual] |
| RgbaChannels Imf::AcesOutputFile::channels | ( | ) | const |
| Compression Imf::AcesOutputFile::compression | ( | ) | const |
| int Imf::AcesOutputFile::currentScanLine | ( | ) | const |
| const Imath::Box2i& Imf::AcesOutputFile::dataWindow | ( | ) | const |
| const Imath::Box2i& Imf::AcesOutputFile::displayWindow | ( | ) | const |
| const Header& Imf::AcesOutputFile::header | ( | ) | const |
| LineOrder Imf::AcesOutputFile::lineOrder | ( | ) | const |
| float Imf::AcesOutputFile::pixelAspectRatio | ( | ) | const |
| const Imath::V2f Imf::AcesOutputFile::screenWindowCenter | ( | ) | const |
| float Imf::AcesOutputFile::screenWindowWidth | ( | ) | const |
| void Imf::AcesOutputFile::setFrameBuffer | ( | const Rgba * | base, | |
| size_t | xStride, | |||
| size_t | yStride | |||
| ) |
| void Imf::AcesOutputFile::updatePreviewImage | ( | const | PreviewRgba[] | ) |
| void Imf::AcesOutputFile::writePixels | ( | int | numScanLines = 1 |
) |
1.5.9