Class Chain
java.lang.Object
org.jmol.modelset.Chain
- All Implemented Interfaces:
Structure
-
Field Summary
FieldsModifier and TypeFieldDescriptionintchainID is either the integer form of a single character or a pointer into a map held in Viewer that allows retrieval of a longer stringintchainNo is for information purposes only; retrieved by {atoms}.chainNointGroup[]Groups form the essence of what a Chain is.intCalculated just prior to coloring by group so that the range is appropriate for each chain. -
Method Summary
Modifier and TypeMethodDescriptiongetIDStr()voidsetAtomBits(BS bs) voidsetAtomBitsAndClear(BS bs, BS bsOut)
-
Field Details
-
model
-
chainID
public int chainIDchainID is either the integer form of a single character or a pointer into a map held in Viewer that allows retrieval of a longer string -
chainNo
public int chainNochainNo is for information purposes only; retrieved by {atoms}.chainNo -
groups
Groups form the essence of what a Chain is. This number will be 0 if there is no chain designation in the PDB or CIF file or when the file is not of a type that would have chain designations. -
groupCount
public int groupCount -
selectedGroupCount
public int selectedGroupCountCalculated just prior to coloring by group so that the range is appropriate for each chain.
-
-
Method Details
-
getIDStr
- Returns:
- actual string form of the chain identifier
-
setAtomBits
- Specified by:
setAtomBitsin interfaceStructure
-
setAtomBitsAndClear
- Specified by:
setAtomBitsAndClearin interfaceStructure
-
addGroup
-