Interface TorsionAngleType

    • Method Detail

      • moleculeType

        MoleculeType moleculeType()
        Returns:
        The molecule this torsion angle is defined for.
      • calculate

        TorsionAngleValue calculate​(List<PdbResidue> residues,
                                    int currentIndex)
        Calculates the value of this torsion angle.
        Parameters:
        residues - The list of residues.
        currentIndex - The index of current residue.
        Returns:
        The value of torsion angle of this type.