Constructor Summary
Public Constructor | ||
public |
constructor(structure: Structure, selection: Selection) |
Member Summary
Public Members | ||
public |
|
|
public get |
|
|
public |
|
|
public |
|
|
public get |
|
|
public get |
|
|
public get |
|
|
public get |
|
|
public |
|
|
public get |
|
|
public |
|
|
public get |
|
|
public |
|
|
public get |
|
|
public |
|
|
public get |
|
|
public get |
|
|
public get |
|
|
public get |
|
|
public get |
|
|
public get |
|
|
public get |
|
|
public get |
|
|
public get |
|
|
public get |
|
|
public |
|
|
public get |
|
|
public |
|
|
public get |
|
|
public get |
|
|
public get |
|
|
public get |
|
Private Members | ||
private |
|
|
private |
|
|
private |
|
|
private |
|
Method Summary
Public Methods | ||
public |
dispose() |
|
public |
eachAtom() |
|
public |
eachBond() |
|
public |
|
|
public |
|
|
public |
|
|
public |
Not implemented |
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
init() |
|
public |
Updates atomSet, bondSet, atomSetCache, atomCount, bondCount, boundingBox, center. |
|
public |
|
|
public |
|
Inherited Summary
From class Structure | ||
public get |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
entityList: Entity[] |
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
private |
|
|
private |
|
|
private |
|
|
private |
|
|
public |
atomCenter(selection: Selection): Vector3 Gets the center of the (selected) structure atoms |
|
public |
Calls dispose() method of property objects. |
|
public |
Atom iterator |
|
public |
Bond iterator |
|
public |
eachChain(callback: function(chain: ChainProxy), selection: Selection): undefined Chain iterator |
|
public |
eachEntity(callback: function(entity: Entity), type: EntityType): undefined Entity iterator |
|
public |
eachModel(callback: function(model: ModelProxy), selection: Selection): undefined Model iterator |
|
public |
eachPolymer(callback: function(polymer: Polymer), selection: Selection): undefined Polymer iterator |
|
public |
eachResidue(callback: function(residue: ResidueProxy), selection: Selection): undefined Residue iterator |
|
public |
eachResidueN(n: Integer, callback: function(residueList: ResidueProxy[])): undefined Multi-residue iterator |
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
getAtomSet(selection: Boolean | Selection | BitArray): BitArray Get a set of atoms |
|
public |
getAtomSetWithinGroup(selection: Selection): BitArray Get set of all atoms within the groups of a selection |
|
public |
getAtomSetWithinPoint(point: Vector3 | AtomProxy, radius: Number): BitArray Get set of atoms around a point |
|
public |
getAtomSetWithinSelection(selection: Selection, radius: Number): BitArray Get set of atoms around a set of atoms from a selection |
|
public |
getAtomSetWithinVolume(volume: Volume, radius: Number, minValue: [type], maxValue: [type], outside: [type]): BitArray Get set of atoms within a volume |
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
getBoundingBox(selection: Selection, box: Box3): Vector3 Gets the bounding box of the (selected) structure atoms |
|
public |
|
|
public |
getChainnameCount(selection: Selection): Integer Get number of unique chainnames |
|
public |
|
|
public |
getPrincipalAxes(selection: Selection): PrincipalAxes Gets the principal axes of the (selected) structure atoms |
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
init() |
|
public |
|
|
public |
|
Public Constructors
Public Methods
public dispose() source
Calls dispose() method of property objects. Unsets properties to help garbage collection.
Override:
Structure#disposepublic refresh(): undefined source
Updates atomSet, bondSet, atomSetCache, atomCount, bondCount, boundingBox, center.
Emit:
Structure.signals.refreshed |
when refreshed |