JavaView® v2.00.008
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

R

r - Variable in class vgp.surface.common.PgSurface_Boy
 
radius - Variable in class vgp.surface.common.PgSurface_KleinBottle
 
RATING - Static variable in class jvx.rsrc.PsSubmission
 
re - Variable in class jv.number.PuComplex
 
re(PuComplex) - Static method in class jv.number.PuComplex
r = Re(u)
read(BufferedReader) - Method in class jv.loader.PgBdLoader
Read build file and fill information in current class.
read(BufferedReader) - Static method in class jv.loader.PgByuLoader
Read geometry file in the Brigham Young University's MOVIE.BYU file format.
read(BufferedReader) - Static method in class jv.loader.PgOffLoader
Read geometry file in Geometry Center's OFF file format.
read(BufferedReader) - Method in class jv.loader.PgAnsLoader
Read geometry file in Ansys file format.
read(BufferedReader) - Static method in class jv.loader.PgMapleLoader
Read Maple graphics data.
read(BufferedReader) - Static method in class jv.loader.PgJvxLoader
Read XML file and fill a new PsJvxSrc class.
read(BufferedReader) - Static method in class jv.loader.PsXmlLoader
Read XML file and fill a new PsXmlSrc class.
read(BufferedReader) - Method in class jv.loader.PgObjLoader
Read geometry file in Wavefront's OBJ file format.
read(BufferedReader) - Method in class jv.loader.PgStlLoader
Read geometry file in STL file format.
read(BufferedReader) - Method in class jv.loader.PgFeLoader
Read geometry file in Ken Brakke's Surface Evolver FE file format.
read(BufferedReader) - Method in class jv.loader.PgMathLoader
Parse a Mathematica graphics from a bufferedReader.
read(BufferedReader) - Static method in class jv.loader.PgWrlLoader
Read a WRL file and fill a new PgJvxSrc class.
read(BufferedReader) - Method in class jv.loader.PgDxfLoader
Read geometry file in Autodesk DXF file format.
read(BufferedReader) - Static method in class jv.loader.PvDisplayLoader
Read a JVD file with display settings and fill a new options class.
read(PgJvxSrc[][], boolean, boolean) - Static method in class jv.loader.PjMathView
Create a set of keyframe objects from a double array of geometries.
read(PgJvxSrc[], boolean, boolean) - Static method in class jv.loader.PjMathView
Create a set of keyframe objects from a double array of geometries.
read(String) - Method in class jv.loader.PgBdLoader
Deprecated. use #read(BufferedReader)
read(String) - Static method in class jv.loader.PgByuLoader
Read geometry file in the Brigham Young University's MOVIE.BYU file format.
read(String) - Static method in class jv.loader.PgOffLoader
Read geometry file in Geometry Center's OFF file format.
read(String) - Method in class jv.loader.PgAnsLoader
Read geometry file in Ansys file format.
read(String) - Static method in class jv.loader.PgMapleLoader
Read geometry file in Maple graphic file format.
read(String) - Static method in class jv.loader.PgJvxLoader
Read geometry from file in JavaView JVX format.
read(String) - Static method in class jv.loader.PsXmlLoader
Read XML file and fill a new PsXmlSrc class.
read(String) - Method in class jv.loader.PgObjLoader
Read geometry file in Wavefront's OBJ file format.
read(String) - Method in class jv.loader.PgFeLoader
Read geometry file in Ken Brakke's Surface Evolver FE file format.
read(String) - Static method in class jv.loader.PgWrlLoader
Read geometry from file in JavaView JVX format.
read(String) - Method in class jv.loader.PgDxfLoader
Read geometry file in Autodesk DXF file format.
read(String) - Static method in class jv.loader.PvDisplayLoader
Read a JVD file with display settings and fill a new options class.
read(String) - Method in class jv.rsrc.PsJavaView
Read an XML file and create a tree structure of instances of type PsXmlNode.
read(String) - Method in class jv.rsrc.PsModelInfo
Read an XML file and create a tree structure of instances of type PsXmlNode.
readAll(List, String) - Static method in class jv.loader.PgLoader
Read list of files from a given XML listing file.
readAxesLabel(StreamTokenizer, int) - Method in class jv.loader.PgMathLoader
Read "AxesLabel" option.
readCMYKColor(StreamTokenizer) - Method in class jv.loader.PgMathLoader
Parse a Color in cyan-magenta-yellow-black notation.
readDirs(List, String) - Static method in class jv.loader.PgLoader
Read list of directories from a given XML listing file.
readDirs(String) - Static method in class jv.loader.PgLoader
Read list of directories from a given XML listing file into array.
readGraphics(StreamTokenizer) - Method in class jv.loader.PgMathLoader
Parse a Mathematica graphics object.
readGraphics(StreamTokenizer, int, Vector) - Static method in class jv.loader.PgMapleLoader
Parse a Maple graphics object.
readGrayLevel(StreamTokenizer) - Method in class jv.loader.PgMathLoader
Parse a Color given by gray-level.
readHueColor(StreamTokenizer) - Method in class jv.loader.PgMathLoader
Parse a Color by hue-saturation-brightness notation.
readNumber(StreamTokenizer) - Method in class jv.loader.PgMathLoader
Parse a number in Mathematica exponential notation "*^".
readOptions(StreamTokenizer) - Method in class jv.loader.PgMathLoader
Read viewer options: Boxed, Axes, Lighting, LightSources, ViewPoint, ViewCenter, AxesEdge, AmbientLight, BoxRatios, Background, PolygonIntersections, ViewVertical.
readParametricSurface(StreamTokenizer) - Method in class jv.loader.PgMathLoader
Parse a Mathematica parametric surface graphics object.
readRGBColor(StreamTokenizer) - Method in class jv.loader.PgMathLoader
Parse a Color in red-green-blue notation.
readString(StreamTokenizer) - Method in class jv.loader.PgMathLoader
Parse a String included by quotes
readSurfaceColor(StreamTokenizer, Color[]) - Method in class jv.loader.PgMathLoader
Parse a SurfaceColor object.
realloc(boolean[], int) - Static method in class jv.vecmath.PuData
Create a new array with given size, if size is different than given array.
realloc(boolean[], int, boolean) - Static method in class jv.vecmath.PuData
Create a new array with given size, if size is different than given array.
realloc(Class, Object[], int) - Static method in class jv.vecmath.PuData
Create a new array with given size, if size is different than given array.
realloc(Color[], int) - Static method in class jv.number.PdColor
Allocate an array of Java colors and assign default color black.
realloc(double[], int) - Static method in class jv.vecmath.PuData
Create a new array with given size, if size is different than given array.
realloc(double[], int, double) - Static method in class jv.vecmath.PuData
Create a new array with given size, if size is different than given array.
realloc(float[], int) - Static method in class jv.vecmath.PuData
Create a new array with given size, if size is different than given array.
realloc(float[], int, float) - Static method in class jv.vecmath.PuData
Create a new array with given size, if size is different than given array.
realloc(int[], int) - Static method in class jv.vecmath.PuData
Create a new array with given size, if size is different than given array.
realloc(int[], int, int) - Static method in class jv.vecmath.PuData
Create a new array with given size, if size is different than given array.
realloc(PdColor[], int, int) - Static method in class jv.number.PdColor
Allocate an array of colors, where all colors have the same dimension.
realloc(PdColor[], int, int, boolean) - Static method in class jv.number.PdColor
Allocate an array of colors, where all colors have the same dimension.
realloc(PdMatrix[], int) - Static method in class jv.vecmath.PdMatrix
 
