Class DonorPoint
- java.lang.Object
-
- com.actelion.research.chem.phesa.pharmacophore.pp.DonorPoint
-
- All Implemented Interfaces:
IPharmacophorePoint
public class DonorPoint extends java.lang.Object implements IPharmacophorePoint
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.actelion.research.chem.phesa.pharmacophore.pp.IPharmacophorePoint
IPharmacophorePoint.Functionality
-
-
Constructor Summary
Constructors Constructor Description DonorPoint(DonorPoint dP)
DonorPoint(StereoMolecule mol, int d, int h, int interactionClass)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IPharmacophorePoint
copyPharmacophorePoint()
java.lang.String
encode()
static DonorPoint
fromString(java.lang.String ppString, StereoMolecule mol)
Coordinates
getCenter()
int
getCenterID()
Coordinates
getDirectionality()
void
getDirectionalityDerivativeCartesian(double[] grad, double[] v, Coordinates di, double sim)
int
getFunctionalityIndex()
int
getInteractionClass()
Coordinates
getRotatedDirectionality(double[][] rotMatrix, double scaleFactor)
double
getSimilarity(IPharmacophorePoint pp)
void
setCenterID(int centerID)
void
setDirectionality(Coordinates directionality)
void
updateAtomIndeces(int[] map)
void
updateCoordinates(Coordinates[] coords)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.actelion.research.chem.phesa.pharmacophore.pp.IPharmacophorePoint
applyTransformation, getVectorSimilarity, getVectorSimilarity
-
-
-
-
Constructor Detail
-
DonorPoint
public DonorPoint(StereoMolecule mol, int d, int h, int interactionClass)
-
DonorPoint
public DonorPoint(DonorPoint dP)
-
-
Method Detail
-
fromString
public static DonorPoint fromString(java.lang.String ppString, StereoMolecule mol)
-
updateCoordinates
public void updateCoordinates(Coordinates[] coords)
- Specified by:
updateCoordinates
in interfaceIPharmacophorePoint
-
getCenter
public Coordinates getCenter()
- Specified by:
getCenter
in interfaceIPharmacophorePoint
-
getDirectionality
public Coordinates getDirectionality()
- Specified by:
getDirectionality
in interfaceIPharmacophorePoint
-
encode
public java.lang.String encode()
- Specified by:
encode
in interfaceIPharmacophorePoint
-
getSimilarity
public double getSimilarity(IPharmacophorePoint pp)
- Specified by:
getSimilarity
in interfaceIPharmacophorePoint
-
getInteractionClass
public int getInteractionClass()
-
getCenterID
public int getCenterID()
- Specified by:
getCenterID
in interfaceIPharmacophorePoint
-
setCenterID
public void setCenterID(int centerID)
- Specified by:
setCenterID
in interfaceIPharmacophorePoint
-
setDirectionality
public void setDirectionality(Coordinates directionality)
- Specified by:
setDirectionality
in interfaceIPharmacophorePoint
-
updateAtomIndeces
public void updateAtomIndeces(int[] map)
- Specified by:
updateAtomIndeces
in interfaceIPharmacophorePoint
-
copyPharmacophorePoint
public IPharmacophorePoint copyPharmacophorePoint()
- Specified by:
copyPharmacophorePoint
in interfaceIPharmacophorePoint
-
getRotatedDirectionality
public Coordinates getRotatedDirectionality(double[][] rotMatrix, double scaleFactor)
- Specified by:
getRotatedDirectionality
in interfaceIPharmacophorePoint
-
getDirectionalityDerivativeCartesian
public void getDirectionalityDerivativeCartesian(double[] grad, double[] v, Coordinates di, double sim)
- Specified by:
getDirectionalityDerivativeCartesian
in interfaceIPharmacophorePoint
-
getFunctionalityIndex
public int getFunctionalityIndex()
- Specified by:
getFunctionalityIndex
in interfaceIPharmacophorePoint
-
-