OEGetFPAtomType
OEGetFPAtomType(value: int) -> str
Returns the string representation of a value that is from the
OEFPAtomType namespace.
For example, the string representation of
OEFPAtomType_AtomicNumber |
OEFPAtomType_Aromaticity value is the
"AtmNum|Arom" string.
Atom type |
String representation |
|---|---|
“AtmNum” |
|
“Arom” |
|
“Chiral” |
|
“FCharge” |
|
“HvyDeg” |
|
“Hyb” |
|
“InRing” |
|
“HCount” |
|
“EqArom” |
|
“EqHalo” |
|
“EqHBAcc” |
|
“EqHBDon” |
OEGetFPAtomType(expression: str) -> int
This function is the inverse of the previous
OEGetFPAtomType function i.e. it converts
the string representation into a value from the
OEFPAtomType namespace.