RdcPanda
Class GraphCut.RotScore

java.lang.Object
  extended by RdcPanda.GraphCut.RotScore
Enclosing class:
GraphCut

public class GraphCut.RotScore
extends java.lang.Object


Constructor Summary
GraphCut.RotScore()
           
GraphCut.RotScore(int ID, Pdb pdb, double sc)
           
GraphCut.RotScore(Pdb pdb, double sc)
           
 
Method Summary
 void addScore(double sc)
           
 int getOriginID()
           
 Pdb getRotPdb()
           
 double getRotScore()
           
 void setOriginID(int id)
           
 void setScore(double sc)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphCut.RotScore

public GraphCut.RotScore()

GraphCut.RotScore

public GraphCut.RotScore(int ID,
                         Pdb pdb,
                         double sc)

GraphCut.RotScore

public GraphCut.RotScore(Pdb pdb,
                         double sc)
Method Detail

getRotScore

public double getRotScore()

getRotPdb

public Pdb getRotPdb()

getOriginID

public int getOriginID()

setScore

public void setScore(double sc)

addScore

public void addScore(double sc)

setOriginID

public void setOriginID(int id)