11#ifndef RD_BOUNDS_MATRIX_BUILDER_H
12#define RD_BOUNDS_MATRIX_BUILDER_H
26 double defaultMin = 0.0,
27 double defaultMax = 1000.0);
31 double defaultMin = 0.0,
32 double defaultMax = 1000.0);
58 bool scaleVDW =
false,
bool useMacrocycle14config =
false,
59 bool forceTransAmides =
true,
bool set14bounds =
true,
60 bool set13bounds =
true);
66 std::vector<std::pair<int, int>> &bonds,
67 std::vector<std::vector<int>> &angles,
bool set15bounds =
true,
68 bool scaleVDW =
false,
bool useMacrocycle14config =
false,
69 bool forceTransAmides =
true,
bool set14bounds =
true,
70 bool set13bounds =
true);
74 const ROMol &mol, std::vector<std::pair<int, int>> &bonds,
75 std::vector<std::vector<int>> &angles);
Class to store the distance bound.
#define RDKIT_DISTGEOMHELPERS_EXPORT
boost::shared_ptr< BoundsMatrix > BoundsMatPtr
RDKIT_DISTGEOMHELPERS_EXPORT void collectBondsAndAngles(const ROMol &mol, std::vector< std::pair< int, int > > &bonds, std::vector< std::vector< int > > &angles)
generate the vectors of bonds and angles used by (ET)KDG
RDKIT_DISTGEOMHELPERS_EXPORT void setTopolBounds(const ROMol &mol, DistGeom::BoundsMatPtr mmat, bool set15bounds=true, bool scaleVDW=false, bool useMacrocycle14config=false, bool forceTransAmides=true, bool set14bounds=true, bool set13bounds=true)
RDKIT_DISTGEOMHELPERS_EXPORT void initBoundsMat(DistGeom::BoundsMatrix *mmat, double defaultMin=0.0, double defaultMax=1000.0)
Set default upper and lower distance bounds in a distance matrix.