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