Uses of Class
pl.poznan.put.torsion.TorsionAngleValue
Packages that use TorsionAngleValue
Package
Description
Contains classes which work on data from PDB or mmCIF files.
Contains classes dealing with torsion angles handling.
-
Uses of TorsionAngleValue in pl.poznan.put.pdb.analysis
Methods in pl.poznan.put.pdb.analysis that return types with arguments of type TorsionAngleValueModifier and TypeMethodDescriptionprotected List<TorsionAngleValue>
ImmutableResidueTorsionAngles.values()
protected abstract List<TorsionAngleValue>
ResidueTorsionAngles.values()
Methods in pl.poznan.put.pdb.analysis with parameters of type TorsionAngleValueModifier and TypeMethodDescriptionImmutableResidueTorsionAngles.Builder.addValues
(TorsionAngleValue element) Adds one element tovalues
list.ImmutableResidueTorsionAngles.Builder.addValues
(TorsionAngleValue... elements) Adds elements tovalues
list.ImmutableResidueTorsionAngles.withValues
(TorsionAngleValue... elements) Copy the current immutable object with elements that replace the content ofvalues
.Method parameters in pl.poznan.put.pdb.analysis with type arguments of type TorsionAngleValueModifier and TypeMethodDescriptionImmutableResidueTorsionAngles.Builder.addAllValues
(Iterable<? extends TorsionAngleValue> elements) Adds elements tovalues
list.ImmutableResidueTorsionAngles.of
(PdbResidueIdentifier identifier, Iterable<? extends TorsionAngleValue> values) Construct a new immutableResidueTorsionAngles
instance.ImmutableResidueTorsionAngles.of
(PdbResidueIdentifier identifier, List<TorsionAngleValue> values) Construct a new immutableResidueTorsionAngles
instance.ImmutableResidueTorsionAngles.Builder.values
(Iterable<? extends TorsionAngleValue> elements) Sets or replaces all elements forvalues
list.ImmutableResidueTorsionAngles.withValues
(Iterable<? extends TorsionAngleValue> elements) Copy the current immutable object with elements that replace the content ofvalues
. -
Uses of TorsionAngleValue in pl.poznan.put.rna
Methods in pl.poznan.put.rna that return TorsionAngleValueModifier and TypeMethodDescriptionfinal TorsionAngleValue
PseudophasePuckerType.calculate
(List<PdbResidue> residues, int currentIndex) Calculates the value of pseudophase pucker according to the formula in Saenger's "Principles of ...". -
Uses of TorsionAngleValue in pl.poznan.put.torsion
Subclasses of TorsionAngleValue in pl.poznan.put.torsionMethods in pl.poznan.put.torsion that return TorsionAngleValueModifier and TypeMethodDescriptiondefault TorsionAngleValue
AtomBasedTorsionAngleType.calculate
(List<PdbResidue> residues, int currentIndex) Calculates the value of this torsion angle (seeAngle.torsionAngle(Vector3D, Vector3D, Vector3D, Vector3D)
).default TorsionAngleValue
AtomBasedTorsionAngleType.calculate
(PdbAtomLine a1, PdbAtomLine a2, PdbAtomLine a3, PdbAtomLine a4) Calculates a value of this torsion angle type given atoms explicitly.final TorsionAngleValue
AverageTorsionAngleType.calculate
(Collection<TorsionAngleValue> values) Calculates the average torsion angle value by collecting basic angle values and creating anAngleSample
out of them to get the mean direction.final TorsionAngleValue
AverageTorsionAngleType.calculate
(List<PdbResidue> residues, int currentIndex) Calculates the average torsion angle value by calculating basic angle values and creating anAngleSample
out of them to get the mean direction.TorsionAngleType.calculate
(List<PdbResidue> residues, int currentIndex) Calculates the value of this torsion angle.Methods in pl.poznan.put.torsion with parameters of type TorsionAngleValueModifier and TypeMethodDescriptionstatic ImmutableTorsionAngleValue
ImmutableTorsionAngleValue.copyOf
(TorsionAngleValue instance) Creates an immutable copy of aTorsionAngleValue
value.ImmutableTorsionAngleValue.Builder.from
(TorsionAngleValue instance) Fill a builder with attribute values from the providedTorsionAngleValue
instance.Method parameters in pl.poznan.put.torsion with type arguments of type TorsionAngleValueModifier and TypeMethodDescriptionfinal TorsionAngleValue
AverageTorsionAngleType.calculate
(Collection<TorsionAngleValue> values) Calculates the average torsion angle value by collecting basic angle values and creating anAngleSample
out of them to get the mean direction.