- r - Variable in class Jcg.viewer.old.Fenetre
-
- randomCell() - Method in class Jcg.triangulations3D.Delaunay_3
-
returns a random (possibly infinite) cell of the triangulation, chosen according to uniform
distribution over the set of all triangulation cells.
- randomFiniteCell() - Method in class Jcg.triangulations3D.Delaunay_3
-
returns a random finite cell of the triangulation, chosen according to a uniform distribution over
the set of finite triangulation cells.
- randomFiniteVertex() - Method in class Jcg.triangulations3D.Delaunay_3
-
returns a random finite vertex of the triangulation, chosen according to a uniform distribution over
the set of finite triangulation vertices.
- RandomSamplingTriangulations - Class in Jcg.graph.generation
-
- RandomSamplingTriangulations(boolean) - Constructor for class Jcg.graph.generation.RandomSamplingTriangulations
-
- RandomSamplingTriangulations(int, boolean) - Constructor for class Jcg.graph.generation.RandomSamplingTriangulations
-
- RandomSamplingTriangulations() - Constructor for class Jcg.graph.generation.RandomSamplingTriangulations
-
- randomVertex() - Method in class Jcg.triangulations3D.Delaunay_3
-
returns a random (possibly infinite) vertex of the triangulation, chosen according to uniform
distribution over the set of all triangulation vertices.
- rangeSearch(Point_3, double) - Method in interface Jcg.rangesearch.RangeSearch_3
-
Compute the points at distance at most delta from q.
- RangeSearch_3 - Interface in Jcg.rangesearch
-
Define methods for range search queries in 3D
- Ray_2 - Class in Jcg.geometry
-
- Ray_2() - Constructor for class Jcg.geometry.Ray_2
-
- Ray_2(Point_2, Vector_2) - Constructor for class Jcg.geometry.Ray_2
-
- Ray_2(Segment_2) - Constructor for class Jcg.geometry.Ray_2
-
- readEdgeListGraphFromFile(String) - Static method in class Jcg.graph.arraybased.ArrayBasedGraphLoader
-
Load a graph from a file storing an edge list
Remark: there is no header
- readGraphFromFile(String) - Static method in class Jcg.graph.arraybased.ArrayBasedGraphLoader
-
Load a graph from a file storing an edge list
Remark: the header (first line) contains the number of nodes and arcs
- readLine() - Static method in class Jcg.io.IO
-
- readMetisFile(String) - Static method in class Jcg.graph.arraybased.ArrayBasedGraphLoader
-
Load a graph from a file (in Metis format)
Warning: to check whether edges should appear once or twice
Remarks:
-) vertex indices range from 1 to n (instead of 0..n-1)
-) edges appear only once in the file
- readStandardInput() - Static method in class Jcg.io.IO
-
- readTextFile(String) - Static method in class Jcg.io.IO
-
- remove(X) - Method in class Jcg.geometry.PointCloud
-
Remove a point to the point cloud
- REMOVE_VERTEX - Static variable in class Jcg.viewer.editor2d.Canvas2D
-
- removeDecoration(K) - Method in class Jcg.polyhedron.Decorator
-
- removeEdge(V, V) - Method in class Jcg.graph.AdjacencyListGraph
-
- removeEdge(int, int) - Method in class Jcg.graph.arraybased.ArrayBasedAdjacencyListGraph
-
- removeEdge(int, int) - Method in class Jcg.graph.arraybased.ArrayBasedAdjacencyMatrixGraph
-
remove an edge between vertices d and a
- removeEdge(int, int) - Method in interface Jcg.graph.arraybased.ArrayBasedGraph
-
- removeEdge(V, V) - Method in interface Jcg.graph.Graph
-
- removeNeighbor(Node<X>) - Method in class Jcg.graph.Node
-
- removeNode(V) - Method in class Jcg.graph.AdjacencyListGraph
-
- removeNode(V) - Method in interface Jcg.graph.Graph
-
- removePoint(int, int) - Method in class Jcg.viewer.processing2d.Canvas2DProcessing
-
- renderModes - Variable in class Jcg.viewer.processing3d.MeshViewerProcessing
-
- renderTriangleMesh(TransformGroup, Appearance, Point_3[], int[][], Color[]) - Method in class Jcg.viewer.j3d.MeshViewer
-
Render the set of triangle facets of a surface mesh
(the input is a shared vertex representation)
- renderType - Variable in class Jcg.viewer.processing3d.MeshViewerProcessing
-
- repulsiveForce(double) - Method in class Jcg.graph.drawing.SpringDrawing_2
-
- repulsiveForce(double) - Method in class Jcg.graph.drawing.SpringDrawing_3
-
- resize(Point_2, Point_2) - Method in class Jcg.viewer.Draw2D
-
Resize the frame according to the window coordinates
Input points are the left bottom and right top points of the window
- resize(Point_2, Point_2) - Method in class Jcg.viewer.editor2d.Draw
-
- restore() - Method in class Jcg.viewer.editor2d.Canvas2D
-
Restore initial configuration (data are deleted)
- restore() - Method in class Jcg.viewer.editor2d.CylindricalCanvas2D
-
Restore initial configuration (data are deleted)
- rnext() - Method in class Jcg.triangulations2D.QuadEdge
-
Returns the next QuadEdge along the right cycle (rnext.orig() == this.dest())
- rootEdge - Variable in class Jcg.schnyderwoods.PlanarTriSchnyderWood
-
half-edge (v_0, v_1) oriented toward v_1, assuming the ccw orientation of faces
- round(double, int) - Static method in class Jcg.viewer.Draw2D
-
Return the value after truncation
- round(double, int) - Static method in class Jcg.viewer.DrawSkeleton
-
Return the value after truncation
- rprev() - Method in class Jcg.triangulations2D.QuadEdge
-
Returns the previous QuadEdge along the right cycle (rprev.dest() == this.orig())