Package org.jmol.modelsetbio
Class Turn
- java.lang.Object
-
- org.jmol.modelsetbio.ProteinStructure
-
- org.jmol.modelsetbio.Turn
-
- All Implemented Interfaces:
Structure
class Turn extends ProteinStructure
-
-
Field Summary
-
Fields inherited from class org.jmol.modelsetbio.ProteinStructure
apolymer, axisA, axisB, axisUnitVector, id, monomerIndexFirst, monomerIndexLast, nRes, serialID, strandCount, strucNo, structureID, subtype, type, vectorProjection
-
-
Constructor Summary
Constructors Constructor Description Turn(AlphaPolymer apolymer, int monomerIndex, int monomerCount)
-
Method Summary
-
Methods inherited from class org.jmol.modelsetbio.ProteinStructure
addMonomer, calcAxis, findMonomer, getAxisEndPoint, getAxisStartPoint, getIndex, getSegments, getStructureMidPoint, isWithin, removeMonomer, resetAxes, setAtomBits, setAtomBitsAndClear, setupPS, toString
-
-
-
-
Constructor Detail
-
Turn
Turn(AlphaPolymer apolymer, int monomerIndex, int monomerCount)
- Parameters:
apolymer
-monomerIndex
-monomerCount
-
-
-