public class PseudoContourTree extends java.lang.Object implements PersistenceSet
Constructor and Description |
---|
PseudoContourTree(Mesh sf)
Instantiates a new pseudo contour tree.
|
Modifier and Type | Method and Description |
---|---|
float |
getBirth(int i) |
float |
getDeath(int i) |
AugmentedJoinTreeNode |
getGlobalMax()
Gets the global max.
|
AugmentedJoinTreeNode |
getGlobalMin()
Gets the global min.
|
float |
getMaxPersistence() |
AugmentedJoinTreeNode |
getNode(int i) |
float |
getPersistence(int i) |
float |
getPersistentSimplification() |
boolean |
isActive(int i) |
void |
setPersistentSimplification(float threshold) |
int |
size() |
public PseudoContourTree(Mesh sf)
sf
- the sfpublic void setPersistentSimplification(float threshold)
setPersistentSimplification
in interface PersistenceSet
public float getPersistentSimplification()
getPersistentSimplification
in interface PersistenceSet
public float getMaxPersistence()
getMaxPersistence
in interface PersistenceSet
public AugmentedJoinTreeNode getGlobalMin()
public AugmentedJoinTreeNode getGlobalMax()
public int size()
size
in interface PersistenceSet
public float getBirth(int i)
getBirth
in interface PersistenceSet
public float getDeath(int i)
getDeath
in interface PersistenceSet
public float getPersistence(int i)
getPersistence
in interface PersistenceSet
public AugmentedJoinTreeNode getNode(int i)
getNode
in interface PersistenceSet
public boolean isActive(int i)
isActive
in interface PersistenceSet