📄 energyi.h
字号:
#ifndef energyi_h#define energyi_h#include "functioni.h"#include "moleculei.h"#include "energy.h"class MolecularEnergy;class C_MolecularEnergyImpl: public C_FunctionImpl { protected: MolecularEnergy *mole(); public: C_MolecularEnergyImpl(); ~C_MolecularEnergyImpl(); double energy(CORBA_Environment &IT_env); C_Molecule *molecule(CORBA_Environment &e); unsigned char molecularenergy_has_object(CORBA_Environment &e) { return has_object(e); }};DEF_TIE_C_MolecularEnergy(C_MolecularEnergyImpl);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -