|
MMTF-C++
The C++ language MMTF libraries
|
Helper class for adding bonds to a group-redundant system. More...
#include <export_helpers.hpp>
Public Member Functions | |
| BondAdder (StructureData &data) | |
| bool | operator() (int32_t atom1, int32_t atom2, int8_t order) |
| Add one bond. | |
Helper class for adding bonds to a group-redundant system.
|
inline |
| [in,out] | data | Consistent system with atoms |
| mmtf::EncodeError | if groupTypeList has duplicates |
Add one bond.
| [in] | atom1 | Atom index 1 (zero-based) |
| [in] | atom2 | Atom index 2 (zero-based) |
| [in] | order | Bond order |