Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UnfParser

Parser processing UNF files

see

https://github.com/barisicgroup/unf

Hierarchy

Indexable

[k: string]: any

Parser processing UNF files

see

https://github.com/barisicgroup/unf

Index

Constructors

constructor

Properties

Private lastProcessedAllAtomStructures

lastProcessedAllAtomStructures: Structure[]

Private lastProcessedJsonPart

lastProcessedJsonPart: string

Private latticeOriginAtCenterOfMass

latticeOriginAtCenterOfMass: boolean

name

name: string

Private overrideNtypeToRandom

overrideNtypeToRandom: boolean

path

path: string

sceneData

streamer

streamer: Streamer

Private Readonly supportedUnfVersion

supportedUnfVersion: "1.0" = "1.0"

Accessors

__objName

  • get __objName(): string

isBinary

  • get isBinary(): boolean

isJson

  • get isJson(): boolean

isXml

  • get isXml(): boolean

type

  • get type(): string

Methods

_afterParse

  • _afterParse(): void

_beforeParse

  • _beforeParse(): void

_parse

  • _parse(): void

Private extractJsonPartFromUNF

  • extractJsonPartFromUNF(unfFileContent: string, pdbFilesContents: [string, string][]): string

Private getVisProperties

Private insertLatticeBasedNucleotide

parse

  • parse(): Promise<any>

Private parseProcessedFiles

  • parseProcessedFiles(processedData: any[]): any

Private processIncludedFiles

  • processIncludedFiles(): Promise<any>

Private processPDBs

  • processPDBs(pdbFilesContents: [string, string][]): Promise<any>[]

Generated using TypeDoc