java.lang.Objectcomputational.geometry.delaunaytriangulation.Arc
public class Arc
| Constructor Summary | |
|---|---|
Arc()
|
|
Arc(Vertex vert,
int next,
Node inst)
|
|
| Method Summary | |
|---|---|
Node |
getInst()
|
int |
getNext()
|
Vertex |
getVert()
|
void |
setInst(Node n)
|
void |
setNext(int a)
|
void |
setVert(Vertex v)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Arc()
public Arc(Vertex vert,
int next,
Node inst)
| Method Detail |
|---|
public Node getInst()
public int getNext()
public Vertex getVert()
public void setInst(Node n)
public void setNext(int a)
public void setVert(Vertex v)