Home
last modified time | relevance | path

Searched refs:customAtomPropName (Results 1 – 14 of 14) sorted by relevance

/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/Descriptors/
H A DRDF.cpp127 const std::string& customAtomPropName) { in getRDFDescCustom() argument
133 moldata3D.GetCustomAtomProp(mol, customAtomPropName); in getRDFDescCustom()
155 std::vector<double>& res, const std::string customAtomPropName) { in GetRDFone() argument
156 getRDFDescCustom(dist3D, mol, conf, res, customAtomPropName); in GetRDFone()
162 const std::string& customAtomPropName) { in RDF() argument
202 if (customAtomPropName != "") { in RDF()
207 GetRDFone(dist3D, mol, conf, res, customAtomPropName); in RDF()
H A DMORSE.cpp130 const std::string &customAtomPropName) { in getMORSEDescCustom() argument
136 moldata3D.GetCustomAtomProp(mol, customAtomPropName); in getMORSEDescCustom()
164 const std::string &customAtomPropName) { in GetMORSEone() argument
165 getMORSEDescCustom(dist3D, mol, conf, res, customAtomPropName); in GetMORSEone()
171 const std::string &customAtomPropName) { in MORSE() argument
207 if (!customAtomPropName.empty()) { in MORSE()
210 GetMORSEone(dist3D, mol, conf, res, customAtomPropName); in MORSE()
H A DAUTOCORR3D.cpp189 const std::string& customAtomPropName) { in get3DautocorrelationDescCustom() argument
194 moldata3D.GetCustomAtomProp(mol, customAtomPropName); in get3DautocorrelationDescCustom()
229 const std::string& customAtomPropName) { in Get3Dautoone() argument
231 res, customAtomPropName); in Get3Dautoone()
237 const std::string& customAtomPropName) { in AUTOCORR3D() argument
245 if (customAtomPropName != "") { in AUTOCORR3D()
249 customAtomPropName); in AUTOCORR3D()
H A DAUTOCORR2D.cpp153 const std::string& customAtomPropName) { in get2DautocorrelationDescCustom() argument
154 std::vector<double> wc = moldata3D.GetCustomAtomProp(mol, customAtomPropName); in get2DautocorrelationDescCustom()
224 const std::string& customAtomPropName) { in Get2Dautoone() argument
225 get2DautocorrelationDescCustom(dist, numAtoms, mol, res, customAtomPropName); in Get2Dautoone()
230 const std::string& customAtomPropName) { in AUTOCORR2D() argument
233 if (!customAtomPropName.empty()) { in AUTOCORR2D()
236 Get2Dautoone(dist, numAtoms, mol, result, customAtomPropName); in AUTOCORR2D()
H A DWHIM.cpp280 const std::string &customAtomPropName) { in GetWHIMsCustom() argument
293 moldata3D.GetCustomAtomProp(conf.getOwningMol(), customAtomPropName); in GetWHIMsCustom()
353 double th, const std::string &customAtomPropName) { in getWHIMone() argument
365 GetWHIMsCustom(conf, w, Vpoints, th, customAtomPropName); in getWHIMone()
381 const std::string &customAtomPropName) { in WHIM() argument
385 if (customAtomPropName != "") { in WHIM()
388 getWHIMone(mol, res, confId, th, customAtomPropName); in WHIM()
H A DAUTOCORR2D.h46 const std::string &customAtomPropName = "");
H A DAUTOCORR3D.h47 const std::string &customAtomPropName = "");
H A DMORSE.h45 const std::string &customAtomPropName = "");
H A DRDF.h47 const std::string &customAtomPropName = "");
H A DGETAWAY.h47 unsigned int precision = 2, const std::string &customAtomPropName = "");
H A DWHIM.h47 const std::string &customAtomPropName = "");
H A DMolData3Ddescriptors.h49 const std::string& customAtomPropName);
H A DMolData3Ddescriptors.cpp92 const RDKit::ROMol& mol, const std::string& customAtomPropName) { in GetCustomAtomProp() argument
97 atom->getPropIfPresent(customAtomPropName, customAtomArray[atom->getIdx()]); in GetCustomAtomProp()
H A DGETAWAY.cpp380 const std::string& customAtomPropName) { in getGETAWAYDescCustom() argument
438 moldata3D.GetCustomAtomProp(mol, customAtomPropName); in getGETAWAYDescCustom()
1170 const std::string& customAtomPropName) { in GetGETAWAYone() argument
1192 precision, customAtomPropName); in GetGETAWAYone()
1227 unsigned int precision, const std::string& customAtomPropName) { in GETAWAY() argument
1252 if (!customAtomPropName.empty()) { in GETAWAY()
1256 customAtomPropName); in GETAWAY()