#pragma once #include class HeightCalculate : public QObject { Q_OBJECT public: HeightCalculate(QObject *parent = nullptr); ~HeightCalculate(); void LoadBasicFile(QString path); void LoadPointCould(QString path); int SmokeHeight(); };