18 #ifndef QGSLAZDECODER_H
19 #define QGSLAZDECODER_H
22 #include "qgis_core.h"
27 #include "lazperf/lazperf.hpp"
28 #include "lazperf/readers.hpp"
37 class QgsPointCloudExpression;
49 enum class LazAttribute
74 struct RequestedAttributeDetails
77 : attribute( attribute )
83 LazAttribute attribute;
101 static std::wstring toNativePath(
const QString &filename );
103 static std::string toNativePath(
const QString &filename );
110 #endif // QGSLAZDECODER_H