#ifndef NMCALCULATIONGEOWELL_H #define NMCALCULATIONGEOWELL_H #include #include #include "nmCalculationGeoDataWell.h" class nmCalculationGeoWell { public: nmCalculationGeoWell(const QVector& wellList); //创建井的方法 QString generateWellGeoCodes(int index); private: QVector m_vWellList; }; #endif // NMCALCULATIONGEOWELL_H