DiameterHash
public class DiameterHashGlass extends DiameterHashByType
Modifier and Type | Field | Description |
---|---|---|
protected double |
fac |
|
protected boolean |
flipped |
Constructor | Description |
---|---|
DiameterHashGlass() |
Modifier and Type | Method | Description |
---|---|---|
double |
getActualDiameter(IAtom a) |
|
double |
getDiameter(IAtom a) |
Returns an appropriate diameter for the given atom.
|
double |
getFac() |
|
boolean |
getFlipped() |
|
void |
setFac(double fac) |
|
void |
setFlipped(boolean flipped) |
getDiameter, setDiameter
public void setFac(double fac)
public double getFac()
public double getDiameter(IAtom a)
DiameterHash
getDiameter
in interface DiameterHash
getDiameter
in class DiameterHashByType
public void setFlipped(boolean flipped)
public boolean getFlipped()
public double getActualDiameter(IAtom a)