Class Rotation
java.lang.Object
org.biojava.nbio.structure.symmetry.core.Rotation
- Author:
- Peter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavax.vecmath.AxisAngle4d
int
int
getFold()
int
Returns the number of starts if this rotation represents a helical rotationdouble
double
double
javax.vecmath.Matrix4d
void
setAxisAngle
(javax.vecmath.AxisAngle4d axisAngle) void
setDirection
(int axis) void
setFold
(int fold) void
setPermutation
(List<Integer> permutation) void
setScores
(QuatSymmetryScores scores) void
setSubunitRmsd
(double subunitRmsd) void
setTraceRmsd
(double traceRmsd) void
setTraceTmScoreMin
(double traceTmScoreMin) void
setTransformation
(javax.vecmath.Matrix4d transformation) toString()
-
Constructor Details
-
Rotation
public Rotation()
-
-
Method Details
-
getSubunitRmsd
- Returns:
- the subunitRmsd
-
setSubunitRmsd
- Parameters:
subunitRmsd
- the subunitRmsd to set
-
getTraceRmsd
- Returns:
- the traceRmsd
-
setTraceRmsd
- Parameters:
traceRmsd
- the traceRmsd to set
-
setTraceTmScoreMin
- Parameters:
traceTmScoreMin
- the traceTmScore to set
-
getTraceTmScoreMin
- Returns:
- the traceTmScoreMin
-
getPermutation
- Returns:
- the permutation
-
setPermutation
- Parameters:
permutation
- the permutation to set
-
getTransformation
- Returns:
- the transformation
-
setTransformation
- Parameters:
transformation
- the transformation to set
-
getFold
- Returns:
- the fold
-
setFold
- Parameters:
fold
- the fold to set
-
getScores
- Returns:
- the scores
-
setScores
- Parameters:
scores
- the scores to set
-
getDirection
- Returns:
- the direction
-
setDirection
- Parameters:
axis
- the direction to set
-
getAxisAngle
- Returns:
- the axisAngle
-
setAxisAngle
- Parameters:
axisAngle
- the axisAngle to set
-
getNStart
Returns the number of starts if this rotation represents a helical rotation -
toString
-