7 #ifndef INCLUDE_MOLASSEMBLER_EDITING_H
8 #define INCLUDE_MOLASSEMBLER_EDITING_H
15 namespace Molassembler {
153 const std::vector<AtomIndex>& ligandBindingAtoms
Models a molecule as a graph (connectivity of atoms) and a list of stereopermutators.
Definition: Molecule.h:73
Defines basic types widely shared across the project.
std::size_t AtomIndex
Unsigned integer atom index type. Used to refer to particular atoms.
Definition: Types.h:51
BondType
Discrete bond type numeration.
Definition: Types.h:26
Type used to refer to particular bonds. Orders first < second.
Definition: Types.h:54
Class with static functions providing higher-level molecule operations.
Definition: Editing.h:22