Home
last modified time | relevance | path

Searched refs:OpEnergy (Results 1 – 2 of 2) sorted by relevance

/dports/science/openbabel/openbabel-3.1.1/src/ops/
H A Dforcefield.cpp46 class OpEnergy : public OBOp class
49 OpEnergy(const char *ID) : OBOp(ID, false) {} in OpEnergy() function in OpenBabel::OpEnergy
74 OpEnergy theOpEnergy("energy"); //Global instance
77 bool OpEnergy::Do(OBBase* pOb, const char* OptionText, OpMap* pmap, OBConversion*) in Do()
/dports/science/openbabel/openbabel-3.1.1/include/openbabel/
H A Dplugin.h561 OB_STATIC_PLUGIN(OpEnergy, theOpEnergy)