Namespace: Rx::LFR – Class: CRayFileReader – Header: Rx.LFR/RayFileReader.h

CRayFileReader Class

C++
#include "Rx.LFR/RayFileReader.h"
class CRayFileReader : public CPimpl<CRayFileReader_Impl, ERayFileReaderInterface>

Provides methods for reading a ray image from 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

Read(sxFilename, xRayImg)

Reads from the given ray file. Reads the raw image, the calibration (with gray image) and the meta data.

ReadGrayImage(sxFilename, xImg)

Reads from the given gray image file.

GetInterface(eData)

Gets the interface defined by ERayFileReaderInterface.