Package | Description |
---|---|
usf.saav.alma.algorithm.mesh | |
usf.saav.alma.algorithm.topology | |
usf.saav.alma.data.processors | |
usf.saav.alma.drawing | |
usf.saav.alma.util |
Modifier and Type | Class and Description |
---|---|
class |
ConnectedComponentMesh
The Class ConnectedComponentMesh.
|
class |
ScalarFieldMesh
The Class ScalarFieldMesh.
|
Constructor and Description |
---|
ConnectedComponentMesh(Mesh oldComp)
Instantiates a new connected component mesh.
|
Constructor and Description |
---|
JoinTree(Mesh sf)
Instantiates a new join tree.
|
MergeTree(Mesh sf)
Default Merge Tree constructor.
|
PseudoContourTree(Mesh sf)
Instantiates a new pseudo contour tree.
|
SplitTree(Mesh sf)
Default Split Tree constructor.
|
Modifier and Type | Method and Description |
---|---|
Mesh |
PersistenceSimplifierND.getComponentList()
Gets the component list.
|
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.
|
PersistenceSimplifier2D(ScalarField2D sf,
PersistenceSet ct,
Mesh cl,
int z,
boolean runImmediately)
Instantiates a new persistence simplifier 2 D.
|
PersistenceSimplifier2D(ScalarField2D sf,
PersistenceSet ct,
Mesh cl,
int z,
boolean runImmediately,
boolean verbose)
Instantiates a new persistence simplifier 2 D.
|
PersistenceSimplifier3D(ScalarField3D sf,
PersistenceSet ct,
Mesh cl,
usf.saav.common.range.IntRange1D z,
boolean runImmediately)
Instantiates a new persistence simplifier 3 D.
|
PersistenceSimplifier3D(ScalarField3D sf,
PersistenceSet ct,
Mesh cl,
usf.saav.common.range.IntRange1D z,
boolean runImmediately,
boolean verbose)
Instantiates a new persistence simplifier 3 D.
|
PersistenceSimplifierND(ScalarFieldND sf,
PersistenceSet ct,
Mesh cl,
usf.saav.common.range.IntRange1D z,
boolean runImmediately)
Instantiates a new persistence simplifier ND.
|
PersistenceSimplifierND(ScalarFieldND sf,
PersistenceSet ct,
Mesh cl,
usf.saav.common.range.IntRange1D z,
boolean runImmediately,
boolean verbose)
Instantiates a new persistence simplifier ND.
|
Modifier and Type | Method and Description |
---|---|
void |
ContourTreeDrawing.setField(ScalarFieldND sf,
PersistenceSet ct,
Mesh cl,
usf.saav.common.range.IntRange1D zr)
Sets the field.
|
Constructor and Description |
---|
ComponentListDrawing(Mesh cl,
int fieldwidth)
Instantiates a new component list drawing.
|
Modifier and Type | Method and Description |
---|---|
Mesh |
ContourTreeThread.getComponentList()
Gets the component list.
|