18 namespace Descriptors {
19 const std::string BCUT2DVersion =
"1.0.0";
32 std::pair<double, double> BCUT2D(
const ROMol &mol,
33 const std::vector<double> &atom_props);
46 std::pair<double, double> BCUT2D(
const ROMol &mol,
47 const std::string &atom_propname);
61 std::vector<double> BCUT2D(
const ROMol &m);
#define RDKIT_DESCRIPTORS_EXPORT