Class Helix
java.lang.Object
org.biojava.nbio.structure.symmetry.core.Helix
- Author:
- Peter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
getAngle()
Returns the pitch angle of the helixjavax.vecmath.AxisAngle4d
Returns the AxisAngle of the helix transformationint
int
getFold()
int
double
getRise()
javax.vecmath.Matrix4d
void
setContacts
(int contacts) void
setFold
(int fold) void
setnStart
(int nStart) void
setPermutation
(List<Integer> permutation) void
setRepeatUnits
(List<List<Integer>> repeatUnits) void
setRise
(double rise) void
setScores
(QuatSymmetryScores scores) void
setTransformation
(javax.vecmath.Matrix4d transformation) toString()
-
Constructor Details
-
Helix
public Helix()
-
-
Method Details
-
getScores
- Returns:
- the scores
-
setScores
- Parameters:
scores
- the scores to set
-
getPermutation
- Returns:
- the permutation
-
setPermutation
- Parameters:
permutation
- the permutation to set
-
getRepeatUnits
-
setRepeatUnits
-
getTransformation
- Returns:
- the transformation
-
setTransformation
- Parameters:
transformation
- the transformation to set
-
getRise
-
setRise
-
getAngle
Returns the pitch angle of the helix- Returns:
-
getAxisAngle
Returns the AxisAngle of the helix transformation- Returns:
-
getnStart
-
setnStart
-
getFold
- Returns:
- the fold
-
setFold
- Parameters:
fold
- the fold to set
-
getContacts
-
setContacts
-
toString
-
getLayerLines
-