Class PPTriangleMatcher.AlignmentResult
- java.lang.Object
-
- com.actelion.research.chem.phesa.pharmacophore.PPTriangleMatcher.AlignmentResult
-
- Enclosing class:
- PPTriangleMatcher
public static class PPTriangleMatcher.AlignmentResult extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AlignmentResult(double similarity, double[][] transform, int refConformerIndex, int conformerIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getConformerIndex()
int
getRefConformerIndex()
double
getSimilarity()
double[][]
getTransform()
-