Constructor and Description |
---|
Rotation() |
Modifier and Type | Method and Description |
---|---|
javax.vecmath.AxisAngle4d |
getAxisAngle() |
int |
getDirection() |
int |
getFold() |
int |
getNStart()
Returns the number of starts if this rotation represents a helical rotation
|
List<Integer> |
getPermutation() |
QuatSymmetryScores |
getScores() |
double |
getSubunitRmsd() |
double |
getTraceRmsd() |
double |
getTraceTmScoreMin() |
javax.vecmath.Matrix4d |
getTransformation() |
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) |
String |
toString() |
public Rotation()
public double getSubunitRmsd()
public void setSubunitRmsd(double subunitRmsd)
subunitRmsd
- the subunitRmsd to setpublic double getTraceRmsd()
public void setTraceRmsd(double traceRmsd)
traceRmsd
- the traceRmsd to setpublic void setTraceTmScoreMin(double traceTmScoreMin)
traceTmScoreMin
- the traceTmScore to setpublic double getTraceTmScoreMin()
public List<Integer> getPermutation()
public void setPermutation(List<Integer> permutation)
permutation
- the permutation to setpublic javax.vecmath.Matrix4d getTransformation()
public void setTransformation(javax.vecmath.Matrix4d transformation)
transformation
- the transformation to setpublic int getFold()
public void setFold(int fold)
fold
- the fold to setpublic QuatSymmetryScores getScores()
public void setScores(QuatSymmetryScores scores)
scores
- the scores to setpublic int getDirection()
public void setDirection(int axis)
direction
- the direction to setpublic javax.vecmath.AxisAngle4d getAxisAngle()
public void setAxisAngle(javax.vecmath.AxisAngle4d axisAngle)
axisAngle
- the axisAngle to setpublic int getNStart()
Copyright © 2000–2019 BioJava. All rights reserved.