IAction
, DataSourceIndependent
, IDataSource
public class MeterMeanForce extends java.lang.Object implements IDataSource, DataSourceIndependent, IAction
Modifier and Type | Field | Description |
---|---|---|
protected IteratorDirective |
allAtoms |
|
protected Box |
box |
|
protected DataFunction |
data |
|
protected DataFunction.DataInfoFunction |
dataInfo |
|
protected Vector |
dr |
|
protected Vector |
fij |
|
protected AtomLeafAgentManager<Vector> |
forceManager |
|
protected HistogramNotSoSimple |
hist |
|
protected HistogramNotSoSimple |
hist2 |
|
protected Potential2SoftSpherical |
p2 |
|
protected PotentialCalculationForceSum |
pcForce |
|
protected PotentialMaster |
potentialMaster |
|
protected Space |
space |
|
protected DataTag |
tag |
|
protected DataDoubleArray |
xData |
|
protected DataDoubleArray.DataInfoDoubleArray |
xDataInfo |
|
protected DataTag |
xTag |
Constructor | Description |
---|---|
MeterMeanForce(Space space,
PotentialMaster potentialMaster,
Potential2SoftSpherical p2,
Box box,
int nbins) |
Modifier and Type | Method | Description |
---|---|---|
void |
actionPerformed() |
Completes the action defined by the class implementing this interface.
|
IData |
getData() |
|
IDataInfo |
getDataInfo() |
|
Histogram |
getHistogram() |
|
Histogram |
getHistogram2() |
|
int |
getIndependentArrayDimension() |
Returns the number of independent data dimensions
|
DataDoubleArray |
getIndependentData(int i) |
Returns the X data for the given dimension
|
DataDoubleArray.DataInfoDoubleArray |
getIndependentDataInfo(int i) |
Returns the DataInfo for the given dimension
|
DataTag |
getIndependentTag() |
Returns the tag associated with this DataSource.
|
DataTag |
getTag() |
protected final PotentialMaster potentialMaster
protected final PotentialCalculationForceSum pcForce
protected final Box box
protected final IteratorDirective allAtoms
protected final AtomLeafAgentManager<Vector> forceManager
protected final Space space
protected final Potential2SoftSpherical p2
protected final Vector dr
protected final Vector fij
protected final DataFunction data
protected final DataFunction.DataInfoFunction dataInfo
protected final DataTag tag
protected final DataTag xTag
protected final HistogramNotSoSimple hist
protected final HistogramNotSoSimple hist2
protected final DataDoubleArray xData
protected final DataDoubleArray.DataInfoDoubleArray xDataInfo
public MeterMeanForce(Space space, PotentialMaster potentialMaster, Potential2SoftSpherical p2, Box box, int nbins)
public Histogram getHistogram()
public Histogram getHistogram2()
public void actionPerformed()
IAction
actionPerformed
in interface IAction
public IData getData()
getData
in interface IDataSource
public DataTag getTag()
getTag
in interface IDataSource
public IDataInfo getDataInfo()
getDataInfo
in interface IDataSource
public DataDoubleArray getIndependentData(int i)
DataSourceIndependent
getIndependentData
in interface DataSourceIndependent
public DataDoubleArray.DataInfoDoubleArray getIndependentDataInfo(int i)
DataSourceIndependent
getIndependentDataInfo
in interface DataSourceIndependent
public int getIndependentArrayDimension()
DataSourceIndependent
getIndependentArrayDimension
in interface DataSourceIndependent
public DataTag getIndependentTag()
DataSourceIndependent
getIndependentTag
in interface DataSourceIndependent