Uses of Enum
org.rcsb.strucmotif.domain.align.AtomPairingScheme
Packages that use AtomPairingScheme
Package
Description
-
Uses of AtomPairingScheme in org.rcsb.strucmotif.align
Methods in org.rcsb.strucmotif.align with parameters of type AtomPairingSchemeModifier and TypeMethodDescriptionAlignmentService.align(List<Map<LabelAtomId, float[]>> reference, List<Map<LabelAtomId, float[]>> candidate, AtomPairingScheme atomPairingScheme) Aligns 2 sets of residues to one another.QuaternionAlignmentService.align(List<Map<LabelAtomId, float[]>> reference, List<Map<LabelAtomId, float[]>> candidate, AtomPairingScheme atomPairingScheme) -
Uses of AtomPairingScheme in org.rcsb.strucmotif.core
Methods in org.rcsb.strucmotif.core that return AtomPairingSchemeModifier and TypeMethodDescriptionHitScorer.getAtomPairingScheme()Returns the used atom pairing scheme (e.g., all-atoms, side-chain, ...)Constructors in org.rcsb.strucmotif.core with parameters of type AtomPairingSchemeModifierConstructorDescriptionHitScorer(List<Map<LabelAtomId, float[]>> queryResidues, AtomPairingScheme atomPairingScheme, AlignmentService alignmentService) Construct a query-specific hit scorer. -
Uses of AtomPairingScheme in org.rcsb.strucmotif.domain.align
Methods in org.rcsb.strucmotif.domain.align that return AtomPairingSchemeModifier and TypeMethodDescriptionstatic AtomPairingSchemeReturns the enum constant of this type with the specified name.static AtomPairingScheme[]AtomPairingScheme.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.rcsb.strucmotif.domain.align with parameters of type AtomPairingSchemeModifierConstructorDescriptionAtomCorrespondence(List<Map<LabelAtomId, float[]>> reference, List<Map<LabelAtomId, float[]>> candidate, AtomPairingScheme atomPairingScheme) Finds the correspondence between reference and candidate. -
Uses of AtomPairingScheme in org.rcsb.strucmotif.domain.query
Methods in org.rcsb.strucmotif.domain.query that return AtomPairingSchemeMethods in org.rcsb.strucmotif.domain.query with parameters of type AtomPairingSchemeModifier and TypeMethodDescriptionQueryBuilder.MandatoryBuilder.atomPairingScheme(AtomPairingScheme atomPairingScheme) Controls which atoms will be considered for alignment.