- neighbor(int) - Method in class Jcg.triangulations2D.TriangulationDSFace_2
-
returns a pointer to the i-th neighbor of the cell (0<=i<3),
which is by definition the one opposite to the i-th vertex of the cell.
- neighbor(int) - Method in class Jcg.triangulations3D.TriangulationDSCell_3
-
returns a pointer to the i-th neighbor of the cell (0<=i<4), which is by definition the one opposite
to the i-th vertex of the cell.
- neighbors(int) - Method in class Jcg.graph.arraybased.ArrayBasedAdjacencyListGraph
-
Return the list of neighbors of a vertex
- neighbors(int) - Method in class Jcg.graph.arraybased.ArrayBasedAdjacencyMatrixGraph
-
return the vertices adjacent to a given vertex
- neighbors(int) - Method in interface Jcg.graph.arraybased.ArrayBasedGraph
-
- neighbors - Variable in class Jcg.graph.Node
-
- neighborsList() - Method in class Jcg.graph.Node
-
- next - Variable in class Jcg.polyhedron.Halfedge
-
- next() - Method in class Jcg.triangulations2D.QuadEdge
-
Returns the next QuadEdge starting at orig() in direct order
- nIterations - Static variable in class Jcg.graph.drawing.IterativeTutteDrawing
-
- NO_SELECTED_ALGORITHM - Static variable in class Jcg.viewer.editor2d.AlgorithmList
-
- NO_VERTICES_NO_EDGES - Static variable in class Jcg.viewer.Draw2D
-
- NO_VERTICES_NO_EDGES - Static variable in class Jcg.viewer.DrawSkeleton
-
- Node<X> - Class in Jcg.graph
-
A class for representing a node of a graph
- Node() - Constructor for class Jcg.graph.Node
-
- Node(X) - Constructor for class Jcg.graph.Node
-
- normalize() - Method in class Jcg.graph.drawing.SpringDrawing_3
-
- numberOfBoundaries() - Method in class Jcg.polyhedron.Polyhedron_3
-
Compute and return the number of boundaries
- numBits - Variable in class Jcg.util.BitSet32
-