public class BondStretchContrib extends ForceFieldContrib
Modifier | Constructor and Description |
---|---|
|
BondStretchContrib() |
|
BondStretchContrib(ForceField owner,
long idx1,
long idx2,
double bondOrder,
AtomicParams end1Params,
AtomicParams end2Params) |
protected |
BondStretchContrib(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
ForceFieldContrib |
copy() |
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(BondStretchContrib obj) |
double |
getEnergy(SWIGTYPE_p_double pos) |
void |
getGrad(SWIGTYPE_p_double pos,
SWIGTYPE_p_double grad) |
getCPtr
protected BondStretchContrib(long cPtr, boolean cMemoryOwn)
public BondStretchContrib()
public BondStretchContrib(ForceField owner, long idx1, long idx2, double bondOrder, AtomicParams end1Params, AtomicParams end2Params)
protected static long getCPtr(BondStretchContrib obj)
protected void finalize()
finalize
in class ForceFieldContrib
public void delete()
delete
in class ForceFieldContrib
public double getEnergy(SWIGTYPE_p_double pos)
getEnergy
in class ForceFieldContrib
public void getGrad(SWIGTYPE_p_double pos, SWIGTYPE_p_double grad)
getGrad
in class ForceFieldContrib
public ForceFieldContrib copy()
copy
in class ForceFieldContrib