Uses of Class
com.actelion.research.chem.phesa.pharmacophore.PPGaussian
-
Packages that use PPGaussian Package Description com.actelion.research.chem.phesa com.actelion.research.chem.phesa.pharmacophore -
-
Uses of PPGaussian in com.actelion.research.chem.phesa
Methods in com.actelion.research.chem.phesa that return types with arguments of type PPGaussian Modifier and Type Method Description java.util.ArrayList<PPGaussian>
MolecularVolume. getPPGaussians()
-
Uses of PPGaussian in com.actelion.research.chem.phesa.pharmacophore
Methods in com.actelion.research.chem.phesa.pharmacophore that return PPGaussian Modifier and Type Method Description static PPGaussian
PPGaussian. fromString(java.lang.String encodedGaussian, StereoMolecule mol)
Methods in com.actelion.research.chem.phesa.pharmacophore with parameters of type PPGaussian Modifier and Type Method Description double
PPGaussian. getInteractionSimilarity(PPGaussian ppGauss2)
double
PPGaussian. getSimilarity(PPGaussian ppGauss2)
double
PPGaussian. getSimilarity(PPGaussian ppGauss2, Coordinates directionality)
double
PPGaussian. getVectorSimilarity(PPGaussian ppGauss2)
double
PPGaussian. getVectorSimilarity(PPGaussian ppGauss2, Coordinates directionalityMod)
Method parameters in com.actelion.research.chem.phesa.pharmacophore with type arguments of type PPGaussian Modifier and Type Method Description static java.util.Map<java.lang.Integer,java.util.ArrayList<PPTriangle>>
PPTriangleCreator. create(java.util.List<PPGaussian> ppGaussians, Coordinates com)
Constructors in com.actelion.research.chem.phesa.pharmacophore with parameters of type PPGaussian Constructor Description PPGaussian(PPGaussian original)
-