Package org.jmol.modelsetbio
Class Helix
- java.lang.Object
-
- org.jmol.modelsetbio.ProteinStructure
-
- org.jmol.modelsetbio.Helix
-
- All Implemented Interfaces:
Structure
public class Helix 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 Helix(AlphaPolymer apolymer, int monomerIndex, int monomerCount, STR subtype)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
calcAxis()
-
Methods inherited from class org.jmol.modelsetbio.ProteinStructure
addMonomer, findMonomer, getAxisEndPoint, getAxisStartPoint, getIndex, getSegments, getStructureMidPoint, isWithin, removeMonomer, resetAxes, setAtomBits, setAtomBitsAndClear, setupPS, toString
-
-
-
-
Constructor Detail
-
Helix
Helix(AlphaPolymer apolymer, int monomerIndex, int monomerCount, STR subtype)
- Parameters:
apolymer
-monomerIndex
-monomerCount
-subtype
-
-
-
Method Detail
-
calcAxis
public void calcAxis()
- Overrides:
calcAxis
in classProteinStructure
-
-