IConformation
, java.io.Serializable
public class ConformationAlkaneEH extends java.lang.Object implements IConformation, java.io.Serializable
Modifier and Type | Field | Description |
---|---|---|
protected double |
angleCCC |
|
protected double |
angleCCC_half |
|
protected double |
angleCCH |
|
protected double |
angleHCH |
|
protected double |
angleHCH_half |
|
protected double |
CCbondL |
|
protected double |
CHbondL |
|
protected int |
numCarbons |
|
protected int |
numCH2 |
|
protected int |
numH |
|
protected Space |
space |
Constructor | Description |
---|---|
ConformationAlkaneEH(Space space,
int numCarbons) |
Modifier and Type | Method | Description |
---|---|---|
void |
initializePositions(IAtomList atomList) |
Defined by subclass to assign coordinates to the atoms in the given list.
|
protected final Space space
protected final double CCbondL
protected final double CHbondL
protected final double angleCCC
protected final double angleHCH
protected final double angleCCH
protected double angleCCC_half
protected double angleHCH_half
protected int numCarbons
protected int numCH2
protected int numH
public ConformationAlkaneEH(Space space, int numCarbons)
public void initializePositions(IAtomList atomList)
IConformation
initializePositions
in interface IConformation