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 PersistenceSetpublic float getPersistentSimplification()
getPersistentSimplification in interface PersistenceSetpublic float getMaxPersistence()
getMaxPersistence in interface PersistenceSetpublic AugmentedJoinTreeNode getGlobalMin()
public AugmentedJoinTreeNode getGlobalMax()
public int size()
size in interface PersistenceSetpublic float getBirth(int i)
getBirth in interface PersistenceSetpublic float getDeath(int i)
getDeath in interface PersistenceSetpublic float getPersistence(int i)
getPersistence in interface PersistenceSetpublic AugmentedJoinTreeNode getNode(int i)
getNode in interface PersistenceSetpublic boolean isActive(int i)
isActive in interface PersistenceSet