12#ifndef RD_DETERMINEBONDS_H
13#define RD_DETERMINEBONDS_H
32 bool useHueckel =
false,
34 double covFactor = 1.3);
57 RWMol &mol,
int charge = 0,
bool allowChargedFragments =
true,
58 bool embedChiral =
true,
bool useAtomMap =
false);
84 RWMol &mol,
bool useHueckel =
false,
int charge = 0,
double covFactor = 1.3,
85 bool allowChargedFragments =
true,
bool embedChiral =
true,
86 bool useAtomMap =
false);
pulls in the core RDKit functionality
RWMol is a molecule class that is intended to be edited.
#define RDKIT_DETERMINEBONDS_EXPORT
RDKIT_DETERMINEBONDS_EXPORT void determineBonds(RWMol &mol, bool useHueckel=false, int charge=0, double covFactor=1.3, bool allowChargedFragments=true, bool embedChiral=true, bool useAtomMap=false)
RDKIT_DETERMINEBONDS_EXPORT void determineBondOrders(RWMol &mol, int charge=0, bool allowChargedFragments=true, bool embedChiral=true, bool useAtomMap=false)
RDKIT_DETERMINEBONDS_EXPORT void determineConnectivity(RWMol &mol, bool useHueckel=false, int charge=0, double covFactor=1.3)