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

CRayFileWriter Class

C++
#include "Rx.LFR/RayFileWriter.h"
class CRayFileWriter : public CPimpl<CRayFileWriter_Impl, ERayFileWriterInterface>

Provides methods for writing a ray image to a ray file.

Methods

GetImpl()

Gets the non constant implementation.

(Inherited from CPimpl)
GetImpl()

Gets the constant implementation.

(Inherited from CPimpl)
GetInterface(eInterface)

Gets the interface defined by the given interface ID.

(Inherited from CPimpl)
HasInterface(eInterface)

Queries if this object has the given interface.

(Inherited from CPimpl)

Static Methods

Write(sxFile, xImg)

Writes the given ray image to the given file.

Write(sxFile, xImg, xMeta)

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

Write(sxFile, xImg, xCalib)

Writes the given ray image to the given file.

Write(sxFile, xImg, xCalib, xMeta)

Writes the given ray image to the given file.

WriteGrayImage(sxFile, xImg)

Writes the given gray image to the given file.

GetInterface(eData)

Gets the interface defined by ERayFileWriterInterface.