|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.strbio.mol.lib.MinareaResults
public class MinareaResults
Class containing results of minarea.
Version 1.0, 9/1/99 - split off from org.strbio.local.Minarea$Results, verion 1.31. Deleted notRMS, added score in its place.
Field Summary | |
---|---|
Alignment |
alignment
|
double |
phi
|
double |
psi
|
double |
ratio
|
double |
score
|
double |
theta
|
double |
x
|
double |
y
|
double |
z
|
Constructor Summary | |
---|---|
MinareaResults()
sets everything to 0.0, alignment to null. |
|
MinareaResults(java.lang.String buffer)
parses results from a buffer. |
Method Summary | |
---|---|
DMatrix |
makeInverseTransform()
Matrix to transform one protein on top of the other, based on the numbers from minarea. |
DMatrix |
makeTransform()
Matrix to transform one protein on top of the other, based on the numbers from minarea. |
void |
parse(java.lang.String buffer)
This should parse the results, except alignment, out of the saved line. |
void |
save(Printf outfile)
This should save all the results, except alignment, to one line in a file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double ratio
public double score
public double x
public double y
public double z
public double phi
public double theta
public double psi
public Alignment alignment
Constructor Detail |
---|
public MinareaResults(java.lang.String buffer)
public MinareaResults()
Method Detail |
---|
public void save(Printf outfile) throws java.io.IOException
java.io.IOException
public void parse(java.lang.String buffer)
public DMatrix makeTransform()
public DMatrix makeInverseTransform()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |