Class QsAlignParameters
java.lang.Object
org.biojava.nbio.structure.align.quaternary.QsAlignParameters
The parameter bean for the
QsAlign
algorithm.- Since:
- 5.0.0
- Author:
- Aleix Lafita
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
The maximum allowed distance between the centroids of two equivalent Subunits, in A.double
The maximum orientation angle between two equivalent Subunits, in radians.double
The maximum allowed RMSD of the alignment, in A.void
setdCutoff
(double dCutoff) The maximum allowed distance between the centroids of two equivalent Subunits, in A.void
setMaxOrientationAngle
(double maxOrientationAngle) The maximum orientation angle between two equivalent Subunits, in radians.void
setMaxRmsd
(double maxRmsd) The maximum allowed RMSD of the alignment, in A.
-
Constructor Details
-
QsAlignParameters
public QsAlignParameters()
-
-
Method Details
-
getdCutoff
The maximum allowed distance between the centroids of two equivalent Subunits, in A.- Returns:
- dCutoff
-
setdCutoff
The maximum allowed distance between the centroids of two equivalent Subunits, in A.- Parameters:
dCutoff
-
-
getMaxRmsd
The maximum allowed RMSD of the alignment, in A.- Returns:
- maxRmsd
-
setMaxRmsd
The maximum allowed RMSD of the alignment, in A.- Parameters:
maxRmsd
-
-
getMaxOrientationAngle
The maximum orientation angle between two equivalent Subunits, in radians. Range [0, Pi].- Returns:
- the maximum orientation angle
-
setMaxOrientationAngle
The maximum orientation angle between two equivalent Subunits, in radians. Range [0, Pi].- Parameters:
maxOrientationAngle
- maximum orientation angle
-