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
- Returns:
- the minRmsd
-
setMinRmsd
- Parameters:
minRmsd- the minRmsd to set
-
getMaxRmsd
- Returns:
- the maxRmsd
-
setMaxRmsd
- Parameters:
maxRmsd- the maxRmsd to set
-
getRmsd
- Returns:
- the rmsd
-
setRmsd
- Parameters:
rmsd- the rmsd to set
-
getMinTm
- Returns:
- the minTm
-
setMinTm
- Parameters:
minTm- the minTm to set
-
getMaxTm
- Returns:
- the maxTm
-
setMaxTm
- Parameters:
maxTm- the maxTm to set
-
getTm
- Returns:
- the tm
-
setTm
- Parameters:
tm- the tm to set
-
getRmsdCenters
- Returns:
- the rmsdCenters
-
setRmsdCenters
- Parameters:
rmsdCenters- the rmsdCenters to set
-
getRmsdIntra
- Returns:
- the rmsdIntra
-
setRmsdIntra
- Parameters:
rmsdIntra- the rmsdIntra to set
-
getTmIntra
- Returns:
- the tmIntra
-
setTmIntra
- Parameters:
tmIntra- the tmIntra to set
-
getSymDeviation
- Returns:
- the symDeviation
-
setSymDeviation
- Parameters:
symDeviation- the symDeviation to set
-
toString
-