OpenStructure
|
#include <compound.hh>
Public Member Functions | |
AtomSpec () | |
AtomSpec (int o, const String &n, const String &a, const String &e, bool l, bool r, int c=0) | |
bool | operator== (const AtomSpec &rhs) const |
bool | operator!= (const AtomSpec &rhs) const |
Data Fields | |
int | ordinal |
String | name |
String | alt_name |
String | element |
bool | is_leaving |
bool | is_aromatic |
int | charge |
Definition at line 82 of file compound.hh.
|
inline |
Definition at line 83 of file compound.hh.
|
inline |
Definition at line 93 of file compound.hh.
|
inline |
Definition at line 116 of file compound.hh.
|
inline |
Definition at line 110 of file compound.hh.
String alt_name |
Definition at line 105 of file compound.hh.
int charge |
Definition at line 109 of file compound.hh.
String element |
Definition at line 106 of file compound.hh.
bool is_aromatic |
Definition at line 108 of file compound.hh.
bool is_leaving |
Definition at line 107 of file compound.hh.
String name |
Definition at line 104 of file compound.hh.
int ordinal |
Definition at line 103 of file compound.hh.