![]() |
Chemical Data Processing Library C++ API - Version 1.2.3
|
Provides constants for the specification of the Tripos Sybyl bond type. More...
Variables | |
| constexpr unsigned int | UNKNOWN = 0 |
| Specifies an unknown bond (cannot be determined from the parameter tables). More... | |
| constexpr unsigned int | SINGLE = 1 |
| Specifies a single bond. More... | |
| constexpr unsigned int | DOUBLE = 2 |
| Specifies a double bond. More... | |
| constexpr unsigned int | TRIPLE = 3 |
| Specifies a triple bond. More... | |
| constexpr unsigned int | AROMATIC = 4 |
| Specifies an aromatic bond. More... | |
| constexpr unsigned int | AMIDE = 5 |
| Specifies an amide bond. More... | |
| constexpr unsigned int | DUMMY = 6 |
| Specifies a dummy bond. More... | |
| constexpr unsigned int | NOT_CONNECTED = 7 |
| Specifies a pseudo bond. More... | |
Provides constants for the specification of the Tripos Sybyl bond type.
|
constexpr |
Specifies an unknown bond (cannot be determined from the parameter tables).
|
constexpr |
Specifies a single bond.
|
constexpr |
Specifies a double bond.
|
constexpr |
Specifies a triple bond.
|
constexpr |
Specifies an aromatic bond.
|
constexpr |
Specifies an amide bond.
|
constexpr |
Specifies a dummy bond.
|
constexpr |
Specifies a pseudo bond.