Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StructureView

View on the structure, restricted to the filter

Hierarchy

Implements

Index

Constructors

constructor

Properties

_ap

_bp

_cp

_rp

atomCount

atomCount: number

Optional atomSet

atomSetCache

atomSetCache: {}

Type declaration

bondCount

bondCount: number

Optional bondSet

boundingBox

boundingBox: Box3

center

center: Vector3

extraData

filter

filter: Filter

header

signals

structure

structure: Structure

Optional trajectory

trajectory: undefined | { frame: number; name: string }

Accessors

_hasCoords

  • get _hasCoords(): undefined | false | true
  • set _hasCoords(value: undefined | false | true): void

atomMap

atomSetDict

  • get atomSetDict(): {}

atomStore

backboneBondStore

biomolDict

  • get biomolDict(): {}

bondHash

bondStore

boxes

  • get boxes(): Float32Array[]

chainStore

data

entityList

estimatedSizeInBytes

  • get estimatedSizeInBytes(): number

frames

  • get frames(): Float32Array[]

id

  • get id(): string

modelStore

name

  • get name(): string

path

  • get path(): string

residueMap

residueStore

rungBondStore

spatialHash

title

  • get title(): string

type

  • get type(): string

unitcell

validation

Methods

atomCenter

  • atomCenter(filter?: Filter): Vector3

clone

dispose

  • dispose(): void

eachAtom

eachBond

eachChain

eachEntity

  • eachEntity(callback: (entity: Entity) => void, type: number): void

eachModel

eachPolymer

  • eachPolymer(callback: (entity: Polymer) => void, filter?: Filter): void

eachResidue

eachResidueN

  • eachResidueN(n: number, callback: (entity: ResidueProxy) => any): void

finalizeAtoms

  • finalizeAtoms(): void

finalizeBonds

  • finalizeBonds(): void

getAtomData

getAtomIndices

  • getAtomIndices(filter?: Filter): undefined | Uint32Array

getAtomProxy

  • getAtomProxy(index?: undefined | number): AtomProxy

getAtomSet

getAtomSetWithinFilter

getAtomSetWithinGroup

getAtomSetWithinPoint

getAtomSetWithinVolume

  • getAtomSetWithinVolume(volume: Volume, radius: number, minValue: number, maxValue: number, outside: boolean): BitArray_Legacy

getBackboneAtomData

getBackboneBondData

getBackboneBondSet

getBondData

getBondProxy

  • getBondProxy(index?: undefined | number): BondProxy

getBondSet

getBoundingBox

  • getBoundingBox(filter?: Filter, box?: Box3): Box3

getChainProxy

  • getChainProxy(index?: undefined | number): ChainProxy

getChainnameCount

  • getChainnameCount(filter?: Filter): number

getFilter

getModelProxy

  • getModelProxy(index?: undefined | number): ModelProxy

getPrincipalAxes

getResidueProxy

getRungAtomData

getRungBondData

getRungBondSet

getSequence

  • getSequence(filter?: Filter): string[]

getSequenceFormatted

getStructure

getView

hasCoords

  • hasCoords(): boolean

init

  • init(): void

refresh

  • refresh(): void

refreshPosition

  • refreshPosition(): void

removeAtom

removeAtomWhere

  • removeAtomWhere(predicate: (a: AtomProxy) => boolean, startIdx?: number, count?: number): void
  • Removes first atom meeting the given condition. The additional parameters determine the subset of atoms to check. If startIdx and count are less than zero, all atoms are checked for predicate.

    Parameters

    • predicate: (a: AtomProxy) => boolean

      predicate that evaluates to true for the atom to be removed

    • Default value startIdx: number = -1

      start index of the interval to search through

    • Default value count: number = -1

      length of the interval

    Returns void

removeAtomsStartingAtIndex

  • removeAtomsStartingAtIndex(atomIdx: number, count?: number): void

removeAtomsWhere

  • removeAtomsWhere(predicate: (a: AtomProxy) => boolean, startIdx?: number, count?: number): void
  • Removes all atoms meeting the given condition. The additional parameters determine the subset of atoms to check. If startIdx and count are less than zero, all atoms are checked for predicate.

    Parameters

    • predicate: (a: AtomProxy) => boolean

      predicate that evaluates to true for atoms to be removed

    • Default value startIdx: number = -1

      start index of the interval to search through

    • Default value count: number = -1

      length of the interval

    Returns void

removeChain

removeElements

  • removeElements(element: string): void

removeResidue

setFilter

  • setFilter(filter: Filter): void

toString

  • toString(): string

updatePosition

  • updatePosition(position: Float32Array | number[]): void

Generated using TypeDoc