IConformation
public class ConformationChainLinear extends java.lang.Object implements IConformation
Constructor | Description |
---|---|
ConformationChainLinear(Space _space) |
|
ConformationChainLinear(Space _space,
double bondLength) |
|
ConformationChainLinear(Space _space,
double bondLength,
double[] initAngles) |
Modifier and Type | Method | Description |
---|---|---|
double |
getAngle(int i) |
|
double |
getBondLength() |
|
Dimension |
getBondLengthDimension() |
|
void |
initializePositions(IAtomList atomList) |
Defined by subclass to assign coordinates to the atoms in the given list.
|
void |
setAngle(int i,
double t) |
|
void |
setBondLength(double b) |
|
void |
setOffset(Vector v) |
|
void |
setOrientation(Vector e) |
protected final Space space
public ConformationChainLinear(Space _space)
public ConformationChainLinear(Space _space, double bondLength)
public ConformationChainLinear(Space _space, double bondLength, double[] initAngles)
public void setBondLength(double b)
public double getBondLength()
public Dimension getBondLengthDimension()
public void setAngle(int i, double t)
public double getAngle(int i)
public void setOrientation(Vector e)
public void setOffset(Vector v)
public void initializePositions(IAtomList atomList)
IConformation
initializePositions
in interface IConformation