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