realloc(PdMatrix[], int, int, int) - Static method in class jv.vecmath.PdMatrix
 
realloc(PdVector[], int) - Static method in class jv.vecmath.PdVector
Allocate an array of vectors, where all vectors have the same dimension.
realloc(PdVector[], int, int) - Static method in class jv.vecmath.PdVector
Allocate an array of vectors, where all vectors have the same dimension.
realloc(PgFrame[], int, int) - Static method in class jvx.geom.PgFrame
 
realloc(PiVector[], int) - Static method in class jv.vecmath.PiVector
Allocate an array of vectors, where all vectors have the same dimension.
realloc(PiVector[], int, int) - Static method in class jv.vecmath.PiVector
Allocate an array of vectors, where all vectors have the same dimension.
realloc(String[], int) - Static method in class jv.vecmath.PuData
Create a new array with given size, if size is different than given array.
realloc(String[], int, String) - Static method in class jv.vecmath.PuData
Create a new array with given size, if size is different than given array.
REFERENCE_ARTICLE - Static variable in class jv.rsrc.PsGeometryInfo
 
REFERENCE_BOOK - Static variable in class jv.rsrc.PsGeometryInfo
 
REFERENCE_INCOLLECTION - Static variable in class jv.rsrc.PsGeometryInfo
 
