com.mindfusion.graphs
Class Representation
java.lang.Object
com.mindfusion.graphs.Representation
- Direct Known Subclasses:
- ConstrainedVisibility, Tessellation, Visibility
public class Representation
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
X
protected float[] X
Y
protected float[] Y
d
protected DualGraph d
s
protected Vertex s
t
protected Vertex t
Representation
public Representation(Graph stGraph,
boolean weighted)
Representation
public Representation(Graph stGraph,
boolean weighted,
boolean xOrdering)
Left
protected Face Left(Edge e)
Right
protected Face Right(Edge e)
Left
protected Face Left(Vertex v)
Right
protected Face Right(Vertex v)
Orig
protected Vertex Orig(Edge e)
Dest
protected Vertex Dest(Edge e)
Orig
protected Vertex Orig(Face f)
Dest
protected Vertex Dest(Face f)
LeftMostIncoming
public Edge LeftMostIncoming(Vertex v)
LeftMostOutgoing
public Edge LeftMostOutgoing(Vertex v)
RightMostOutgoing
public Edge RightMostOutgoing(Vertex v)
GetOutEdges
public java.util.ArrayList<Edge> GetOutEdges(Vertex v)
GetInEdges
public java.util.ArrayList<Edge> GetInEdges(Vertex v)
GetOutMedian
public Edge GetOutMedian(Vertex v)
GetInMedian
public Edge GetInMedian(Vertex v)
getDualGraph
public DualGraph getDualGraph()
getSource
public Vertex getSource()
getSink
public Vertex getSink()
getTopologicalSort
public int[] getTopologicalSort()