UNPKG

molstar

Version:

A comprehensive macromolecular library.

11 lines (10 loc) 486 B
/** * Copyright (c) 2017-2020 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author David Sehnal <david.sehnal@gmail.com> * @author Alexander Rose <alexander.rose@weirdbyte.de> */ import { AtomicData, AtomicSegments } from '../atomic'; import { Entities } from '../common'; import { AtomicIndex } from '../atomic/hierarchy'; export declare function getAtomicIndex(data: AtomicData, entities: Entities, segments: AtomicSegments): AtomicIndex;