13 #ifndef RD_MMFFBUILDER_H 14 #define RD_MMFFBUILDER_H 18 #include <boost/shared_array.hpp> 19 #include <boost/scoped_ptr.hpp> 20 #ifdef RDK_THREADSAFE_SSS 23 #include <boost/noncopyable.hpp> 24 #include <boost/tuple/tuple.hpp> 25 #include <boost/cstdint.hpp> 34 class MMFFMolProperties;
56 ROMol &mol,
double nonBondedThresh = 100.0,
int confId = -1,
57 bool ignoreInterfragInteractions =
true);
79 ROMol &mol, MMFFMolProperties *mmffMolProperties,
80 double nonBondedThresh = 100.0,
int confId = -1,
81 bool ignoreInterfragInteractions =
true);
86 static const std::string &
string() {
return ds_string; }
87 static const ROMol *query();
92 static const std::string ds_string;
93 static boost::scoped_ptr<const ROMol> ds_instance;
94 #ifdef RDK_THREADSAFE_SSS 95 static std::once_flag ds_flag;
103 boost::uint8_t value);
118 const std::string &torsionBondSmarts = DefaultTorsionBondSmarts::string());
121 boost::shared_array<boost::uint8_t> neighborMatrix,
122 double nonBondedThresh = 100.0,
123 bool ignoreInterfragInteractions =
true);
126 boost::shared_array<boost::uint8_t> neighborMatrix,
127 double nonBondedThresh = 100.0,
128 bool ignoreInterfragInteractions =
true);
RDKIT_FORCEFIELDHELPERS_EXPORT ForceFields::ForceField * constructForceField(ROMol &mol, MMFFMolProperties *mmffMolProperties, double nonBondedThresh=100.0, int confId=-1, bool ignoreInterfragInteractions=true)
Builds and returns a MMFF force field for a molecule.
#define RDKIT_FORCEFIELDHELPERS_EXPORT
A class to store forcefields and handle minimization.