public class JoinTree
extends java.lang.Object
implements java.lang.Runnable
| Constructor and Description |
|---|
JoinTree(Mesh sf)
Instantiates a new join tree.
|
| Modifier and Type | Method and Description |
|---|---|
JoinTreeNode |
getNode(int x)
Gets the node.
|
JoinTreeNode |
getRoot()
Gets the root.
|
static void |
main(java.lang.String[] args)
The main method.
|
void |
print()
Prints the.
|
void |
run() |
public JoinTree(Mesh sf)
sf - the sfpublic JoinTreeNode getNode(int x)
x - the xpublic JoinTreeNode getRoot()
public void print()
public void run()
run in interface java.lang.Runnablepublic static void main(java.lang.String[] args)
args - the arguments