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. ppGaussians
Methods 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 void
ShapeVolume. addPharmacophorePoint(PPGaussian ppGaussian)
Method parameters in com.actelion.research.chem.phesa with type arguments of type PPGaussian Modifier and Type Method Description void
ShapeVolume. 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 PPGaussian
PPGaussian. 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 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)
Constructors in com.actelion.research.chem.phesa.pharmacophore.pp with parameters of type PPGaussian Constructor Description PPGaussian(PPGaussian original)
-