Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AtomGenerationLimit

Class maintaining information about the maximum number of atoms that can be generated. Default limit is set to 99,999 as it is the maximum serial number for PDB atoms, while it is also a number which takes "reasonable time" to generate.

Hierarchy

  • AtomGenerationLimit

Index

Properties

Methods

Properties

Static Private _max

_max: number = 99999

Methods

Static getMaximum

  • getMaximum(): number

Static setNewMaximum

  • setNewMaximum(newMax: number): void

Generated using TypeDoc