REFERENCE_MISC - Static variable in class jv.rsrc.PsGeometryInfo
 
REFERENCE_URL - Static variable in class jv.rsrc.PsGeometryInfo
 
refineGlobalIntoEight() - Method in class jv.geom.PgTetraSet
Refines by dividing each tetrahedron into eight children.
refineGlobalIntoFour() - Method in class jv.geom.PgElementSet
 
reflect(PdMatrix, boolean, boolean) - Method in class jv.geom.PgPointSet
Generate a cloned geometry and transform vertices by a matrix.
reflect(PdMatrix, boolean, boolean) - Method in class jv.geom.PgElementSet
Generate a cloned geometry and transform vertices by a matrix.
reflect(PdMatrix, boolean, boolean) - Method in class jv.project.PgGeometry
Generate a cloned geometry and transform vertices by a matrix.
reflect(PdMatrix, boolean, boolean) - Method in interface jv.project.PgGeometryIf
Generate a cloned geometry and transform vertices by a matrix.
reflect(PdMatrix, boolean, boolean) - Method in class jv.project.PgJvxSrc
Generate a cloned geometry and transform vertices by a matrix.
reflectAtOrigin(PdMatrix, PdVector, PdVector, PdVector) - Static method in class jv.vecmath.PuLorentz
Compute transformation 4*4 matrix to reflect at plane through origin spanned by two given points.
reflectAtPlane(PdMatrix, PdVector, PdVector, PdVector, PdVector) - Static method in class jv.vecmath.PuLorentz
Compute transformation 4*4 matrix to reflect at arbitrary plane spanned by three given points.
reflectPart(int, int, int, int) - Method in class vgp.minimal.weier.PgWeierstrassDescr
Appoint a part of the surface to be reflection of an other part.
rehash() - Method in class jv.thirdParty.acmeEncoders.IntHashtable
Rehashes the content of the table into a bigger table.
releasePick() - Method in class jvx.geom.PnCellOperator
Remove pick focus from cell operator.
releasePickFocus() - Method in interface jv.project.PvDisplayIf
Release pick focus, i.e. to be the unique listener who receives pick events.
releasePickFocus() - Method in class jv.viewer.PvDisplay
Release pick focus, i.e. to be the unique listener who receives pick events.
remove(int) - Method in class jv.thirdParty.acmeEncoders.IntHashtable
Removes the element corresponding to the key.
remove(Object) - Method in class jv.thirdParty.acmeEncoders.IntHashtable
A remove method that takes an Object, for compatibility with java.util.Dictionary.
removeAll() - Method in class jv.object.PsConsole
 
removeAllVectorFields() - Method in class jv.geom.PgPointSet
Remove all user added vector fields.
removeAttribute(String) - Method in class jv.rsrc.PsXmlNode
 
removeBoundaries() - Method in class jv.geom.PgElementSet
Remove all boundary curves.
removeCamera(int) - Method in class jv.viewer.PvDisplay
Remove camera from list of registered cameras.
removeCameraListener(PvCameraListenerIf) - Method in interface jv.project.PvDisplayIf
Remove a registered listener from list of registered listeners.
removeCameraListener(PvCameraListenerIf) - Method in class jv.viewer.PvDisplay
Remove a registered listener from list of registered listeners.
removeCenter(int) - Method in class jvx.geom.PwVectorField
 
removeChildren() - Method in class jv.rsrc.PsXmlNode
 
