public class QsAlignParameters extends Object
QsAlign algorithm.| Constructor and Description |
|---|
QsAlignParameters() |
| Modifier and Type | Method and Description |
|---|---|
double |
getdCutoff()
The maximum allowed distance between the centroids of two equivalent
Subunits, in A.
|
double |
getMaxOrientationAngle()
The maximum orientation angle between two equivalent Subunits, in
radians.
|
double |
getMaxRmsd()
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.
|
public QsAlignParameters()
public double getdCutoff()
public void setdCutoff(double dCutoff)
dCutoff - public double getMaxRmsd()
public void setMaxRmsd(double maxRmsd)
maxRmsd - public double getMaxOrientationAngle()
public void setMaxOrientationAngle(double maxOrientationAngle)
maxOrientationAngle - maximum orientation angleCopyright © 2000–2019 BioJava. All rights reserved.