Class VInternalNode
java.lang.Object
signalprocesser.voronoi.statusstructure.binarysearchtreeimpl.VInternalNode
- All Implemented Interfaces:
VNode
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getDepth()
getLeft()
getRight()
boolean
boolean
void
void
void
setParent
(VInternalNode _parent) void
void
setSiteEvents
(VSiteEvent _siteevent_left, VSiteEvent _siteevent_right) toString()
-
Field Details
-
id
public int id -
parent
-
v1
-
v2
-
halfedge_in
-
halfedge_out
-
-
Constructor Details
-
VInternalNode
public VInternalNode() -
VInternalNode
-
-
Method Details
-
getParent
-
setParent
-
getDepth
public int getDepth() -
isLeafNode
public boolean isLeafNode()- Specified by:
isLeafNode
in interfaceVNode
-
isInternalNode
public boolean isInternalNode()- Specified by:
isInternalNode
in interfaceVNode
-
getLeft
-
setLeft
-
getRight
-
setRight
-
setDepthForRootNode
public void setDepthForRootNode() -
setSiteEvents
-
toString
-