| Property Name |
Type |
Get Method |
Set Method |
| Atomic Number |
unsigned int |
GetAtomicNum |
SetAtomicNum |
| Formal Charge |
int |
GetFormalCharge |
SetFormalCharge |
| Implicit Hydrogen Count |
unsigned int |
GetImplicitHCount |
SetImplicitHCount |
| Isotopic Mass |
unsigned int |
GetIsotope |
SetIsotope |
| Partial Charge |
double |
GetPartialCharge |
SetPartialCharge |
| Atomic Hybridization |
unsigned int |
GetHyb |
SetHyb |
| Integer Atom Type |
int |
GetIntType |
SetIntType |
| Atom Name |
std::string |
GetName |
SetName |
| Atom Type Name |
std::string |
GetType |
SetType |
| Radius |
double |
GetRadius |
SetRadius |
| Reaction Role |
unsigned int |
GetRxnRole |
SetRxnRole |
| Reaction Map Index |
unsigned int |
GetMapIdx |
SetMapIdx |
| Ring Membership |
bool |
IsInRing |
SetInRing |
| Symmetry Class |
unsigned int |
GetSymmetryClass |
SetSymmetryClass |
| Aromaticity |
bool |
IsAromatic |
SetAromatic |
|