Package ffx.potential.cli
Class SaveOptions
java.lang.Object
ffx.potential.cli.SaveOptions
Represents command line options for scripts that save a structure to disc.
- Since:
- 1.0
- Author:
- Michael J. Schnieders, Jacob M. Litman
-
Field Summary
Modifier and TypeFieldDescriptionboolean
-c or --constrain Apply geometric constraints before saving. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
preSaveOperations
(ForceFieldEnergy forceFieldEnergy) Performs key operations prior to saving to disc, such as application of geometric constraints.void
preSaveOperations
(MolecularAssembly molecularAssembly) Performs key operations prior to saving to disc, such as application of geometric constraints.
-
Field Details
-
constrain
public boolean constrain-c or --constrain Apply geometric constraints before saving.
-
-
Constructor Details
-
SaveOptions
public SaveOptions()
-
-
Method Details
-
preSaveOperations
Performs key operations prior to saving to disc, such as application of geometric constraints.- Parameters:
molecularAssembly
- A MolecularAssembly.
-
preSaveOperations
Performs key operations prior to saving to disc, such as application of geometric constraints.- Parameters:
forceFieldEnergy
- A ForceFieldEnergy.
-