- performOneIteration() - Method in class SpringDrawing
-
- PlanarLayout - Class in <Unnamed>
-
Planar Layout of a graph
- PlanarLayout(Polyhedron_3<Point_3>) - Constructor for class PlanarLayout
-
Initialize the drawing: by the default all vertices are placed at the origin (0.0, 0.0)
- PlanarLayout(AdjacencyListGraph) - Constructor for class PlanarLayout
-
Initialize the drawing: by the default all vertices are placed at the origin (0.0, 0.0)
- points - Variable in class FR91Layout
-
3D positions of the vertices of the graph defining the planar layout.
- points - Variable in class GridLayout
-
2D positions of the vertices of the graph defining the planar layout.
- points - Variable in class IterativeTutteLayout
-
2D positions of the vertices of the mesh giving the layout (to be computed)
- points - Variable in class PlanarLayout
-
2D positions of the vertices of the graph defining the planar layout.
- polyhedron3D - Variable in class MeshRenderer
-
- printCoordinates() - Method in class GridLayout
-
- printCoordinates() - Method in class PlanarLayout
-
- projectVertices() - Method in class IterativeTutteLayout
-
Map each vertex (in the 3D mesh) to the 2D coordinates corresponding to a planar 2D layout
Each vertex v is assigned the coordinates (x, y, 0.), where 'x' and 'y' are the planar coordinates