removeDegenerateElements(PgElementSet) - Static method in class jvx.geom.PwCleanMesh
Adapt triangulation to the following conventions: - subsequent vertices of an element must be different.
removeDisplay(PvDisplayIf) - Method in class jv.project.PgGeometry
Remove a registered display from list of registered displays.
removeDisplay(PvDisplayIf) - Method in class jv.project.PjProject
Remove a registered display from list of registered displays.
removeDisplay(PvDisplayIf) - Method in interface jv.project.PgGeometryIf
Remove a registered display from list of registered displays.
removeDisplay(String) - Method in interface jv.project.PvViewerIf
Remove a registered display from list of registered displays.
removeDisplay(String) - Method in class jv.viewer.PvViewer
Remove a registered display from list of registered displays.
removeEdge(int) - Method in class jvx.geom.PwSimplify
Remove an edge from the elementSet and identify it's endPoints.
removeElement(int) - Method in class jv.geom.PgElementSet
Remove element with given index, and decrement index of all elements with higher index.
removeElement(int) - Method in class jv.geom.PgTetraSet
Remove element with given index, and decrement index of all elements with higher index.
removeElement(int) - Method in class jv.project.PgGeometry
Method does nothing and may be overriden by subclasses.
removeElement(int) - Method in interface jv.project.PgGeometryIf
Remove an element with given index.
removeFrame(String) - Method in class jv.viewer.PvViewer
Remove a registered frame from list of registered frames.
removeGeometries() - Method in class jv.project.PjProject
Remove all registered geometries from project and registered displays.
removeGeometries() - Method in interface jv.project.PvDisplayIf
Remove all geometries from display and remove any registered pick listener.
removeGeometries() - Method in class jv.viewer.PvDisplay
Remove all geometries from list of registered geometries.
removeGeometry(PgGeometry) - Method in class jv.thirdParty.ruler.PjAxes
Remove a register a geometry.
removeGeometry(PgGeometryIf) - Method in class jv.project.PjProject
Remove previously registered geometry from project and the selected display.
removeGeometry(PgGeometryIf) - Method in interface jv.project.PvDisplayIf
Remove geometry from display.
removeGeometry(PgGeometryIf) - Method in class jv.viewer.PvDisplay
Remove geometry from list of registered geometries.
removeGeometry(PgGeometryIf) - Method in class vgp.tutor.model.PjModel
Overwrite method of superclass to be able to react when new geometry is loaded from file by menu import.
removeGeometry(PvGeometry) - Method in class jv.viewer.PvScene
Remove geometry from list of registered geometries and return new current geometry container.
removeInspector(String) - Method in class jv.object.PsObject
Remove a registered inspector panel from list of registered inspectors.
removeKey(double) - Method in class jv.anim.PsKeyframe
Remove key at specified time within EPS tolerance.
removeKey(int) - Method in class jv.anim.PsKeyframe
Remove key at specified index.
removeKeyListener(KeyListener) - Method in interface jv.project.PvDisplayIf
Remove a keyListener to receive keyboard events of JavaView.
removeLayoutComponent(Component) - Method in class jv.object.PsStackLayout
 
removeLayoutComponent(Component) - Method in class jv.objectGui.GuiStackLayout
Remove the specified component from the layout.
removeMarkedElements() - Method in class jv.geom.PgElementSet
Remove all elements which have been marked PsObject.IS_DELETED.
removeMarkedElements() - Method in class jv.geom.PgTetraSet
Remove all elements which have been marked PsObject.IS_DELETED.
removeMarkedPolygons() - Method in class jv.geom.PgPolygonSet
Remove all polygons which have been marked PsObject.IS_DELETED.
removeMarkedVertices() - Method in class jv.geom.PgPointSet
Remove vertices marked with tag PsObject#IS_DELETED from the vertex list.
removeMarkedVertices() - Method in class jv.geom.PgElementSet
Remove vertices marked with tag PsObject#IS_DELETED from elements.
removeMarkedVertices() - Method in class jv.geom.PgTetraSet
Remove vertices marked with tag PsObject#IS_DELETED from elements.
removeMarkedVertices() - Method in class jv.geom.PgPolygonSet
Remove vertices marked with tag PsObject#IS_DELETED from polygons.
removeMarks(PgElementSet) - Static method in class jvx.geom.PwCleanMesh
Remove tag IS_SELECTED from all vertices in geometry.
removeMenu(String) - Method in class jv.objectGui.PsMethodMenu
Remove menu with given name.
removeMenuItem(String, String) - Method in class jv.objectGui.PsMethodMenu
Remove menuItem with given name.
removePanel(String) - Method in class jv.objectGui.PsTabPanel
 
