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