Uses of Class
ffx.potential.parsers.SystemFilter
Packages that use SystemFilter
Package
Description
The Parsers package handles reading/writing files to/from the internal data structure.
The Utils package implements core functionality needed for using the Potential package, such as
opening and closing structure files, basic force field energy evaluations, etc.
The UI package provides views and controllers for manipulating molecular systems.
The Commands package implements a Client/Server interface between Force Field X and simulations.
-
Uses of SystemFilter in ffx.potential.parsers
Subclasses of SystemFilter in ffx.potential.parsersModifier and TypeClassDescriptionclass
The CIFFilter class parses CIF coordinate (*.CIF) files.class
The INTFilter class parses TINKER internal coordinate (*.INT) files.class
The MergeFilter class allows Force Field X to treat merging of Systems just like opening a file from a hard disk or socket.final class
The PDBFilter class parses data from a Protein DataBank (*.PDB) file.class
The XYZFilter class parses TINKER Cartesian coordinate (*.XYZ) files.class
The XYZFilter class parses TINKER Cartesian coordinate (*.XYZ) files.Constructors in ffx.potential.parsers with parameters of type SystemFilter -
Uses of SystemFilter in ffx.potential.utils
Methods in ffx.potential.utils that return SystemFilterModifier and TypeMethodDescriptionPotentialsFileOpener.getFilter()
Getter for the fieldfilter
.PotentialsFunctions.getFilter()
Returns the last SystemFilter created by this (can be null).PotentialsUtils.getFilter()
Returns the last SystemFilter created by this (can be null).Constructors in ffx.potential.utils with parameters of type SystemFilterModifierConstructorDescriptionProgressiveAlignmentOfCrystals
(SystemFilter baseFilter, SystemFilter targetFilter, boolean isSymmetric) Constructor for the ProgressiveAlignmentOfCrystals class.Superpose
(SystemFilter baseFilter, SystemFilter targetFilter, boolean isSymmetric) -
Uses of SystemFilter in ffx.ui
Methods in ffx.ui that return SystemFilter -
Uses of SystemFilter in ffx.ui.commands
Subclasses of SystemFilter in ffx.ui.commandsModifier and TypeClassDescriptionfinal class
The SimulationFilter class parses system data sent by FFXServer to FFXClient.