Uses of Interface
com.actelion.research.chem.phesa.pharmacophore.pp.IPharmacophorePoint
-
Packages that use IPharmacophorePoint Package Description com.actelion.research.chem.phesa.pharmacophore com.actelion.research.chem.phesa.pharmacophore.pp -
-
Uses of IPharmacophorePoint in com.actelion.research.chem.phesa.pharmacophore
Methods in com.actelion.research.chem.phesa.pharmacophore that return types with arguments of type IPharmacophorePoint Modifier and Type Method Description static java.util.List<IPharmacophorePoint>
PharmacophoreCalculator. getPharmacophorePoints(StereoMolecule mol)
Constructors in com.actelion.research.chem.phesa.pharmacophore with parameters of type IPharmacophorePoint Constructor Description PPTriangle(IPharmacophorePoint pp1, IPharmacophorePoint pp2, IPharmacophorePoint pp3, double d12, double d13, double d23, Coordinates molCom)
-
Uses of IPharmacophorePoint in com.actelion.research.chem.phesa.pharmacophore.pp
Classes in com.actelion.research.chem.phesa.pharmacophore.pp that implement IPharmacophorePoint Modifier and Type Class Description class
AcceptorPoint
class
AliphaticPoint
class
AromRingPoint
class
ChargePoint
class
DonorPoint
class
ExitVectorPoint
class
SimplePharmacophorePoint
doesn't possess directionality terms (only a dummy vector) and is used to represent receptor pharmacophores (not dependent on a molecular conformation, as opposed to ligand-based pharmacophores)Methods in com.actelion.research.chem.phesa.pharmacophore.pp that return IPharmacophorePoint Modifier and Type Method Description IPharmacophorePoint
AcceptorPoint. copyPharmacophorePoint()
IPharmacophorePoint
AliphaticPoint. copyPharmacophorePoint()
IPharmacophorePoint
AromRingPoint. copyPharmacophorePoint()
IPharmacophorePoint
ChargePoint. copyPharmacophorePoint()
IPharmacophorePoint
DonorPoint. copyPharmacophorePoint()
IPharmacophorePoint
ExitVectorPoint. copyPharmacophorePoint()
IPharmacophorePoint
IPharmacophorePoint. copyPharmacophorePoint()
IPharmacophorePoint
SimplePharmacophorePoint. copyPharmacophorePoint()
static IPharmacophorePoint
PharmacophorePointFactory. fromString(java.lang.String ppString, StereoMolecule mol)
IPharmacophorePoint
PPGaussian. getPharmacophorePoint()
Constructors in com.actelion.research.chem.phesa.pharmacophore.pp with parameters of type IPharmacophorePoint Constructor Description PPGaussian(int atomicNo, IPharmacophorePoint pp)
-