HDK
|
#include <ImfDeepScanLineOutputPart.h>
Public Member Functions | |
DeepScanLineOutputPart (MultiPartOutputFile &multiPartFile, int partNumber) | |
const char * | fileName () const |
const Header & | header () const |
void | setFrameBuffer (const DeepFrameBuffer &frameBuffer) |
const DeepFrameBuffer & | frameBuffer () const |
void | writePixels (int numScanLines=1) |
int | currentScanLine () const |
void | copyPixels (DeepScanLineInputFile &in) |
void | copyPixels (DeepScanLineInputPart &in) |
void | updatePreviewImage (const PreviewRgba newPixels[]) |
Definition at line 45 of file ImfDeepScanLineOutputPart.h.
DeepScanLineOutputPart::DeepScanLineOutputPart | ( | MultiPartOutputFile & | multiPartFile, |
int | partNumber | ||
) |
void DeepScanLineOutputPart::copyPixels | ( | DeepScanLineInputFile & | in | ) |
void DeepScanLineOutputPart::copyPixels | ( | DeepScanLineInputPart & | in | ) |
int DeepScanLineOutputPart::currentScanLine | ( | ) | const |
const char* DeepScanLineOutputPart::fileName | ( | ) | const |
const DeepFrameBuffer& DeepScanLineOutputPart::frameBuffer | ( | ) | const |
void DeepScanLineOutputPart::setFrameBuffer | ( | const DeepFrameBuffer & | frameBuffer | ) |
void DeepScanLineOutputPart::updatePreviewImage | ( | const PreviewRgba | newPixels[] | ) |