📄 iregiong.h
字号:
#ifndef __IREGIONG_H#define __IREGIONG_H \#include "part1g.h"#include "portg.h"#include "iregion.h"//=================== CurrentRegionParams Class// The current Region parameter group// class CurrentRegionParams : public PortParams{protected: ScalarParameter I; IntParameter direction; StringParameter currentfile; StringParameter analyticF;public: CurrentRegionParams(GridParams* _GP, SpatialRegionGroup* srg); Boundary* CreateCounterPart();};#endif // __IREGIONG_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -