Home
last modified time | relevance | path

Searched defs:dist3D (Results 1 – 7 of 7) sorted by relevance

/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/Descriptors/
H A DAUTOCORR3D.cpp78 void get3DautocorrelationDesc(double* dist3D, double* topologicaldistance, in get3DautocorrelationDesc()
186 void get3DautocorrelationDescCustom(double* dist3D, double* topologicaldistance, in get3DautocorrelationDescCustom()
221 void Get3Dauto(double* dist3D, double* topologicaldistance, int numAtoms, in Get3Dauto()
227 void Get3Dautoone(double* dist3D, double* topologicaldistance, int numAtoms, in Get3Dautoone()
243 double* dist3D = in AUTOCORR3D() local
H A DEEM.cpp124 std::unique_ptr<double[]> getEEMMatrix(double *dist3D, unsigned int n, in getEEMMatrix()
203 void calculate_charges(ROMol mol, double *dist3D, unsigned int numAtoms, in calculate_charges()
224 double *dist3D = MolOps::get3DDistanceMat(mol, confId, false, true); in getEEMs() local
H A DMORSE.cpp157 void GetMORSE(double *dist3D, const ROMol &mol, const Conformer &conf, in GetMORSE()
162 void GetMORSEone(double *dist3D, const ROMol &mol, const Conformer &conf, in GetMORSEone()
205 double *dist3D = in MORSE() local
H A DRDF.cpp149 void GetRDF(double* dist3D, const ROMol& mol, const Conformer& conf, in GetRDF()
154 void GetRDFone(double* dist3D, const ROMol& mol, const Conformer& conf, in GetRDFone()
199 double* dist3D = in RDF() local
H A DGETAWAY.cpp1166 void GetGETAWAYone(double* dist3D, double* AdjMat, std::vector<double> Vpoints, in GetGETAWAYone()
1195 void GetGETAWAY(double* dist3D, double* AdjMat, std::vector<double> Vpoints, in GetGETAWAY()
1246 double* dist3D = MolOps::get3DDistanceMat(mol, confId); in GETAWAY() local
/dports/games/scummvm/scummvm-2.5.1/engines/trecision/
H A Dutils.cpp250 float TrecisionEngine::dist3D(float x1, float y1, float z1, float x2, float y2, float z2) { in dist3D() function in Trecision::TrecisionEngine
/dports/science/openbabel/openbabel-3.1.1/src/formats/libinchi/
H A Dstrutil.c2731 double dist3D( inp_ATOM *at1, inp_ATOM *at2 ) in dist3D() function