- index - Variable in class GridPoint
-
an integer useful for indexing this point: for instance, 'index' can be the number of a vertex
- index - Variable in class jdg.graph.Edge
-
an integer useful for indexing this edge
- index - Variable in class jdg.graph.Node
-
index of a node: an integer value from 0..n-1
- info() - Method in class jdg.graph.AdjacencyListGraph
-
Return a string containing informations and parameters of the graph
- initTutteIterative(int) - Method in class MeshParameterization
-
- inputGraph - Static variable in class SpringDrawing
-
input graph to draw
- isConnected() - Method in class jdg.graph.AdjacencyListGraph
-
Check whether the graph is connected
Remark: the graph is assumed to be undirected
- isInside - Variable in class IterativeTutteLayout
-
says whether a vertex in an inner vertex and thus must be drawn (boolean array of size 'n')
- isIsolated() - Method in class jdg.graph.Node
-
Check whether the current node is isolated (no neighbors)
- isOnBoundary - Variable in class IterativeTutteLayout
-
says whether a vertex belongs to the exterior boundary
- iterationCount - Variable in class FR91Layout
-
- IterativeTutteLayout - Class in <Unnamed>
-
Implementation of the planar (2D) Tutte barycentric method: computation based on iterative relaxation
- IterativeTutteLayout(Polyhedron_3<Point_3>, int) - Constructor for class IterativeTutteLayout
-
Initialize the class fields
- iterativeTutteLayout - Variable in class MeshParameterization
-
Iterative implementation of the Tutte barycentric embedding