Uses of Class
ffx.realspace.parsers.RealSpaceFile
Packages that use RealSpaceFile
Package
Description
The Real Space package implements real space structure refinement.
The Real Space CLI package defines options for PicoCLI command line scripts.
-
Uses of RealSpaceFile in ffx.realspace
Constructors in ffx.realspace with parameters of type RealSpaceFileModifierConstructorDescriptionRealSpaceData
(MolecularAssembly[] molecularAssemblies, org.apache.commons.configuration2.CompositeConfiguration properties, ParallelTeam parallelTeam, RealSpaceFile... dataFile) Construct a real space data molecularAssemblies.RealSpaceData
(MolecularAssembly assembly, org.apache.commons.configuration2.CompositeConfiguration properties, ParallelTeam parallelTeam, RealSpaceFile... datafile) Construct a real space data molecularAssemblies. -
Uses of RealSpaceFile in ffx.realspace.cli
Methods in ffx.realspace.cli that return types with arguments of type RealSpaceFileModifier and TypeMethodDescriptionRealSpaceOptions.processData
(List<String> filenames, MolecularAssembly molecularAssembly) Process input to collect Real Space Files.