removePickListener(PvPickListenerIf) - Method in interface jv.project.PvDisplayIf
Remove a registered listener from list of registered listeners.
removePickListener(PvPickListenerIf) - Method in class jv.viewer.PvDisplay
Remove a registered listener from list of registered listeners.
removePolygon(int) - Method in class jv.geom.PgPolygonSet
Remove polygon with given index, and decrement index of all polygons with higher index.
removePolygon(int) - Method in class jv.project.PgGeometry
Method does nothing and may be overriden by subclasses.
removePolygon(int) - Method in interface jv.project.PgGeometryIf
Remove polygon with given index.
removeProject(String) - Method in interface jv.project.PvViewerIf
Removes a project from control panel and display but keeps it in the list of added project.
removeProject(String) - Method in class jv.viewer.PvViewer
Removes a registered project and dispose it.
removeScene(PvScene) - Method in class jv.thirdParty.ruler.PjAxes
Remove a register a scene.
removeTimeListener(PsTimeListenerIf) - Method in class jv.anim.PsAnimation
Remove a registered listener from list of registered listeners.
removeUnusedVertices() - Method in class jv.geom.PgElementSet
Remove all points not referenced by elements.
removeUnusedVertices() - Method in class jv.geom.PgTetraSet
Remove all points not referenced by elements.
removeUnusedVertices() - Method in class jv.geom.PgPolygonSet
Remove all points not referenced by polygons.
removeUpdateListener(PsUpdateIf) - Method in class jv.object.PsObject
Remove a registered listener from list of registered listeners.
removeVector(int) - Method in class jv.geom.PgVectorField
 
removeVectorField(PgGeometryIf) - Method in class jv.geom.PgPointSet
Remove a vector field from geometry.
removeVertex(int) - Method in class jv.geom.PgPointSet
Remove vertex at specified position in the vertex list.
removeVertex(int) - Method in class jv.project.PgGeometry
Method does nothing and may be overriden by subclasses.
removeVertex(int) - Method in interface jv.project.PgGeometryIf
Remove vertex with given index.
removeVF(int) - Method in class jvx.geom.PwVectorField
 
replaceBndVertex(int, int) - Method in class jvx.geom.PwSimplify
Replace in PgBndPolygons vertex1 by vertex0 and remove edges with identical ending points.
requestPick() - Method in class jvx.geom.PnCellOperator
Set pick focus upon cell operator.
requestPickFocus(PvPickListenerIf) - Method in interface jv.project.PvDisplayIf
Request pick focus, i.e. to be the unique listener who receives pick events.
requestPickFocus(PvPickListenerIf) - Method in class jv.viewer.PvDisplay
Request pick focus, i.e. to be the unique listener who receives pick events.
reset() - Method in class jv.number.PdColor_Dialog
 
reset() - Method in class jv.number.PuInteger_Config
Inform parent to allow him to reset its variables before dialog gets destroyed.
reset() - Method in class jv.number.PuDouble_Config
Inform parent to allow him to reset its variables before dialog gets destroyed.
reset() - Method in class jv.object.PsDialog
Inform parent to allow him to reset its variables before dialog gets destroyed.
reset() - Method in class jvx.geom.PnExplodeElementSet
Reset geometry to initial state.
resetTransformModel() - Method in class jv.viewer.PvDisplay
Reset model matrix of current model and modelCamera.
resetZBuffer() - Method in class jv.viewer.PvDisplay
Reset z-buffer to lowest integer height.
resizeImage(double, double) - Method in class jv.viewer.PvCamera
Assign dimension of viewing canvas to allow normalization of pixel coordinates.
restoreColors() - Method in class jvx.geom.PnCellOperator
Reset the ElementSet's element colors to state before calling cell operator.
restoreGeometry() - Method in class jvx.geom.PjEvolve
Restore the saved vertices of the geometry to its original shape.
retainBoundary(boolean) - Method in class jvx.geom.PwSimplify
Appoint, if boundary points of PgElementSet are allowed to be simplified, or not.
retainMarkedVertices(boolean) - Method in class jvx.geom.PwSimplify
Appoint, if boundary points of PgElementSet are allowed to be simplified, or not.
returnUserReflections() - Method in class vgp.minimal.weier.PgWeierstrassDescr
Return vector of reflections invoked by the user.
REWIND - Static variable in class jv.anim.PsAnimation
Play animation with normal speed in backward direction determined by line increment of time ruler.
rgb2hsl(int, int, int) - Static method in class jv.number.PdColor
 
rgb2hsv(PdColor, PdColor) - Static method in class jv.number.PdColor
Conversion of color spaces.
rgb2yiq(int, int, int) - Static method in class jv.number.PdColor
 
