Uses of Class
com.actelion.research.chem.phesa.pharmacophore.pp.PPGaussian
-
Packages that use PPGaussian Package Description com.actelion.research.chem.phesa com.actelion.research.chem.phesa.pharmacophore com.actelion.research.chem.phesa.pharmacophore.pp -
-
Uses of PPGaussian in com.actelion.research.chem.phesa
Fields in com.actelion.research.chem.phesa with type parameters of type PPGaussian Modifier and Type Field Description protected java.util.List<PPGaussian>ShapeVolume. ppGaussiansMethods in com.actelion.research.chem.phesa that return types with arguments of type PPGaussian Modifier and Type Method Description java.util.List<PPGaussian>ShapeVolume. getExitVectorGaussians()java.util.List<PPGaussian>ShapeVolume. getPPGaussians()Methods in com.actelion.research.chem.phesa with parameters of type PPGaussian Modifier and Type Method Description voidShapeVolume. addPharmacophorePoint(PPGaussian ppGaussian)Method parameters in com.actelion.research.chem.phesa with type arguments of type PPGaussian Modifier and Type Method Description voidShapeVolume. setPPGaussians(java.util.List<PPGaussian> ppGaussians) -
Uses of PPGaussian in com.actelion.research.chem.phesa.pharmacophore
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) -
Uses of PPGaussian in com.actelion.research.chem.phesa.pharmacophore.pp
Methods in com.actelion.research.chem.phesa.pharmacophore.pp that return PPGaussian Modifier and Type Method Description static PPGaussianPPGaussian. fromString(java.lang.String encodedGaussian, StereoMolecule mol)Methods in com.actelion.research.chem.phesa.pharmacophore.pp with parameters of type PPGaussian Modifier and Type Method Description doublePPGaussian. getInteractionSimilarity(PPGaussian ppGauss2)doublePPGaussian. getSimilarity(PPGaussian ppGauss2)doublePPGaussian. getSimilarity(PPGaussian ppGauss2, Coordinates directionality)doublePPGaussian. getVectorSimilarity(PPGaussian ppGauss2)doublePPGaussian. getVectorSimilarity(PPGaussian ppGauss2, Coordinates directionalityMod)Constructors in com.actelion.research.chem.phesa.pharmacophore.pp with parameters of type PPGaussian Constructor Description PPGaussian(PPGaussian original)
-