Package chemaxon.marvin.alignment.atrop
Class DihedralScanStep
- java.lang.Object
-
- chemaxon.marvin.alignment.atrop.DihedralScanStep
-
@PublicAPI @Beta public class DihedralScanStep extends Object
One step in a dihedral scan. Please note that this class is marked withBeta
annotation, so it can be subject of incompatible changes or removal in any of the later releases.
-
-
Constructor Summary
Constructors Constructor Description DihedralScanStep(double angle, double energy)
Construct.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getAngle()
Represented angle.double
getEnergy()
Represented energy.String
toString()
-