Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UnfWriter

Writer exporting UNF files

see

Unified Nanotechnology Format

Hierarchy

Index

Constructors

constructor

Properties

Private _idGenerator

_idGenerator: number

Private _idMap

_idMap: Map<number, number>

Private _idToVisProp

_idToVisProp: Map<number, VisualizationProperties>

Private _includedStructuresData

_includedStructuresData: string

Private _renumberIds

_renumberIds: boolean

Private Readonly _structuresToExport

_structuresToExport: (CgStructureComponent | StructureComponent)[]

Private Readonly _unfObject

_unfObject: any

Readonly defaultExt

defaultExt: "unf" = "unf"

Readonly defaultName

defaultName: "nanostructure" = "nanostructure"

Readonly exportedUnfVersion

exportedUnfVersion: "1.0.0" = "1.0.0"

Readonly mimeType

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

Methods

Private addNewVisProperty

Private appendAllAtomStructure

Private appendCatanaSceneData

  • appendCatanaSceneData(): void

Private appendCoarseGrainedStructure

Private computeHash

  • computeHash(stringContent: string): string

download

  • download(name?: undefined | string, ext?: undefined | string): void

Private finalizeUnfObject

  • finalizeUnfObject(): void

getBlob

  • getBlob(): Blob

getData

  • getData(): string

Private getGlobalId

  • getGlobalId(origGlobId: number): number
  • Returns global ID used in the exported file corresponding to the original global ID of the object

    Parameters

    • origGlobId: number

      original global ID

    Returns number

    global ID to be used in the UNF file

Private initUnfObject

  • initUnfObject(storedStructureName: string, authorName: string, strucsToExportCnt: number): any
  • Initializes empty UNF object

    Parameters

    • storedStructureName: string
    • authorName: string
    • strucsToExportCnt: number

    Returns any

    object with the same structure as UNF's JSON

Private processStructuresToExport

  • processStructuresToExport(): void

Generated using TypeDoc