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, run
getValueRange
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNeighbors, getSize, getValue, getValueRange
public 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.Surface1D
public double getCoordinate(int nodeID)
getCoordinate
in interface ScalarField1D
public int getZ()
public void setCallback(java.lang.Object obj, java.lang.String func_name)
PersistenceSimplifierND
setCallback
in class PersistenceSimplifierND
obj
- the objfunc_name
- the func name