|
Gemmi C++ API
|
#include <metadata.hpp>
Public Types | |
| enum | Type : unsigned char { Covale =0 , Disulf , Hydrog , MetalC , Unknown } |
Public Attributes | |
| std::string | name |
| std::string | link_id |
| Type | type = Unknown |
| Asu | asu = Asu::Any |
| AtomAddress | partner1 |
| AtomAddress | partner2 |
| double | reported_distance = 0.0 |
| short | reported_sym [4] = {} |
Definition at line 280 of file metadata.hpp.
| Enumerator | |
|---|---|
| Covale | |
| Disulf | |
| Hydrog | |
| MetalC | |
| Unknown | |
Definition at line 282 of file metadata.hpp.
| std::string gemmi::Connection::name |
Definition at line 283 of file metadata.hpp.
| std::string gemmi::Connection::link_id |
Definition at line 284 of file metadata.hpp.
Definition at line 285 of file metadata.hpp.
Definition at line 286 of file metadata.hpp.
| AtomAddress gemmi::Connection::partner1 |
Definition at line 287 of file metadata.hpp.
| AtomAddress gemmi::Connection::partner2 |
Definition at line 287 of file metadata.hpp.
| double gemmi::Connection::reported_distance = 0.0 |
Definition at line 288 of file metadata.hpp.
| short gemmi::Connection::reported_sym[4] = {} |
Definition at line 289 of file metadata.hpp.