chemaxon.util
Class MolAligner.AlignmentResult

java.lang.Object
  extended by chemaxon.util.MolAligner.AlignmentResult
Enclosing class:
MolAligner

public class MolAligner.AlignmentResult
extends java.lang.Object


Field Summary
 int[][] angles
          int[] rotation vectors for each fragment
 double error
          The error of the alignemnt
 boolean[] flip
          If flip needed - a Boolean for each fragment
 boolean set3D
          Whether 3D should be set to target
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

error

public double error
The error of the alignemnt


angles

public int[][] angles
int[] rotation vectors for each fragment


flip

public boolean[] flip
If flip needed - a Boolean for each fragment


set3D

public boolean set3D
Whether 3D should be set to target