Class ExitVectorPoint
- java.lang.Object
-
- com.actelion.research.chem.phesa.pharmacophore.pp.ExitVectorPoint
-
- All Implemented Interfaces:
IPharmacophorePoint
public class ExitVectorPoint 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 ExitVectorPoint(ExitVectorPoint eP)
ExitVectorPoint(StereoMolecule mol, int c, int e)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IPharmacophorePoint
copyPharmacophorePoint()
java.lang.String
encode()
static ExitVectorPoint
fromString(java.lang.String ppString, StereoMolecule mol)
Coordinates
getCenter()
int
getCenterID()
int
getConnectionID()
Coordinates
getDirectionality()
void
getDirectionalityDerivativeCartesian(double[] grad, double[] v, Coordinates di, double sim)
int
getFunctionalityIndex()
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
-
ExitVectorPoint
public ExitVectorPoint(StereoMolecule mol, int c, int e)
-
ExitVectorPoint
public ExitVectorPoint(ExitVectorPoint eP)
-
-
Method Detail
-
fromString
public static ExitVectorPoint fromString(java.lang.String ppString, StereoMolecule mol)
-
updateCoordinates
public void updateCoordinates(Coordinates[] coords)
- Specified by:
updateCoordinates
in interfaceIPharmacophorePoint
-
getRotatedDirectionality
public Coordinates getRotatedDirectionality(double[][] rotMatrix, double scaleFactor)
- Specified by:
getRotatedDirectionality
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
-
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
-
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
-
getConnectionID
public int getConnectionID()
-
-