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

CRayFileWriter::Write Static Method

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

Writes the given ray image to the given file but overwrites the meta data by the given one.

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

Parameters

[const CRxString&] sxFile

[in] The file.

[const CRayImage&] xImg

[in] The ray image.

[CRxMetaData&] xMeta

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