| Modifier and Type | Field and Description |
|---|---|
java.lang.Object |
halfedge_in |
java.lang.Object |
halfedge_out |
int |
id |
VSiteEvent |
v1 |
VSiteEvent |
v2 |
| Constructor and Description |
|---|
VInternalNode() |
VInternalNode(VNode _left,
VNode _right) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDepth() |
VNode |
getLeft() |
VInternalNode |
getParent() |
VNode |
getRight() |
boolean |
isInternalNode() |
boolean |
isLeafNode() |
void |
setDepthForRootNode() |
void |
setLeft(VNode _left) |
void |
setParent(VInternalNode _parent) |
void |
setRight(VNode _right) |
void |
setSiteEvents(VSiteEvent _siteevent_left,
VSiteEvent _siteevent_right) |
java.lang.String |
toString() |
public int id
public VSiteEvent v1
public VSiteEvent v2
public java.lang.Object halfedge_in
public java.lang.Object halfedge_out
public VInternalNode getParent()
public void setParent(VInternalNode _parent)
public int getDepth()
public boolean isLeafNode()
isLeafNode in interface VNodepublic boolean isInternalNode()
isInternalNode in interface VNodepublic VNode getLeft()
public void setLeft(VNode _left)
public VNode getRight()
public void setRight(VNode _right)
public void setDepthForRootNode()
public void setSiteEvents(VSiteEvent _siteevent_left, VSiteEvent _siteevent_right)
public java.lang.String toString()
toString in class java.lang.Object