Uses of Class
pl.poznan.put.torsion.TorsionAngleValue
-
Packages that use TorsionAngleValue Package Description pl.poznan.put.pdb.analysis Contains classes which work on data from PDB or mmCIF files.pl.poznan.put.rna pl.poznan.put.torsion 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 TorsionAngleValue Modifier and Type Method Description protected List<TorsionAngleValue>ImmutableResidueTorsionAngles. values()protected abstract List<TorsionAngleValue>ResidueTorsionAngles. values()Methods in pl.poznan.put.pdb.analysis with parameters of type TorsionAngleValue Modifier and Type Method Description ImmutableResidueTorsionAngles.BuilderImmutableResidueTorsionAngles.Builder. addValues(TorsionAngleValue element)Adds one element tovalueslist.ImmutableResidueTorsionAngles.BuilderImmutableResidueTorsionAngles.Builder. addValues(TorsionAngleValue... elements)Adds elements tovalueslist.ImmutableResidueTorsionAnglesImmutableResidueTorsionAngles. 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 TorsionAngleValue Modifier and Type Method Description ImmutableResidueTorsionAngles.BuilderImmutableResidueTorsionAngles.Builder. addAllValues(Iterable<? extends TorsionAngleValue> elements)Adds elements tovalueslist.static ImmutableResidueTorsionAnglesImmutableResidueTorsionAngles. of(PdbResidueIdentifier identifier, Iterable<? extends TorsionAngleValue> values)Construct a new immutableResidueTorsionAnglesinstance.static ImmutableResidueTorsionAnglesImmutableResidueTorsionAngles. of(PdbResidueIdentifier identifier, List<TorsionAngleValue> values)Construct a new immutableResidueTorsionAnglesinstance.ImmutableResidueTorsionAngles.BuilderImmutableResidueTorsionAngles.Builder. values(Iterable<? extends TorsionAngleValue> elements)Sets or replaces all elements forvalueslist.ImmutableResidueTorsionAnglesImmutableResidueTorsionAngles. 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 TorsionAngleValue Modifier and Type Method Description 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.torsion Modifier and Type Class Description classImmutableTorsionAngleValueImmutable implementation ofTorsionAngleValue.Methods in pl.poznan.put.torsion that return TorsionAngleValue Modifier and Type Method Description default 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.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.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.TorsionAngleValueTorsionAngleType. calculate(List<PdbResidue> residues, int currentIndex)Calculates the value of this torsion angle.Methods in pl.poznan.put.torsion with parameters of type TorsionAngleValue Modifier and Type Method Description static ImmutableTorsionAngleValueImmutableTorsionAngleValue. copyOf(TorsionAngleValue instance)Creates an immutable copy of aTorsionAngleValuevalue.ImmutableTorsionAngleValue.BuilderImmutableTorsionAngleValue.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 TorsionAngleValue Modifier and Type Method Description 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.
-