public class PersistenceSimplifier1D extends PersistenceSimplifierND implements ScalarField1D
ScalarField1D.Default, ScalarField1D.Empty| Constructor and Description |
|---|
PersistenceSimplifier1D(ScalarField1D sf,
PersistenceSet ct,
Mesh cl,
int z,
boolean runImmediately)
Instantiates a new persistence simplifier 1 D.
|
PersistenceSimplifier1D(ScalarField1D sf,
PersistenceSet ct,
Mesh cl,
int z,
boolean runImmediately,
boolean verbose)
Instantiates a new persistence simplifier 1 D.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getCoordinate(int nodeID) |
int |
getWidth() |
int |
getZ()
Gets the z.
|
void |
setCallback(java.lang.Object obj,
java.lang.String func_name)
Sets the callback.
|
getComponentList, getNeighbors, getScalarField, getSize, getTree, getValue, rungetValueRangeequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNeighbors, getSize, getValue, getValueRangepublic PersistenceSimplifier1D(ScalarField1D sf, PersistenceSet ct, Mesh cl, int z, boolean runImmediately)
sf - the sfct - the ctcl - the clz - the zrunImmediately - the run immediatelypublic PersistenceSimplifier1D(ScalarField1D sf, PersistenceSet ct, Mesh cl, int z, boolean runImmediately, boolean verbose)
sf - the sfct - the ctcl - the clz - the zrunImmediately - the run immediatelyverbose - the verbosepublic int getWidth()
getWidth in interface usf.saav.common.algorithm.Surface1Dpublic double getCoordinate(int nodeID)
getCoordinate in interface ScalarField1Dpublic int getZ()
public void setCallback(java.lang.Object obj,
java.lang.String func_name)
PersistenceSimplifierNDsetCallback in class PersistenceSimplifierNDobj - the objfunc_name - the func name