RHOMB_ICOSI_DODECAHEDRON - Static variable in class jvx.geom.PwPlatonic
 
RHOMBI_CUBE_OCTAHEDRON - Static variable in class jvx.geom.PwPlatonic
 
RHOMBI_TRUNCATED_CUBE - Static variable in class jvx.geom.PwPlatonic
 
RHOMBI_TRUNCATED_ICOSAHEDRON - Static variable in class jvx.geom.PwPlatonic
 
RHOMBIC_DODEKAHEDRON - Static variable in class jvx.geom.PwPlatonic
 
rightMult(PcMatrix) - Method in class jv.vecmath.PcMatrix
Multiply with square matrix from right of same sizes using this = this*m.
rightMult(PdMatrix) - Method in class jv.vecmath.PdMatrix
Multiply with square matrix from right of same sizes using this = this*m.
rightMultMatrix(PdMatrix) - Method in class jv.vecmath.PdVector
Multiply vector with matrix this = this*m.
rightMultMatrix(PdMatrix) - Method in class jv.vecmath.PiVector
Multiply vector with matrix this = this*m.
rightMultMatrix(PdVector, PdMatrix) - Method in class jv.vecmath.PdVector
Multiply vector with matrix this = v*m.
rightMultMatrix(PiVector, PdMatrix) - Method in class jv.vecmath.PiVector
Multiply vector with matrix this = v*m.
rivaraRefineEdge(int, PdVector, PdVector) - Method in class jvx.geom.PwRivaraBisection
Refines an edge (currently at the midpoint of the refinement edge).
rivaraRefineElement(int, int[], int) - Method in class jvx.geom.PwRivaraBisection
 
rivaraRefineElement(int, int[], int, int) - Method in class jvx.geom.PwRivaraBisection
 
rivaraRefinement(PgElementSet, int[]) - Method in class jvx.geom.PwRivaraBisection
Invokes the Rivara refinement process on the set of marked triangles.
rivaraSimpleConnect(int, int, int, int) - Method in class jvx.geom.PwRivaraBisection
 
rotateAroundLine(PdMatrix, PdVector, PdVector, double, PdVector) - Static method in class jv.vecmath.PuLorentz
Compute transformation 4*4 matrix to rotate around geodesic connecting two given points.
rotateAtOrigin(PdMatrix, PdVector, double, PdVector) - Static method in class jv.vecmath.PuLorentz
Compute rotation 4*4 matrix to rotate tangent space at origin around line in Lorentz model of hyperbolic space.
rotateAtVertex(PgElementSet, int, int, PdBaryDir, PdBaryDir, PdBary, double) - Static method in class jvx.geom.PwBary
Rotates direction at vertex in same orientation as the star.
rotateInElement(PgElementSet, int, PdBaryDir, double, PdBaryDir, boolean) - Static method in class jvx.geom.PwBary
Rotates direction in same orientation as the element's.
rotateLine(PdVector, PdVector) - Static method in class jv.vecmath.PuReflect
Generate a (4*4)-matrix to rotate around axis base+t*dir by 180 degrees.
rotateLine(PdVector, PdVector, double) - Static method in class jv.vecmath.PuReflect
Generate a (4*4)-matrix to rotate around axis base+t*dir by given angle.
rotatePointAroundLine(PdVector, PdVector, PdVector, PdVector, double) - Static method in class jv.vecmath.PuVectorGeom
Rotate a point around an arbitrary axis by a given angle.
rotatePointAroundVector(PdVector, PdVector, PdVector, double) - Static method in class jv.vecmath.PuVectorGeom
Rotate a point around an axis through the origin by a given angle.
rotateXW(double) - Method in class vgp.tutor.transform.PjTransform
 
rotateYW(double) - Method in class vgp.tutor.transform.PjTransform
 
rotateZW(double) - Method in class vgp.tutor.transform.PjTransform
 
ROTATION - Static variable in class vgp.tutor.vectorField.PjVectorField
Vectorfield is J*gradient of potential.
ROUND - Static variable in class jv.thirdParty.expr.Expr
Unary operator.
RSRC - Static variable in interface jv.object.PsViewerIf
 
rule - Variable in class jvx.geom.PnCellOperator
 
