Uses of Class
com.actelion.research.chem.alignment3d.PheSAAlignmentOptimizer.AlignmentResult
-
Packages that use PheSAAlignmentOptimizer.AlignmentResult Package Description com.actelion.research.chem.alignment3d com.actelion.research.chem.phesa.pharmacophore -
-
Uses of PheSAAlignmentOptimizer.AlignmentResult in com.actelion.research.chem.alignment3d
Methods in com.actelion.research.chem.alignment3d that return types with arguments of type PheSAAlignmentOptimizer.AlignmentResult Modifier and Type Method Description static java.util.List<PheSAAlignmentOptimizer.AlignmentResult>
PheSAAlignmentOptimizer. alignToNegRecImg(ShapeVolume ref, java.util.List<? extends ShapeVolume> fitVols, double ppWeight, boolean optimize)
static java.util.NavigableSet<PheSAAlignmentOptimizer.AlignmentResult>
PheSAAlignmentOptimizer. createAlignmentSolutions(java.util.List<? extends ShapeVolume> refVols, java.util.List<? extends ShapeVolume> fitVols, double ppWeight, boolean optimize, boolean tversky, boolean useDirectionality)
Methods in com.actelion.research.chem.alignment3d with parameters of type PheSAAlignmentOptimizer.AlignmentResult Modifier and Type Method Description int
PheSAAlignmentOptimizer.AlignmentResult. compareTo(PheSAAlignmentOptimizer.AlignmentResult o)
-
Uses of PheSAAlignmentOptimizer.AlignmentResult in com.actelion.research.chem.phesa.pharmacophore
Methods in com.actelion.research.chem.phesa.pharmacophore that return types with arguments of type PheSAAlignmentOptimizer.AlignmentResult Modifier and Type Method Description static java.util.List<PheSAAlignmentOptimizer.AlignmentResult>
PPTriangleMatcher. getMatchingTransforms(java.util.Map<java.lang.Integer,java.util.ArrayList<PPTriangle>> triangleSetRef, java.util.Map<java.lang.Integer,java.util.ArrayList<PPTriangle>> triangleSetFit, int refConformerId, int conformerId)
static java.util.List<PheSAAlignmentOptimizer.AlignmentResult>
PPTriangleMatcher. getMatchingTransforms(java.util.Map<java.lang.Integer,java.util.ArrayList<PPTriangle>> triangleSetRef, java.util.Map<java.lang.Integer,java.util.ArrayList<PPTriangle>> triangleSetFit, int refConformerId, int conformerId, boolean useDirectionality)
-