11#ifndef RD_BOUNDS_MATRIX_BUILDER_H
12#define RD_BOUNDS_MATRIX_BUILDER_H
27 double defaultMin = 0.0,
28 double defaultMax = 1000.0);
32 double defaultMin = 0.0,
33 double defaultMax = 1000.0);
38 bool set15bounds =
true,
bool set14bounds =
true,
bool set13bounds =
true);
62 bool set15bounds =
true,
bool scaleVDW =
false,
63 bool useMacrocycle14config =
false,
64 bool forceTransAmides =
true,
65 bool set14bounds =
true,
bool set13bounds =
true) {
67 .forceTransAmides = forceTransAmides};
68 setTopolBounds(mol, mmat, params, scaleVDW, set15bounds, set14bounds,
75 std::vector<std::pair<int, int>> &bonds,
77 bool scaleVDW =
false,
bool set15bounds =
true,
bool set14bounds =
true,
78 bool set13bounds =
true);
82 std::vector<std::pair<int, int>> &bonds,
83 std::vector<std::vector<int>> &angles,
84 bool set15bounds =
true,
bool scaleVDW =
false,
85 bool useMacrocycle14config =
false,
86 bool forceTransAmides =
true,
87 bool set14bounds =
true,
bool set13bounds =
true) {
89 .forceTransAmides = forceTransAmides};
90 setTopolBounds(mol, mmat, bonds, angles, params, scaleVDW, set15bounds,
91 set14bounds, set13bounds);
96 const ROMol &mol, std::vector<std::pair<int, int>> &bonds,
97 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 setTopolBounds(const ROMol &mol, DistGeom::BoundsMatPtr mmat, const EmbedParameters ¶ms, bool scaleVDW=false, bool set15bounds=true, bool set14bounds=true, bool set13bounds=true)
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 initBoundsMat(DistGeom::BoundsMatrix *mmat, double defaultMin=0.0, double defaultMax=1000.0)
Set default upper and lower distance bounds in a distance matrix.
Parameter object for controlling embedding.