org.jmol.modelsetbio
Class Turn

java.lang.Object
  extended by org.jmol.modelsetbio.ProteinStructure
      extended by org.jmol.modelsetbio.Turn

 class Turn
extends ProteinStructure


Field Summary
 
Fields inherited from class org.jmol.modelsetbio.ProteinStructure
apolymer, axisA, axisB, axisUnitVector, globalSerialID, monomerCount, monomerIndexFirst, monomerIndexLast, segments, type, uniqueID, vectorProjection
 
Constructor Summary
Turn(AlphaPolymer apolymer, int monomerIndex, int monomerCount)
           
 
Method Summary
 
Methods inherited from class org.jmol.modelsetbio.ProteinStructure
addMonomer, calcAxis, calcSegments, getAxisEndPoint, getAxisStartPoint, getIndex, getInfo, getMonomerCount, getMonomerIndex, getSegments, getStructureMidPoint, lowerNeighborIsHelixOrSheet, removeMonomer, resetAxes, upperNeighborIsHelixOrSheet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Turn

Turn(AlphaPolymer apolymer,
     int monomerIndex,
     int monomerCount)