#include "HeightCalculate.h" HeightCalculate::HeightCalculate(QObject *parent) : QObject(parent) {} HeightCalculate::~HeightCalculate() {} void HeightCalculate::LoadBasicFile(QString path) { } void HeightCalculate::LoadPointCould(QString path) { } int HeightCalculate::SmokeHeight() { return 30; }