You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
410 B
C++
17 lines
410 B
C++
#pragma once
|
|
|
|
#include "iXmlUtilBase.h"
|
|
#include "wdtAlgItemGroup.h"
|
|
|
|
// 产能算法及绘图相关定义 (某井型-井别-方法 之下 的具体算法) 具体解析
|
|
// 本类借鉴自 iXmlUtilIpr
|
|
// Wdt Alg Xml解析
|
|
class M_SYSUTILS_WDT_EXPORT wdtAlgXmlUtils : public iXmlUtilBase
|
|
{
|
|
public:
|
|
|
|
static bool loadStructs(vecWdtAlgItemGroupsPtr *pVec,
|
|
QString sFile);
|
|
|
|
};
|