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.
nmWATI/Include/iData/iXmlManager/iXmlUtilSpeciParam.h

23 lines
568 B
C++

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

#pragma once
#include "iXmlTable.h"
#include "iModelInfoBase.h"
#include "iModelDescGroup.h"
#include "iParameterGroup.h"
#include "iPvtParaItemGroup.h"
#include "iSpeciParam.h"
#include "iXmlUtilBase.h"
// 特征线
class I_XMLMANAGER_EXPORT iXmlUtilSpeciParam : public iXmlUtilBase
{
public:
/// @brief 加载特征线参数信息
/// @param pVecWbs...各种不同的模型结构体。
/// 如果不想解析某一参数直接传入NULL即可
/// @param sFileXml对应文件
static bool loadStructs(vecParamPtr* ecPtr, QString sFile);
};