Namespace: Rx::LFR – Class: CRayFileWriter – Header: Rx.LFR/RayFileWriter.h

CRayFileWriter::Write Static Method

C++
static void Write(const CRxString& sxFile, CRayImage& xImg)

Writes the given ray image to the given file.

Requires an authenticated dongle (Rx::LFR::CLightFieldRuntime::Authenticate) with the Rx::ERuntimeFeature::Save feature.

Parameters

[const CRxString&] sxFile

[in] The file.

[CRayImage&] xImg

[in,out] The ray image. The meta data gets updated while writing.