ClusterAbstract
public static class ClusterWheatleyMultibodyDerivativesBD.ClusterRetrievePrimes extends java.lang.Object implements ClusterAbstract
Modifier and Type | Field | Description |
---|---|---|
protected ClusterWheatleyMultibodyDerivativesBD |
cluster |
|
protected int |
n |
Constructor | Description |
---|---|
ClusterRetrievePrimes(ClusterWheatleyMultibodyDerivativesBD cluster,
int n) |
Modifier and Type | Method | Description |
---|---|---|
ClusterAbstract |
makeCopy() |
Returns another instance of an identical cluster (shallow copy).
|
int |
pointCount() |
Number of points in the cluster.
|
void |
setTemperature(double temperature) |
|
double |
value(BoxCluster box) |
Value of this cluster for the given pairset at the specified reciprocal
temperature.
|
protected final ClusterWheatleyMultibodyDerivativesBD cluster
protected final int n
public ClusterRetrievePrimes(ClusterWheatleyMultibodyDerivativesBD cluster, int n)
public ClusterAbstract makeCopy()
ClusterAbstract
makeCopy
in interface ClusterAbstract
public int pointCount()
ClusterAbstract
pointCount
in interface ClusterAbstract
public double value(BoxCluster box)
ClusterAbstract
value
in interface ClusterAbstract
public void setTemperature(double temperature)
setTemperature
in interface ClusterAbstract