Class Anneal


public class Anneal extends AlgorithmsCommand
The X-ray Annealing script.
Usage:
ffxc xray.Anneal [options] <filename>
  • Constructor Details

    • Anneal

      public Anneal()
      Anneal constructor.
    • Anneal

      public Anneal(String[] args)
      Anneal constructor that sets the command line arguments.
      Parameters:
      args - Command line arguments.
    • Anneal

      public Anneal(FFXBinding binding)
      Anneal constructor.
      Parameters:
      binding - The Binding to use.
  • Method Details