'STRAP:multiple sequence alignments '

charite.christo.interfaces
Class Superimpose3D.Result

java.lang.Object
  extended by charite.christo.interfaces.Superimpose3D.Result
Enclosing interface:
Superimpose3D

public static class Superimpose3D.Result
extends Object


Constructor Summary
Superimpose3D.Result()
           
 
Method Summary
 byte[] getGappedMobileSequence()
           
 byte[] getGappedReferenceSequence()
           
 float getRmsd()
           
 float getScore()
           
 void setGappedMobileSequence(byte[] s)
           
 void setGappedReferenceSequence(byte[] s)
           
 void setInverse(boolean b)
           
 void setRmsd(float s)
           
 void setRotation(double[][] r)
           
 void setScore(float s)
           
 void setTranslation(double[] t)
           
 Matrix3D toMatrix3D()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Superimpose3D.Result

public Superimpose3D.Result()
Method Detail

setTranslation

public void setTranslation(double[] t)

setRotation

public void setRotation(double[][] r)

setGappedReferenceSequence

public void setGappedReferenceSequence(byte[] s)

setGappedMobileSequence

public void setGappedMobileSequence(byte[] s)

getGappedReferenceSequence

public byte[] getGappedReferenceSequence()

getGappedMobileSequence

public byte[] getGappedMobileSequence()

getScore

public float getScore()

getRmsd

public float getRmsd()

setScore

public void setScore(float s)

setRmsd

public void setRmsd(float s)

toString

public String toString()
Overrides:
toString in class Object

setInverse

public void setInverse(boolean b)

toMatrix3D

public Matrix3D toMatrix3D()

'STRAP:multiple sequence alignments '

'The most important classes are StrapAlign, StrapProtein and StrapEvent.'