Class BioShapeCollection

java.lang.Object
org.jmol.shape.Shape
org.jmol.shapebio.BioShapeCollection
Direct Known Subclasses:
Backbone, Ribbons, Rockets, Strands, Trace

public abstract class BioShapeCollection extends Shape
Mps stands for Model-Polymer-Shape When a Cartoon is instantiated with a call to setSize(), it creates an MpsShape for each BioPolymer in the model set. It is these shapes that are the real "shapes". Unlike other shapes, which are indexed by atom and throughout the entire model set, these shapes are indexed by residue and are restricted to a given BioPolymer within a given Model. Model
  • Field Details

    • bioShapes

      public BioShape[] bioShapes
  • Constructor Details

    • BioShapeCollection

      public BioShapeCollection()
  • Method Details