Class QuatSymmetryScores
java.lang.Object
org.biojava.nbio.structure.symmetry.core.QuatSymmetryScores
- Author:
- Peter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubledoublegetMaxTm()doubledoublegetMinTm()doublegetRmsd()doubledoubledoubledoublegetTm()doublevoidsetMaxRmsd(double maxRmsd) voidsetMaxTm(double maxTm) voidsetMinRmsd(double minRmsd) voidsetMinTm(double minTm) voidsetRmsd(double rmsd) voidsetRmsdCenters(double rmsdCenters) voidsetRmsdIntra(double rmsdIntra) voidsetSymDeviation(double symDeviation) voidsetTm(double tm) voidsetTmIntra(double tmIntra) toString()
-
Constructor Details
-
QuatSymmetryScores
public QuatSymmetryScores()
-
-
Method Details
-
getMinRmsd
public double getMinRmsd()- Returns:
- the minRmsd
-
setMinRmsd
public void setMinRmsd(double minRmsd) - Parameters:
minRmsd- the minRmsd to set
-
getMaxRmsd
public double getMaxRmsd()- Returns:
- the maxRmsd
-
setMaxRmsd
public void setMaxRmsd(double maxRmsd) - Parameters:
maxRmsd- the maxRmsd to set
-
getRmsd
public double getRmsd()- Returns:
- the rmsd
-
setRmsd
public void setRmsd(double rmsd) - Parameters:
rmsd- the rmsd to set
-
getMinTm
public double getMinTm()- Returns:
- the minTm
-
setMinTm
public void setMinTm(double minTm) - Parameters:
minTm- the minTm to set
-
getMaxTm
public double getMaxTm()- Returns:
- the maxTm
-
setMaxTm
public void setMaxTm(double maxTm) - Parameters:
maxTm- the maxTm to set
-
getTm
public double getTm()- Returns:
- the tm
-
setTm
public void setTm(double tm) - Parameters:
tm- the tm to set
-
getRmsdCenters
public double getRmsdCenters()- Returns:
- the rmsdCenters
-
setRmsdCenters
public void setRmsdCenters(double rmsdCenters) - Parameters:
rmsdCenters- the rmsdCenters to set
-
getRmsdIntra
public double getRmsdIntra()- Returns:
- the rmsdIntra
-
setRmsdIntra
public void setRmsdIntra(double rmsdIntra) - Parameters:
rmsdIntra- the rmsdIntra to set
-
getTmIntra
public double getTmIntra()- Returns:
- the tmIntra
-
setTmIntra
public void setTmIntra(double tmIntra) - Parameters:
tmIntra- the tmIntra to set
-
getSymDeviation
public double getSymDeviation()- Returns:
- the symDeviation
-
setSymDeviation
public void setSymDeviation(double symDeviation) - Parameters:
symDeviation- the symDeviation to set
-
toString
-