Namespace: Rx::LFR – Class: CExport – Header: Rx.LFR/Export.h

CExport::SavePointListCSV Static Method

C++
static void SavePointListCSV(const CRxString& file, const CCudaCompute& cudaCompute, const Rx::LFR::EImage imageId)

Writes to file CSV. The data is arranged as: "X;Y;Z;4C;PX;PY" or "X;Y;Z;4C" depending on includePixelPosition.

Parameters

[const CRxString&] file

The file name.

[const CCudaCompute&] cudaCompute

The cuda compute.

[const Rx::LFR::EImage] imageId

The image.