Class ExitVectorPoint
- java.lang.Object
-
- com.actelion.research.chem.phesa.pharmacophore.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.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()
Coordinates
getDirectionality()
void
getDirectionalityDerivativeCartesian(double[] grad, double[] v, Coordinates di, double sim)
int
getFunctionalityIndex()
double
getSimilarity(IPharmacophorePoint pp)
void
setDirectionality(Coordinates directionality)
void
updateAtomIndeces(int[] map)
void
updateCoordinates(Conformer conf)
void
updateCoordinates(StereoMolecule mol)
-
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.IPharmacophorePoint
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(StereoMolecule mol)
- Specified by:
updateCoordinates
in interfaceIPharmacophorePoint
-
updateCoordinates
public void updateCoordinates(Conformer conf)
- 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
-
getCenterID
public int getCenterID()
- Specified by:
getCenterID
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
-
-