Uses of Class
de.cau.cs.kieler.klodd.hierarchical.structures.slimgraph.KSlimFace

Packages that use KSlimFace
de.cau.cs.kieler.klodd.hierarchical.structures.slimgraph Slim graph representation for undirected graphs, used in many graph algorithms. 
 

Uses of KSlimFace in de.cau.cs.kieler.klodd.hierarchical.structures.slimgraph
 

Methods in de.cau.cs.kieler.klodd.hierarchical.structures.slimgraph that return KSlimFace
 KSlimFace KSlimGraph.getExternalFace()
          Returns the externalFace.
 KSlimFace KSlimEdge.getLeftFace()
          Returns the left face.
 KSlimFace KSlimEdge.getRightFace()
          Returns the rightFace.
 KSlimFace KSlimNode.IncEntry.leftFace()
          Returns the left face of this incidence entry, as seen from the containing node.
 KSlimFace KSlimFace.BorderEntry.opposed()
          Returns the opposed face, as seen from the containing face.
 

Methods in de.cau.cs.kieler.klodd.hierarchical.structures.slimgraph that return types with arguments of type KSlimFace
 List<KSlimFace> KSlimGraph.getFaces()
          Returns the faces.
 

Methods in de.cau.cs.kieler.klodd.hierarchical.structures.slimgraph with parameters of type KSlimFace
 void KSlimGraph.setExternalFace(KSlimFace theexternalFace)
          Sets the externalFace.
 void KSlimEdge.setLeftFace(KSlimFace theleftFace)
          Sets the leftFace.
 void KSlimEdge.setRightFace(KSlimFace therightFace)
          Sets the right face.