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.
15 lines
437 B
C
15 lines
437 B
C
2 weeks ago
|
#ifndef CFDSTRUCTDATASOLVERMONITORIMPELLERMANAGER_H
|
||
|
#define CFDSTRUCTDATASOLVERMONITORIMPELLERMANAGER_H
|
||
|
|
||
|
#include "CFDStructDataSolverBasicModelManager.h"
|
||
|
|
||
|
class CFDStructDataSolverMonitorImpellerManager : public CFDStructDataSolverBasicModelManager
|
||
|
{
|
||
|
public:
|
||
|
explicit CFDStructDataSolverMonitorImpellerManager(QObject *parent = nullptr);
|
||
|
|
||
|
CUIConfig* getParamUIConfig();
|
||
|
};
|
||
|
|
||
|
#endif // CFDSTRUCTDATASOLVERMONITORIMPELLERMANAGER_H
|