OEGetFPBondType¶
std::string OEGetFPBondType(unsigned int value)
Returns the string representation of a value that is from the
OEFPBondType namespace.
For example, the string representation of
OEFPBondType_BondOrder |
OEFPBondType_Chiral value is the:
"Order|Chiral" string.
Bond type |
String representation |
|---|---|
“Order” |
|
“Chiral” |
|
“InRing” |
unsigned int OEGetFPBondType(const std::string &expression)
This function is the inverse of the previous
OEGetFPBondType function i.e. it converts
the string representation into a value from the
OEFPBondType namespace.