Uses of Class
ffx.potential.parsers.PDBFilter.Mutation
Packages that use PDBFilter.Mutation
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.
-
Uses of PDBFilter.Mutation in ffx.potential.parsers
Method parameters in ffx.potential.parsers with type arguments of type PDBFilter.MutationModifier and TypeMethodDescriptionvoid
PDBFilter.mutate
(List<PDBFilter.Mutation> mutations) Mutate residue(s) as the PDB file is being parsed. -
Uses of PDBFilter.Mutation in ffx.potential.utils
Method parameters in ffx.potential.utils with type arguments of type PDBFilter.MutationModifier and TypeMethodDescriptionPotentialsUtils.openWithMutations
(File file, List<PDBFilter.Mutation> mutations) Mutates file on-the-fly as it is being opened. -
Uses of PDBFilter.Mutation in ffx.ui
Method parameters in ffx.ui with type arguments of type PDBFilter.MutationModifier and TypeMethodDescriptionUIUtils.openWithMutations
(File file, List<PDBFilter.Mutation> mutations) Mutates file on-the-fly as it is being opened.