Search
DualGraph.getIncidentFaces Method
See Also
 






Gets a set of faces whose boundary contains the specified vertex.

Namespace: com.mindfusion.graphs
Package: com.mindfusion.graphs

 Syntax

Java  Copy Code

public ArrayList<Face> getIncidentFaces (
    Vertex v
)

 Parameters

v

A vertex in the original graph.

 Return Value

A set of faces whose boundary contains v.

 See Also