Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PdbWriter

Create a PDB file from a Structure object

Hierarchy

Index

Constructors

constructor

Properties

Private _records

_records: string[]

defaultExt

defaultExt: "pdb" = "pdb"

defaultName

defaultName: "structure" = "structure"

mimeType

mimeType: "text/plain" = "text/plain"

remarks

remarks: string[]

renumberSerial

renumberSerial: boolean

structure

structure: Structure

Methods

Private _writeAtoms

  • _writeAtoms(): void

Private _writeRecords

  • _writeRecords(): void

Private _writeRemarks

  • _writeRemarks(): void

Private _writeTitle

  • _writeTitle(): void

download

  • download(name?: undefined | string, ext?: undefined | string): void
  • Trigger a download of the

    Parameters

    • Optional name: undefined | string
    • Optional ext: undefined | string

    Returns void

    [description]

getBlob

  • getBlob(): Blob

getData

  • getData(): string

getString

  • getString(): string

Generated using TypeDoc