java.lang.Objectcomputational.geometry.delaunaytriangulation.Node
public class Node
Constructor Summary | |
---|---|
Node()
|
|
Node(int a)
|
|
Node(Vertex u,
Vertex v,
Node l,
Node r)
|
Method Summary | |
---|---|
int |
getA()
|
Node |
getL()
|
Node |
getR()
|
Vertex |
getU()
|
Vertex |
getV()
|
void |
setA(int a)
|
void |
setL(Node l)
|
void |
setR(Node r)
|
void |
setU(Vertex u)
|
void |
setV(Vertex v)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Node()
public Node(int a)
public Node(Vertex u, Vertex v, Node l, Node r)
Method Detail |
---|
public int getA()
public Node getL()
public Node getR()
public Vertex getU()
public Vertex getV()
public void setA(int a)
public void setL(Node l)
public void setR(Node r)
public void setU(Vertex u)
public void setV(Vertex v)