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 tovalueslist.ImmutableResidueTorsionAngles.Builder.addValues(TorsionAngleValue... elements) Adds elements tovalueslist.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 tovalueslist.ImmutableResidueTorsionAngles.of(PdbResidueIdentifier identifier, Iterable<? extends TorsionAngleValue> values) Construct a new immutableResidueTorsionAnglesinstance.ImmutableResidueTorsionAngles.of(PdbResidueIdentifier identifier, List<TorsionAngleValue> values) Construct a new immutableResidueTorsionAnglesinstance.ImmutableResidueTorsionAngles.Builder.values(Iterable<? extends TorsionAngleValue> elements) Sets or replaces all elements forvalueslist.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 TorsionAngleValuePseudophasePuckerType.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 TorsionAngleValueAtomBasedTorsionAngleType.calculate(List<PdbResidue> residues, int currentIndex) Calculates the value of this torsion angle (seeAngle.torsionAngle(Vector3D, Vector3D, Vector3D, Vector3D)).default TorsionAngleValueAtomBasedTorsionAngleType.calculate(PdbAtomLine a1, PdbAtomLine a2, PdbAtomLine a3, PdbAtomLine a4) Calculates a value of this torsion angle type given atoms explicitly.final TorsionAngleValueAverageTorsionAngleType.calculate(Collection<TorsionAngleValue> values) Calculates the average torsion angle value by collecting basic angle values and creating anAngleSampleout of them to get the mean direction.final TorsionAngleValueAverageTorsionAngleType.calculate(List<PdbResidue> residues, int currentIndex) Calculates the average torsion angle value by calculating basic angle values and creating anAngleSampleout 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 ImmutableTorsionAngleValueImmutableTorsionAngleValue.copyOf(TorsionAngleValue instance) Creates an immutable copy of aTorsionAngleValuevalue.ImmutableTorsionAngleValue.Builder.from(TorsionAngleValue instance) Fill a builder with attribute values from the providedTorsionAngleValueinstance.Method parameters in pl.poznan.put.torsion with type arguments of type TorsionAngleValueModifier and TypeMethodDescriptionfinal TorsionAngleValueAverageTorsionAngleType.calculate(Collection<TorsionAngleValue> values) Calculates the average torsion angle value by collecting basic angle values and creating anAngleSampleout of them to get the mean direction.