8#include "RshPluginSurveyingFormat/RshPluginSurveyingFormatDefines.h"
9#include <QtCore/QMetaType>
10#include <QtCore/QObject>
11#include <QtCore/QSharedPointer>
12#include <QtScript/Array>
13#include <QtScript/QScriptable>
16namespace rsh::ScriptBinding
113 Boolean iImportScanDir,
115 Boolean iConvertCubicImagesToSpherical
133 Array<SComp> iTblElm,
164 QScriptContext ipContext,
166 QScriptEngine ipEngine
185 Boolean iConvertCube2Spherical
216 Boolean iImportScanDir
240 SMatrix iCoordinateSystemMatrix =
262Q_DECLARE_METATYPE(rsh::ScriptBinding::SSurveyingFormat);
The SCloud class provides point cloud manipulation. The SCloud creation can be done by calling the st...
Definition: SCloud.h:41
Matrix with 3 lines and 4 columns to make any transformation. This class should be used in order to a...
Definition: SMatrix.h:21