rule - Variable in class vgp.tutor.lsystem.LSystem
Production rule of each character of the alphabet.
ruleOfLife(int) - Method in class jvx.geom.PnCellOperator
Evaluate rule of life: Dead cells with exactly three living influencing cells are set alive, living cells with three or four living influencing cells stay alive, all other cells are dead.
ruleOfMajority(int) - Method in class jvx.geom.PnCellOperator
Every cell is set to the state of the majority state in the influence area.
run() - Method in class jv.anim.PsAnimation
Do the animation.
run() - Method in class jv.object.PsConsole
Flush messages collected with PsDebug to console.
run() - Method in class jv.viewer.PvDisplay
Do the animation by incrementing the transformation matrix with the last action.
run() - Method in class jvx.geom.PwLIC
 
run() - Method in class jvx.geom.PnCellOperator
Do cell operating until m_numLoops are done or until a call of stop().
run() - Method in class jvx.math.MathUpdateListener
 
run() - Method in class jvx.math.MathCameraListener
Asynchronously perform the event handling.
run() - Method in class jvx.numeric.PnEnergyMinimizer
Do energy minimization until m_numLoops are done or until a call of stop().
run() - Method in class jvx.numeric.PnEnergyMinimizer_IP
 
run() - Method in class jvx.thirdParty.acmeGui.ButtonDialog
 
run() - Method in class jvx.thirdParty.acmeGui.BusyBox
 
run() - Method in class vgp.curve.connecting.PaConnecting
Configure and initialize the viewer, load system and user projects.
run() - Method in class vgp.curve.cycloid.PaCycloid
Configure and initialize the viewer, load system and user projects.
run() - Method in class vgp.curve.elastic.PaElasticCurve
Configure and initialize the viewer, load system and user projects.
run() - Method in class vgp.curve.geodesic.PaGeodesic
Configure and initialize the viewer, load system and user projects.
run() - Method in class vgp.discrete.catenoid.PaCatenoid
Configure and initialize the viewer, load system and user projects.
run() - Method in class vgp.discrete.conformal.PaConformal
Configure and initialize the viewer, load system and user projects.
run() - Method in class vgp.discrete.conjugate.PaConjugate
Configure and initialize the viewer, load system and user projects.
run() - Method in class vgp.discrete.harmonic.PaHarmonic
Configure and initialize the viewer, load system and user projects.
run() - Method in class vgp.discrete.platonic.PaPlatonic
 
run() - Method in class vgp.game.life.PaLife
Configure and initialize the viewer, load system and user projects.
run() - Method in class vgp.game.mines.PnMinesweeper
Just to disable PnCellOperator.run().
run() - Method in class vgp.game.mines.PaMinesweeper
Configure and initialize the viewer, load system and user projects.
run() - Method in class vgp.surface.common.PaSurface
Configure and initialize the viewer, load system and user projects.
run() - Method in class vgp.tutor.fractal.PaFractalImage
 
run() - Method in class vgp.tutor.height.PaHeight
Configure and initialize the viewer, load system and user projects.
run() - Method in class vgp.tutor.key.PaKeyframe
Configure and initialize the viewer, load system and user projects.
run() - Method in class vgp.tutor.linear.PaLinear
 
run() - Method in class vgp.tutor.texture.PaTextureCube
 
run() - Method in class vgp.tutor.texture.PjTextureCube
 
run() - Method in class vgp.tutor.texture.PaTexturedSurface
 
run() - Method in class vgp.tutor.vectorField.PaVectorField
Configure and initialize the viewer, load system and user projects.
run() - Method in class vgp.vector.hodge.PaHodge
Configure and initialize the viewer, load system and user projects.
run() - Method in class vgp.vector.lic.PaLIC
Configure and initialize the viewer, load system and user projects.
run() - Method in class vgp.vector.vectorField.PaVectorField
Configure and initialize the viewer, load system and user projects.
run() - Method in class vgp.vector.vectorField.PjVectorField
Gets an apropriate Runge-Kutta class and initiates LIC calculation element by element.
rungeKutta(int, PdBary, PdBaryDir, double) - Method in class jvx.numeric.PnGeodesicRK
Calculates next direction of runge-kutta step.
rungeKutta(PnOde, double, double[], double, double[]) - Static method in class jvx.numeric.PnOde
4th order Runge-Kutta method.
runningInsideJavaView(boolean) - Static method in class jv.rsrc.PsModelInfo
 

JavaView® v2.00.008
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
The software JavaView® is copyright protected. All Rights Reserved.