- RANGE_FULL - Static variable in class jvx.vector.PwIsoline
-
- RANGE_HIGHER - Static variable in class jvx.vector.PwIsoline
-
- RANGE_LOWER - Static variable in class jvx.vector.PwIsoline
-
- RANGE_MAJOR - Static variable in class jvx.vector.PwIsoline
-
- re - Variable in class jv.number.PuComplex
-
- re(PuComplex) - Static method in class jv.number.PuComplex
-
Deprecated.
since JavaView 3.97.061, use this.re() instead.
- re() - Method in class jv.number.PuComplex
-
r = re(this)
- RE - Static variable in class jv.thirdParty.expr.Expr
-
Complex real component, same for real numbers (kp)
- read(BufferedReader) - Method in class jv.loader.PgAbstractLoader
-
Read a geometry file and return an array of new geometries.
- read(DataInputStream) - Method in class jv.loader.PgAbstractLoader
-
Read an array of geometries from a binary input stream.
- read(String) - Static method in class jv.loader.PgByuLoader
-
Read geometry file in the Brigham Young University's MOVIE.BYU file format.
- read(BufferedReader) - 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.PgJvxLoader
-
Read geometry from file in JavaView JVX format.
- read(BufferedReader) - Method in class jv.loader.PgJvxLoader
-
Read XML file and fill a new PsJvxSrc class.
- read(PgJvxSrc[], boolean) - Static method in class jv.loader.PgLoader
-
Deprecated.
use non-static method readAnimation() with same method signature.
- read(PgJvxSrc[][], boolean) - Static method in class jv.loader.PgLoader
-
Deprecated.
use non-static method readAnimation() with same method signature.
- read(BufferedReader) - Method in interface jv.loader.PgLoaderIf
-
Read a geometry file and return an array of new geometries.
- read(String) - Static method in class jv.loader.PgMapleLoader
-
Read geometry file in Maple graphic file format.
- read(BufferedReader) - Method in class jv.loader.PgMapleLoader
-
Read Maple graphics data.
- read(BufferedReader) - Method in class jv.loader.PgMathLoader
-
Read a Mathematica graphics from a bufferedReader.
- read(String) - Method in class jv.loader.PgObjLoader
-
Read geometry file in Wavefront's OBJ file format.
- read(BufferedReader) - Method in class jv.loader.PgObjLoader
-
Read geometry file in Wavefront's OBJ file format.
- read(String) - Static method in class jv.loader.PsXmlLoader
-
Read XML file and fill a new PsXmlSrc class.
- read(BufferedReader) - Static method in class jv.loader.PsXmlLoader
-
Read XML file and fill a new PsXmlSrc class.
- read(String) - Static method in class jv.loader.PvDisplayLoader
-
Read a JVD file with display settings and fill a new options class.
- read(BufferedReader) - Method in class jv.loader.PvDisplayLoader
-
Read a JVD file with display settings and fill a new options class.
- read(String) - Static 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.PsLicense
-
Read an XML file and create a tree structure of instances of type
PsXmlNode
.
- read(BufferedReader) - Method in class jvx.loader.PgAnsLoader
-
Read geometry file in Ansys file format.
- read(BufferedReader) - Method in class jvx.loader.PgBdLoader
-
Read an inhouse BD geometry file and return an array with a single surface.
- read(BufferedReader) - Method in class jvx.loader.PgDxfLoader
-
Read a DXF geometry file and return an array of new geometries.
- read(BufferedReader) - Method in class jvx.loader.PgFeLoader
-
Read geometry file in Ken Brakke's Surface Evolver FE file format.
- read(String) - Static method in class jvx.loader.PgOffLoader
-
Read an OFF geometry file and return an array of new geometries.
- read(BufferedReader) - Method in class jvx.loader.PgOffLoader
-
Read geometry file in Geometry Center's OFF file format.
- read(BufferedReader) - Method in class jvx.loader.PgStlLoader
-
Read an STL geometry file and return an array of new geometries.
- read(DataInputStream) - Method in class jvx.loader.PgStlLoader
-
Read an array of geometries from a binary input stream.
- read(BufferedReader) - Method in class jvx.loader.PgWrlLoader
-
Read a WRL geometry file and return an array of new geometries.
- read(String) - Static method in class jvx.loader.PgXyzLoader
-
Read geometry file in the Brigham Young University's MOVIE.BYU file format.
- read(BufferedReader) - Method in class jvx.loader.PgXyzLoader
-
Read geometry file in the Brigham Young University's MOVIE.BYU file format.
- read(String) - Method in class jvx.rsrc.PsModelInfo
-
Read an XML file and create a tree structure of instances of type
PsXmlNode
.
- read(BufferedReader) - Method in class vgp.tutor.loader.PgAbcLoader
-
Read an ABC geometry file and return an array of new geometries.
- readAll(List, String) - Static method in class jv.loader.PgLoader
-
Read list of files from a given XML listing file.
- readAnimation(PgJvxSrc[], boolean) - Method in class jv.loader.PgLoader
-
Create a set of keyframe objects containing a single keyframe from an array of geometries.
- readAnimation(PsKeyframe[], int, int, String) - Static method in class jv.loader.PgLoader
-
Deprecated.
use readAnimation(PsKeyframe [], int, int, String, int);
- readAnimation(PsKeyframe[], int, int, String, int) - Method in class jv.loader.PgLoader
-
Create a set of keyframe objects from a set of files.
- readAnimation(PgJvxSrc[][], boolean) - Method in class jv.loader.PgLoader
-
Create a set of keyframe objects from a double array of geometries
and returns the list of dynamic geometries.
- 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.
- readElementSet(BufferedReader) - Method in class jvx.loader.PgBdLoader
-
Read bd-file into an array of macro patches, then merge
the generated element sets into a single element set.
- realloc(Color[], int) - Static method in class jv.number.PdColor
-
Allocate an array of Java colors and assign default color black.
- 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(PbVector[], int, int) - Static method in class jv.vecmath.PbVector
-
Allocate an array of vectors, where all vectors have the same dimension.
- realloc(PbVector[], int) - Static method in class jv.vecmath.PbVector
-
Allocate an array of vectors.
- realloc(PdBary[], int, int) - Static method in class jv.vecmath.PdBary
-
Allocate an array of bary vectors, where all vectors have the same dimension.
- realloc(PdBaryDir[], int, int) - Static method in class jv.vecmath.PdBaryDir
-
Allocate an array of baryDir vectors, where all vectors have the same dimension.
- realloc(PdMatrix[], int, int, int) - Static method in class jv.vecmath.PdMatrix
-
- realloc(PdMatrix[], int) - Static method in class jv.vecmath.PdMatrix
-
- realloc(PdVector[], int, int) - Static method in class jv.vecmath.PdVector
-
Allocate an array of vectors, where all vectors have the same dimension.
- realloc(PdVector[], int) - Static method in class jv.vecmath.PdVector
-
Allocate an array of vectors.
- realloc(PiVector[], int, int) - Static method in class jv.vecmath.PiVector
-
Allocate an array of vectors, where all vectors have the same dimension.
- realloc(PiVector[], int) - Static method in class jv.vecmath.PiVector
-
Allocate an array of vectors.
- 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(double[], 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) - 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(boolean[], 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) - 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, 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, 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(String[], int, String) - Static method in class jv.vecmath.PuData
-
Create a new array with given size, if size is different than given array.
- realloc(PgFrame[], int, int) - Static method in class jvx.geom.PgFrame
-
- recompute() - Method in class vgp.tutor.lsystem.PjLSystem
-
Recompute the polygon based on the current L-System.
- recomputeAxes() - Method in class jv.viewer.PvDisplay
-
Recalculate length of axes depending on bounding box of
scene or current geometry depending on current transformation mode.
- REFERENCE_ARTICLE - Static variable in class jvx.rsrc.PsModelInfo
-
- REFERENCE_BOOK - Static variable in class jvx.rsrc.PsModelInfo
-
- REFERENCE_CAMERA - Static variable in interface jv.project.PvLightIf
-
Light position is given relative to the camera coordinate system.
- REFERENCE_INCOLLECTION - Static variable in class jvx.rsrc.PsModelInfo
-
- REFERENCE_MISC - Static variable in class jvx.rsrc.PsModelInfo
-
- REFERENCE_SCENE - Static variable in interface jv.project.PvLightIf
-
Light position is given relative to the scene coordinate system (default).
- REFERENCE_URL - Static variable in class jvx.rsrc.PsModelInfo
-
- refine() - Method in class jvx.geom.PwLocalButterfly
-
Start Rivara refinement.
- REFINE_BARYCENTRIC - Static variable in class jvx.geom.PwRefineElementSet
-
- REFINE_BUTTERFLY - Static variable in class jvx.geom.PwRefineElementSet
-
- REFINE_CATMULL_CLARK - Static variable in class jvx.geom.PwRefineElementSet
-
- REFINE_CHAIKIN - Static variable in class jvx.geom.PwRefinePolygon
-
- REFINE_DFH - Static variable in class jvx.geom.PwRefinePolygon
-
- REFINE_DLG - Static variable in class jvx.geom.PwRefinePolygon
-
- REFINE_DOO_SABIN - Static variable in class jvx.geom.PwRefineElementSet
-
- REFINE_GLOBAL_INTO_FOUR - Static variable in class jvx.geom.PwRefineElementSet
-
- REFINE_LINEAR - Static variable in class jvx.geom.PwRefinePolygon
-
- REFINE_LOOP - Static variable in class jvx.geom.PwRefineElementSet
-
- REFINE_QUADRISECTION - Static variable in class jvx.geom.PwRefineElementSet
-
- REFINE_RIVARA - Static variable in class jvx.geom.PwRefineElementSet
-
- REFINE_SPLIT_CENTRAL - Static variable in class jvx.geom.PwRefineElementSet
-
- REFINE_SQRT2 - Static variable in class jvx.geom.PwRefineElementSet
-
- REFINE_SQRT2_QUAD - Static variable in class jvx.geom.PwRefineElementSet
-
- REFINE_SQRT2_QUAD_FLAT - Static variable in class jvx.geom.PwRefineElementSet
-
- REFINE_SQRT3 - Static variable in class jvx.geom.PwRefineElementSet
-
- refineBarycentric() - Method in class jvx.geom.PwRefineElementSet
-
Applies barycentric subdivision algorithm to element set.
- refineBarycentric(PgElementSet) - Static method in class jvx.geom.PwRefineElementSet
-
Barycentric subdivision of a polyhedral surface.
- refineButterfly() - Method in class jvx.geom.PwRefineElementSet
-
Applies Butterfly subdivision algorithm to element set.
- refineByCurvature() - Method in class jvx.geom.PwLocalButterfly
-
Refine triangles, until all vertices have Gauss curvature inside
a tolerance interval given by m_tolerance or triangles are more
often refined than defined by m_maxNumSteps.
- refineCatmullClark() - Method in class jvx.geom.PwRefineElementSet
-
Applies Catmull-Clark subdivision algorithm to element set.
- refineChaikin(PgPolygon) - Static method in class jvx.geom.PwRefinePolygon
-
Refine a PgPolygon globally by Chaikin's algorithm.
- refineChaikin(PgPolygonSet) - Static method in class jvx.geom.PwRefinePolygon
-
Refine a PgPolygonSet globally by Chaikin's algorithm.
- refineDFH(PgPolygon, PdVector) - Static method in class jvx.geom.PwRefinePolygon
-
Refine a PgPolygon globally by a 2n-point rule.
- refineDFH(PgPolygonSet, PdVector) - Static method in class jvx.geom.PwRefinePolygon
-
Refine a PgPolygon globally by a 2n-point rule.
- refineDLG(PgPolygon) - Static method in class jvx.geom.PwRefinePolygon
-
Refine a PgPolygon globally by DLG scheme.
- refineDLG(PgPolygonSet) - Static method in class jvx.geom.PwRefinePolygon
-
Refine a PgPolygonSet globally by DLG scheme.
- refineDooSabin() - Method in class jvx.geom.PwRefineElementSet
-
This method assures, that the elementSet is suitable to be refined by the Doo-Sabin
algorithm and calls refineDooSabin refinement for the workshop's PgElementSet.
- refineDooSabin(PgElementSet) - Static method in class jvx.geom.PwRefineElementSet
-
Cut all edges and vertices and fill the gaps with new elements.
- refineGlobalIntoFour() - Method in class jv.geom.PgElementSet
-
Deprecated.
use refineGlobalIntoFour(boolean) instead.
- refineGlobalIntoFour(boolean) - Method in class jv.geom.PgElementSet
-
Refine elementSet by dividing each triangle into four similar children.
- refineGlobalIntoFour() - Method in class jvx.geom.PwRefineElementSet
-
- refineIntoFour(PgElementSet, int) - Static method in class jvx.geom.PwRefineElementSet
-
This method assures, that the elementSet is suitable to be refined global into four;
The positions of new vertices are computed upon the old connectivity, afterwards
the new connectivity is generated by PgElementSet.refineGlobalIntoFour.
- refineLinear(PgPolygon) - Static method in class jvx.geom.PwRefinePolygon
-
Refine a PgPolygon globally by inserting edge midpoints.
- refineLinear(PgPolygonSet) - Static method in class jvx.geom.PwRefinePolygon
-
Refine a PgPolygonSet globally by inserting edge mid points.
- refineLoop() - Method in class jvx.geom.PwRefineElementSet
-
Applies Loop subdivision algorithm to element set.
- refineParameterLines(PgElementSet, int) - Static method in class jvx.geom.PwCleanMesh
-
Deprecated.
method is moved to PwParameterLines.
- refineParameterLines() - Method in class jvx.geom.PwParameterLines
-
Refine the parameter lines of the workshop's geometry by DLG refinement.
- refineParameterLines(PgElementSet, int) - Static method in class jvx.geom.PwParameterLines
-
Refine the parameter lines of an PgElementSet by DLG refinement.
- refineQuadrisection() - Method in class jvx.geom.PwRefineElementSet
-
Refines each triangle into four congruent children in a 1-4 split.
- refineQuadSqrt2() - Method in class jvx.geom.PwRefineElementSet
-
Refine the workshop's PgElementSet by Sqrt(2) Subdivision.
- refineQuadSqrt2(PgElementSet) - Static method in class jvx.geom.PwRefineElementSet
-
Refine a PgElementSet by Sqrt(2) (or 4-8) Subdivision (by Luiz Velho and Denis Zorin) -
this is a modified quad version, removing the old edges in every refinement step, so the
mesh is a quadrangulation almost everywhere (at the boundary there may be triangles).
- refineQuadSqrt2(PgElementSet, int) - Static method in class jvx.geom.PwRefineElementSet
-
Refine a PgElementSet by Sqrt(2) (or 4-8) Subdivision (by Luiz Velho and Denis Zorin) -
this is a modified quad version, removing the old edges in every refinement step, so the
mesh is a quadrangulation almost everywhere (at the boundary there may be triangles).
- refineQuadSqrt2Flat() - Method in class jvx.geom.PwRefineElementSet
-
Refine the workshop's PgElementSet by Sqrt(2) refinement.
- refineQuadSqrt2Flat(PgElementSet) - Static method in class jvx.geom.PwRefineElementSet
-
- refineRivara() - Method in class jvx.geom.PwRefineElementSet
-
This method assures, that the elementSet is suitable to be refined by the Rivara
algorithm and refines all elements marked with the tag PsObject.IS_SELECTED.
- refineSplitCentral(PgElementSet) - Static method in class jvx.geom.PwRefineElementSet
-
Refine a PgElementSet by Central Split.
- refineSplitCentral() - Method in class jvx.geom.PwRefineElementSet
-
Refine the workshop's PgElementSet by Central Split.
- refineSqrt2() - Method in class jvx.geom.PwRefineElementSet
-
Refine the workshop's PgElementSet by Sqrt(2) Subdivision.
- refineSqrt2(PgElementSet) - Static method in class jvx.geom.PwRefineElementSet
-
Refine a PgElementSet by Sqrt(2) (or 4-8) Subdivision (by Luiz Velho and Denis Zorin)
The limit surface is C4 continuous, C1 at extraordinary vertices.
- refineSqrt3() - Method in class jvx.geom.PwRefineElementSet
-
Refine the workshop's PgElementSet by Sqrt(3) Subdivision.
- refineSqrt3(PgElementSet) - Static method in class jvx.geom.PwRefineElementSet
-
Refine a PgElementSet by Sqrt(3) Subdivision (by Leif Kobbelt).
- 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.geom.PgPointSet
-
Generate a cloned geometry and transform vertices by a matrix.
- reflect(PdMatrix, boolean, boolean) - Method in class jv.geom.PgVectorField
-
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
-
Deprecated.
this class no longer supports reflection, use geometry classes from jv.geom.*.
- REFLECT_LINE - Static variable in class vgp.minimal.weier.PgWeierstrassDescr
-
Reflect real part of a patch at the straight line through a boundary polygon,
reflect the imaginary part at the plane passing through the corresponding boundary polygon.
- REFLECT_PLANE - Static variable in class vgp.minimal.weier.PgWeierstrassDescr
-
Reflect real part of a patch at the plane passing through a boundary polygon,
reflect the imaginary part at the straight line through the corresponding boundary polygon.
- 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) - Method in class vgp.minimal.weier.PgWeierstrassDescr
-
Appoint a part of the surface to be reflection of an other part.
- refold() - Method in class jvx.geom.PwUnfold
-
Refold the geometry to its original position.
- releasePick() - Method in class jvx.cellular.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.
- removeActionListener(ActionListener) - Method in class jv.loader.PjImportModel
-
Remove a previously added action listener.
- removeActionListener(ActionListener) - Method in class jv.object.PsActionSupport
-
Removes (one occurrence of) a listener from internal list.
- removeActionListener(ActionListener) - Method in class jv.object.PsDialog
-
Removes (one occurrence of) a listener from internal list.
- removeActionListener(ActionListener) - Method in class jv.objectGui.PsToolbarItem
-
Remove a previously added action listener.
- removeActionListener(ActionListener) - Method in class jvx.thirdParty.acmeGui.BusyBox
-
Removes (one occurrence of) a listener from internal list.
- removeActionListener(ActionListener) - Method in class jvx.vector.PwIntegralLineSet
-
An action event is fired whenever integral line computation
that had been invoked from the info panel is completed.
- 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.
- removeBoundary() - Method in class jvx.geom.PwBoundary
-
Remove boundary from the registered geometry.
- removeCamera(int) - Method in interface jv.project.PvDisplayIf
-
Remove camera from the list of installed camera to be current camera in the display.
- 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 camera 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.vector.PwVectorField
-
Removes the given feature center.
- removeChild(String) - Method in class jv.rsrc.PsXmlNode
-
Remove a direct child with given element type.
- removeChildren() - Method in class jv.rsrc.PsXmlNode
-
- removeDegenerateElements(PgElementSet) - Static method in class jv.geom.PuCleanMesh
-
Adapt triangulation to the following conventions:
- the vertices of an element must be pairwise different
- removeDegenerateElements(PgElementSet) - Static method in class jvx.geom.PwCleanMesh
-
Deprecated.
starting with JavaView 2.99.018 this functionality is provided by jv.geom.PuCleanMesh#removeDegenerateElements(PgElementSet).
- removeDeletedBoundaries() - Method in class jv.geom.PgElementSet
-
Remove all boundary curves which are marked PsObject.IS_DELETED.
- removeDisplay(PvDisplayIf) - Method in class jv.project.PgGeometry
-
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(PvDisplayIf) - Method in class jv.project.PjProject
-
Remove a display from the list of registered displays.
- removeDisplay(PvDisplayIf) - Method in interface jv.project.PvViewerIf
-
Remove a registered display from list of registered displays.
- removeDisplay(PvDisplayIf) - Method in class jv.viewer.PvViewer
-
Remove a registered display from list of registered displays.
- removeEdgeColors() - Method in class jv.geom.PgElementSet
-
Remove local edge colors from a geometry and use global
edge color instead.
- removeEdgeColors() - Method in class jv.geom.PgPolygon
-
Remove individual edge colors from a polygon and use the global
polygon color instead.
- removeEdgeNormals() - Method in class jv.geom.PgPolygon
-
Remove local edge normals from a geometry.
- removeEdgeSizes() - Method in class jv.geom.PgElementSet
-
Remove edge sizes from a geometry.
- removeEdgeSizes() - Method in class jv.geom.PgPolygon
-
Remove edge sizes from a geometry.
- 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.project.PgGeometry
-
Method does nothing and may be overridden by subclasses.
- removeElement(int) - Method in interface jv.project.PgGeometryIf
-
Remove an element with given index.
- removeElement(int) - Method in class jvx.geom.PnTree
-
Remove an entry of PgPointSet #0 from tree.
- removeElement(int, int) - Method in class jvx.geom.PnTree
-
Remove an entry from tree.
- removeElementBackColors() - Method in class jv.geom.PgElementSet
-
Remove local backface element colors from a geometry and use global
backface element color instead.
- removeElementColors() - Method in class jv.geom.PgElementSet
-
Remove local element colors from a geometry and use global
element color instead.
- removeElementEdges() - Method in class jv.geom.PgElementSet
-
Remove element-edge incidence information from element set.
- removeElementNormals() - Method in class jv.geom.PgElementSet
-
Remove element normals from a geometry.
- removeElementSet() - Method in class jvx.curve.PgTube
-
Remove the current element set.
- removeEntry(int) - Method in class jv.vecmath.PdVector
-
Remove an entry from the vector.
- removeEntry(int) - Method in class jv.vecmath.PiVector
-
Remove an entry from the vector.
- 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(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 interface jv.project.PvGeometryListenerIf
-
A geometry has been removed from the display.
- removeGeometry(PgGeometryIf) - Method in class jv.viewer.PvDisplay
-
Remove geometry from list of registered geometries.
- removeGeometry(PvGeometry) - Method in class jv.viewer.PvScene
-
Remove geometry from list of registered geometries and return new current geometry container.
- removeGeometry() - Method in class jvx.geom.PwGeodesic
-
- removeGeometry() - Method in class jvx.project.PjWorkshop
-
Remove the assigned geometry and its backup clone.
- removeGeometry() - Method in class jvx.vector.PwHodge
-
- removeGeometry() - Method in class jvx.vector.PwIntegralLineSet
-
Removes the reference to the registered element set and removes this as update
listener from geometry.
- removeGeometry() - Method in class jvx.vector.PwSeeds
-
Remove the assigned geometry and its backup clone.
- removeGeometry() - Method in class jvx.vector.PwVectorField
-
- removeGeometry() - Method in class vgp.curve.subdivision.PjSubdivisionCurve
-
- 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.
- removeGeometryListener(PvGeometryListenerIf) - Method in interface jv.project.PvDisplayIf
-
Remove a registered geometry listener from list of registered listeners.
- removeGeometryListener(PvGeometryListenerIf) - Method in class jv.viewer.PvDisplay
-
Remove a registered geometry listener from list of registered listeners.
- removeHangingNodes(PgElementSet) - Static method in class jvx.geom.PwCleanMesh
-
Remove hanging nodes: Find adjacent boundary edges with opposite direction and insert
the not common end point of the shorter edge upon the longer edge, split the resp. face.
- removeHangingNodes(PgElementSet, double, boolean) - Static method in class jvx.geom.PwCleanMesh
-
Remove hanging nodes: Find adjacent boundary edges with opposite direction and insert
the not common end point of the shorter edge upon the longer edge, split the resp. face.
- removeHiddenVectorFields() - Method in class jv.geom.PgPointSet
-
Remove all invisible vector fields.
- removeInspector(String) - Method in class jv.object.PsObject
-
Remove a registered inspector panel from list of registered inspectors.
- removeInspector(PsPanel) - Method in class jv.object.PsObject
-
Remove a registered inspector panel from list of registered inspectors.
- removeIntegralLine() - Method in class jvx.vector.PwIntegralLine
-
Removes previously computed integral line
from the display and internal uses.
- removeIntegralLines() - Method in class jvx.vector.PwIntegralLineSet
-
Removes previously computed set of integral lines
from the display and internal uses.
- 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.
- removeKeyListener(KeyListener) - Method in class jv.viewer.PvDisplay
-
Remove key listener to receive key events from display canvas.
- removeLayoutComponent(Component) - Method in class jv.object.PsStackLayout
-
- removeLayoutComponent(Component) - Method in class jv.objectGui.GuiStackLayout
-
Deprecated.
Remove the specified component from the layout.
- removeLayoutComponent(Component) - Method in class jv.objectGui.PsSlotLayout
-
- removeLight(PvLightIf) - Method in interface jv.project.PvDisplayIf
-
Remove light from list of registered lights in this scene.
- removeLight(PvLightIf) - Method in class jv.viewer.PvDisplay
-
Remove light from list of registered lights in this scene.
- removeLights() - Method in interface jv.project.PvDisplayIf
-
Remove all lights from list of registered lights in this scene.
- removeLights() - Method in class jv.viewer.PvDisplay
-
Remove all lights from list of registered lights in this scene.
- removeLoops(int[], int, int[]) - Static method in class jvx.geom.PwGeodesic
-
Removes subintervals with same starting and ending value (processing from left to right),
for instance 10,9,5,7,2,10,2 becomes 10,2
- removeMarkedElements() - Method in class jv.geom.PgElementSet
-
- removeMarkedPolygons() - Method in class jv.geom.PgPolygonSet
-
- removeMarkedVertices() - Method in class jv.geom.PgElementSet
-
Remove vertices marked with tag PsObject#IS_DELETED from elements.
- 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.PgPolygon
-
Remove vertices marked with tag PsObject#IS_DELETED from polygons.
- removeMarkedVertices() - Method in class jv.geom.PgPolygonSet
-
Remove vertices marked with tag PsObject#IS_DELETED from polygons.
- removeMarkedVertices() - Method in class jvx.geom.PgPolygonOnElementSet
-
Remove vertices marked with tag PsObject#IS_DELETED from polygons.
- removeMarks() - Method in class jvx.geom.PwCleanMesh
-
Deprecated.
since JavaView 3.99.003, use PwIdentify.removeMarks() instead.
- removeMarks(PgGeometry) - Static method in class jvx.geom.PwCleanMesh
-
Deprecated.
since JavaView 3.99.003, use PwIdentify.removeMarks(PgGeometry) instead.
- removeMarks() - Method in class jvx.geom.PwIdentify
-
Remove tag IS_SELECTED from all vertices in geometry.
- removeMarks(PgGeometry) - Static method in class jvx.geom.PwIdentify
-
Remove tag IS_SELECTED from all vertices and elements 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.
- removeMethodMenus() - Method in class jv.project.PgGeometry
-
Remove all menus with items to invoke advanced methods of this geometry.
- removeMethodMenus() - Method in interface jv.project.PgGeometryIf
-
Remove menu with items to invoke advanced methods of this geometry.
- removeNeighbourhoodDegenerations(PgElementSet) - Static method in class jvx.geom.PwCleanMesh
-
Detect pairs of elements, which have common vertices, which are not connected by a common edge.
- removeNonManifoldEdges(PgElementSet) - Static method in class jvx.geom.PwCleanMesh
-
Remove non-manifold edges from the geometry.
- removePanel(String) - Method in class jv.objectGui.PsTabPanel
-
- removePickListener(PvPickListenerIf) - Method in interface jv.project.PvDisplayIf
-
Remove a registered pick 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 overridden by subclasses.
- removePolygon(int) - Method in interface jv.project.PgGeometryIf
-
Remove polygon with given index.
- removePolygon() - Method in class jvx.curve.PgTube
-
Remove the current polygon.
- removePolygonColors() - Method in class jv.geom.PgPolygonSet
-
Remove local polygon colors from a geometry and use global
polygon color instead.
- removePolygonNormals() - Method in class jv.geom.PgPolygonSet
-
Remove local polygon normals from a geometry.
- removePolygonSet() - Method in class jvx.curve.PgTube
-
Remove the current polygonSet.
- removePolygonSizes() - Method in class jv.geom.PgPolygonSet
-
Remove polygon sizes from a geometry.
- removePolygonSizes() - Method in class jv.project.PgJvxSrc
-
Remove polygon sizes from a geometry.
- removeProject(String) - Method in interface jv.project.PvViewerIf
-
Deprecated.
since JavaView 2.92.000, use PvViewer#removeProject(PjProject)
- removeProject(String) - Method in class jv.viewer.PvViewer
-
Deprecated.
since JavaView 2.92.000, use removeProject(PjProject)
- removeProject(PjProject) - Method in class jv.viewer.PvViewer
-
Removes a registered project, project may be added again later.
- removeSeeds() - Method in class jvx.vector.PwSeeds
-
- removeSelectedVerticesAndFill(PgElementSet) - Static method in class jvx.geom.PwCleanMesh
-
Remove all selected vertices and fill the holes by new elements given by the neighbouring vertices.
- removeSmallAngles(PgElementSet, double, boolean) - Static method in class jvx.geom.PwCleanMesh
-
Clean mesh from small angles i.e. flip edges opposite to angles close to PI
,
collapse edges opposite of angles close to 0.
- removeSuccessiveDuplicates() - Method in class jv.vecmath.PdVector
-
Removes all successive duplicate entries.
- removeSuccessiveDuplicates() - Method in class jv.vecmath.PiVector
-
Removes all successive duplicate entries.
- removeTexture() - Method in class jv.geom.PgElementSet
-
Remove all texture information from surface and switch off showing of texture.
- removeTexture() - Method in class jv.geom.PgPointSet
-
Remove all texture information from surface and switch off showing of texture.
- removeTimeListener(PsTimeListenerIf) - Method in class jv.anim.PsAnimation
-
Remove a registered listener from list of registered listeners.
- removeTitle() - Method in class jv.object.PsPanel
-
Remove label of panel title from this panel.
- removeUnusedVertices() - Method in class jv.geom.PgElementSet
-
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 overridden by subclasses.
- removeVertex(int) - Method in interface jv.project.PgGeometryIf
-
Remove vertex with given index.
- removeVertexAndFill(PgElementSet, int, int) - Static method in class jvx.geom.PwCleanMesh
-
Remove a vertex and fill the hole by a new element given by all neighbouring vertices.
- removeVertexColors() - Method in class jv.geom.PgPointSet
-
Remove local vertex colors from a geometry and use global
vertex color instead.
- removeVertexNormals() - Method in class jv.geom.PgPointSet
-
Remove vertex normals from a geometry.
- removeVertexSizes() - Method in class jv.geom.PgPointSet
-
Remove vertex sizes from a geometry.
- removeZeros(double) - Method in class jvx.numeric.PnSparseMatrix
-
Remove entries which are 0 up to a given tolerance.
- render() - Method in class jv.viewer.PvDisplay
-
Initiate the rendering process when using this display as a batch renderer.
- RENDER_AWT - Static variable in class jv.viewer.PvDisplay
-
AWT type of render engine.
- RENDER_GL - Static variable in class jv.viewer.PvDisplay
-
GL type of render engine.
- RENDER_LWJGL - Static variable in class jv.viewer.PvDisplay
-
GL type of render engine.
- RENDER_PS - Static variable in class jv.viewer.PvDisplay
-
PostScript type of render engine, not interactive but for PS output.
- repaint() - Method in class jv.viewer.PvDisplay
-
For debug only.
- replace(String, String, String) - Static method in class jv.number.PuString
-
Replaces all substrings one after another with new substring.
- replaceTab(String, int) - Static method in class jv.number.PuString
-
Replaces all TAB ('\t') characters by the given number of spaces.
- requestPick() - Method in class jvx.cellular.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 the color
- reset() - Static method in class jv.object.PsConfig
-
Clear all registered instances of applet, frame and viewer.
- reset() - Method in class jv.object.PsDialog
-
Method should be overriden by subclasses, maybe to reset themself.
- reset() - Method in class jv.thirdParty.ruler.PgAxes
-
Reset the current axes and rulers, re-construct axes and
recompute hashings of rulers.
- reset() - Method in class jv.viewer.PvCamera
-
Reset the current transformation matrices to default values.
- reset() - Method in class jv.viewer.PvDisplay
-
Reset this display to state determined by m_sceneDefaults.
- reset() - Method in class jvx.cellular.PnCellOperator
-
Reset workshop and geometry to original state.
- reset() - Method in class jvx.cellular.PnMinesweeper
-
Reset workshop and geometry to original state.
- reset() - Method in class jvx.cellular.PwSnake
-
Reset workshop and geometry to original state.
- reset() - Method in class jvx.geom.PwBlocks
-
Compute size of blocks.
- reset() - Method in class jvx.geom.PwBoundary
-
Reset this workshop to its initial state from which computations
can start.
- reset() - Method in class jvx.geom.PwCleanMesh
-
Reset the geometry.
- reset() - Method in class jvx.geom.PwEnergy
-
Reset workshop and geometry to original state.
- reset() - Method in class jvx.geom.PwEvolve
-
Reset workshop and geometry to original state.
- reset() - Method in class jvx.geom.PwExplode
-
Initialization.
- reset() - Method in class jvx.geom.PwHistogram
-
Reset workshop and geometry to original state.
- reset() - Method in class jvx.geom.PwIdentify
-
Reset this workshop to its initial state from which computations
can start.
- reset() - Method in class jvx.geom.PwIntersectElementSet
-
Fill storing variables with data.
- reset() - Method in class jvx.geom.PwLocalButterfly
-
Remove all previously done refinement and set
the workshop to its initial status.
- reset() - Method in class jvx.geom.PwMatching
-
Reset the workshop to its initial status.
- reset() - Method in class jvx.geom.PwModel
-
Reset workshop and geometry to original state.
- reset() - Method in class jvx.geom.PwNoise
-
Reset
- reset() - Method in class jvx.geom.PwParameterLines
-
Reset the workshop to its initial status.
- reset() - Method in class jvx.geom.PwPlatonic
-
Reset workshop and geometry to original state.
- reset() - Method in class jvx.geom.PwRefineElementSet
-
Remove all previously done refinements and set
the workshop to its initial status.
- reset() - Method in class jvx.geom.PwRefinePolygon
-
Remove all previously done refining and and coarsening
and set the workshop to its initial status.
- reset() - Method in class jvx.geom.PwSimplify
-
Remove all previously done simplification and set
the workshop to its initial status.
- reset() - Method in class jvx.geom.PwTopology
-
Reset this workshop to its initial state from which computations
can start.
- reset() - Method in class jvx.geom.PwTransform
-
Reset workshop and reset the geometry with its backup version.
- reset() - Method in class jvx.geom.PwUnfold
-
Reset workshop and geometry to original state.
- reset() - Method in class jvx.number.PuHistogram
-
Reset the progress bar.
- reset() - Method in class jvx.numeric.PnLIC
-
Initialize pixel array with zeroes.
- reset() - Method in class jvx.project.PjWorkshop
-
Reset this workshop to its initial state from which computations
can start.
- reset() - Method in class jvx.vector.PwHodge
-
TODO: Not implemented yet.
- reset() - Method in class jvx.vector.PwIsoline
-
Reset workshop and geometry to original state.
- reset() - Method in class jvx.vector.PwScalarField
-
Reset workshop and geometry to original state.
- reset() - Method in class jvx.vector.PwSeeds
-
- reset() - Method in class jvx.vector.PwVectorField
-
TODO: Not implemented yet (call of init() not tested yet).
- reset() - Method in class vgp.curve.cycloid.PjCycloid
-
Reset project to initial state.
- reset() - Method in class vgp.iterate.pythagoreanTree.PjPythagoreanTree
-
Reset project to initial state by calling project.init().
- reset() - Method in class vgp.iterate.pythagoreanTree.PjPythagoreanTree
-
Reset project to initial state by calling project.init().
- reset() - Method in class vgp.surface.rotation.PjRotation
-
- reset() - Method in class vgp.tutor.eventCamera.PjEventCamera
-
- reset() - Method in class vgp.vector.translation.PjTranslation
-
- resetBoundaryNormals() - Method in class jv.geom.PgElementSet
-
Remove boundary vertex normal.
- resetTransformModel() - Method in class jv.viewer.PvDisplay
-
Reset ambient and model matrix of current model and modelCamera.
- resizeImage() - Method in class jv.viewer.PvDisplay
-
Resize the target screen image if user has changed the canvas size.
- RESOLUTION_AUTOMATIC - Static variable in class jvx.loader.PsJvzConfig
-
Automatic choice of compression accuracy, based on number of vertices.
- RESOLUTION_DOUBLE - Static variable in class jvx.loader.PsJvzConfig
-
Double resolution for encoding of PdVector arrays (52 bits mantissa).
- RESOLUTION_FLOAT - Static variable in class jvx.loader.PsJvzConfig
-
Use same resolution as floats for quantization of PdVector arrays (24 bits mantissa).
- RESOLUTION_HIGH - Static variable in class jvx.loader.PsJvzConfig
-
High resolution for encoding of PdVector arrays (16 bits mantissa).
- RESOLUTION_INVISIBLE - Static variable in class jvx.loader.PsJvzConfig
-
A resolution for encoding of PdVector arrays which leads to imperceptible errors (20 bits mantissa).
- RESOLUTION_LOSSLESS - Static variable in class jvx.loader.PsJvzConfig
-
Resolution for encoding of PdVector arrays.
- RESOLUTION_MEDIUM - Static variable in class jvx.loader.PsJvzConfig
-
Medium resolution for encoding of PdVector arrays (12 bits mantissa).
- RESOLUTION_OVERKILL - Static variable in class jvx.loader.PsJvzConfig
-
Ultra high resolution for encoding of PdVector arrays (32 bits mantissa).
- RESOURCE - Static variable in interface jv.object.PsViewerIf
-
- RESOURCE_NAME - Static variable in class jv.object.PsConfig
-
Strings identifying a language resource.
- restoreColors() - Method in class jvx.cellular.PnCellOperator
-
Reset the ElementSet's element colors to state before calling cell operator.
- restoreColors() - Method in class jvx.cellular.PnMinesweeper
-
Restore element colors and names to the state before playing.
- resume() - Method in class jvx.cellular.PwSnake
-
Resumes a paused game.
- returnUserReflections() - Method in class vgp.minimal.weier.PgWeierstrassDescr
-
Return vector of reflections invoked by the user.
- reverse() - Method in class jvx.geom.PgVertexStar
-
Reverses the pass through the vertex star, e.g. the order of the neighbour
elements and vertices will change between counterclockwise and clockwise.
- reverse(PgPolygon) - Static method in class jvx.geom.PnPolygon
-
Reverses the order of the vertices of a given polygon.
- REWIND - Static variable in class jv.anim.PsAnimation
-
Play animation with normal speed in backward direction
determined by line increment of time ruler.
- rgb2cmyk(int, int, int) - Static method in class jv.number.PdColor
-
Convert a set of (cyan, magenta, yellow, black) to RGB color.
- 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_DODECAHEDRON - Static variable in class jvx.geom.PwPlatonic
-
- RHOMBIC_TRIACONTAHEDRON - Static variable in class jvx.geom.PwPlatonic
-
- RHOMBIFICATE - Static variable in class jvx.geom.PwModel
-
- rhombificate(PgElementSet, double) - Static method in class jvx.geom.PwModel
-
Cut all edges and vertices and fill the gaps with new elements.
- rhombiTruncate(PgElementSet, double, double) - Static method in class jvx.geom.PwModel
-
Rhombi-Truncate the surface.
- rightMult(PcMatrix) - Method in class jv.vecmath.PcMatrix
-
Multiply with square matrix from right of same sizes using this = this*m
.
- rightMult(PdMatrix, int) - Method in class jv.vecmath.PdMatrix
-
Multiply a submatrix of this matrix with a submatrix of the parameter matrix.
- rightMult(PdMatrix) - Method in class jv.vecmath.PdMatrix
-
Multiply with square matrix from right of same sizes using this = this*m
.
- rightMultMatrix(PdVector, PdVector) - Method in class jv.vecmath.PdMatrix
-
Multiply this matrix with vector and fill output vector, out = in*this.
- rightMultMatrix(PdVector, PdVector) - Method in interface jv.vecmath.PdMatrixIf
-
Multiply this matrix with vector and fill output vector, out = in*this.
- rightMultMatrix(PdMatrix) - Method in class jv.vecmath.PdVector
-
Multiply vector with matrix this = this*m
.
- rightMultMatrix(PdVector, PdMatrix) - Method in class jv.vecmath.PdVector
-
Multiply vector with matrix this = v*m
.
- rightMultMatrix(PdMatrix) - Method in class jv.vecmath.PiVector
-
Multiply vector with matrix this = this*m
.
- rightMultMatrix(PiVector, PdMatrix) - Method in class jv.vecmath.PiVector
-
Multiply vector with matrix this = v*m
.
- rightMultMatrix(PdVector, PdVector) - Method in class jvx.numeric.PnSparseMatrix
-
- rightMultVector(PdVector, PdVector, int) - Method in class jvx.numeric.PnSparseMatrix
-
Compute out=smat*in.
- rightMultVector(PdVector, PdVector) - Method in class jvx.numeric.PnSparseMatrix
-
Deprecated.
- rightMultVector(PnSparseMatrix, PdVector, PdVector, int) - Static method in class jvx.numeric.PnSparseMatrix
-
Compute out=smat*in.
- rightMultVector(PnSparseMatrix, PdVector, PdVector) - Static method in class jvx.numeric.PnSparseMatrix
-
Compute out=smat*in.
- rivaraRefinement(PgElementSet, int[]) - Method in class jvx.geom.PwRivaraBisection
-
Invokes the Rivara refinement process on the set of marked triangles.
- rot(PuComplex, double) - Static method in class jv.number.PuComplex
-
w = J(f)*u
- rot(double) - Method in class jv.number.PuComplex
-
u = J(f)*this
- rotate(PdMatrix, double, int, int) - Static method in class jv.vecmath.PuReflect
-
Generate a homogeneous matrix to rotate in the (indI,indJ)-plane around a given angle in radians (i.e.
- rotate(PgPointSet, double, int) - Static method in class jvx.geom.PwTransform
-
Method rotates the given geometry around the specified coordinate axis.
- rotate(PgPointSet, double, int, boolean) - Static method in class jvx.geom.PwTransform
-
Method rotates the given geometry around the specified coordinate axis.
- rotate(PgPointSet, double, int, PdVector, boolean) - Static method in class jvx.geom.PwTransform
-
Method rotates the given geometry around the specified coordinate axis.
- rotate(PgPointSet, double, int, PdVector) - Static method in class jvx.geom.PwTransform
-
Method rotates the given geometry around the specified coordinate axis.
- 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.
- rotateAtEdge(PgElementSet, int, PdBaryDir, int, PdBaryDir, PdBary, double, boolean) - Static method in class jvx.geom.PwBary
-
Rotates a barycentric direction with base point on edge.
- 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(PdMatrix, PdVector, PdVector) - Static method in class jv.vecmath.PuReflect
-
Fill a given (4*4)-matrix to rotate around axis base+t*dir
by 180 degrees.
- 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(PdMatrix, PdVector, PdVector, double) - Static method in class jv.vecmath.PuReflect
-
Fill a (4*4)-matrix to rotate around axis base+t*dir
by given angle.
- 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.
- rotateStar(PgElementSet, int, int) - Static method in class jvx.geom.PwCleanMesh
-
- rotateStarsSelectedVertices(PgElementSet) - Static method in class jvx.geom.PwCleanMesh
-
- rotateVectorField(PgVectorField) - Static method in class jvx.vector.PwVectorField
-
Rotate a vector field by 90 degree in the tangent plane of the geometry
(for element based vector fields this means in the plane of the triangle,
for vertex based vector fields this means in the plane orthogonal to the vertex
normal).
- rotateVectorField(PgVectorField, double) - Static method in class jvx.vector.PwVectorField
-
Rotate a vector field in the tangent plane of the geometry
(for element based vector fields this means in the plane of the triangle,
for vertex based vector fields this means in the plane orthogonal to the vertex
normal).
- rotateXW(double) - Method in class vgp.tutor.transform.PjTransform
-
- rotateXY(double, int) - Static method in class jv.vecmath.PuReflect
-
Generate a homogeneous matrix to rotate in the XY-plane around a given angle in radians (i.e.
- rotateXZ(double, int) - Static method in class jv.vecmath.PuReflect
-
Generate a homogeneous matrix to rotate in the XZ-plane around a given angle in radians (i.e.
- rotateYW(double) - Method in class vgp.tutor.transform.PjTransform
-
- rotateYZ(double, int) - Static method in class jv.vecmath.PuReflect
-
Generate a homogeneous matrix to rotate in the YZ-plane around a given angle in radians (i.e.
- rotateZW(double) - Method in class vgp.tutor.transform.PjTransform
-
- ROTATION - Static variable in class vgp.tutor.vectorField.PjVectorField
-
Vectorfield is J*gradient of potential.
- rotJ(PuComplex) - Static method in class jv.number.PuComplex
-
w = J*u
- rotJ() - Method in class jv.number.PuComplex
-
u = J*this
- ROUND - Static variable in class jv.thirdParty.expr.Expr
-
Unary operator.
- RSRC - Static variable in interface jv.object.PsViewerIf
-
Deprecated.
use RESOURCE.
- ruleOfLife(int) - Method in class jvx.cellular.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.cellular.PnCellOperator
-
Every cell is set to the state of the majority state in the influence area.
- RULER_NAME_ALIGN_CENTER - Static variable in class jv.thirdParty.ruler.PgRuler
-
- RULER_NAME_ALIGN_LEFT - Static variable in class jv.thirdParty.ruler.PgRuler
-
- RULER_NAME_ALIGN_RIGHT - Static variable in class jv.thirdParty.ruler.PgRuler
-
- 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.object.PsDebug
-
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.cellular.PnCellOperator
-
Do cell operating until m_numLoops
are done or until a call of stop().
- run() - Method in class jvx.cellular.PnMinesweeper
-
Explode the geometry if a mined element is hit.
- run() - Method in class jvx.cellular.PwSnake
-
Run the snake until it dies.
- run() - Method in class jvx.geom.PwSmooth
-
Do energy minimization until m_numLoops
are done or until a call of stop().
- run() - Method in class jvx.geom.PwUnfold
-
- run() - Method in class jvx.math.MathCameraListener
-
Asynchronously perform the event handling.
- run() - Method in class jvx.math.MathUpdateListener
-
- 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(PdVector) - Method in interface jvx.numeric.PnLanczos.PnMatrixVectorProductIf
-
Perform multiplication: matrix * v.
- run() - Method in class jvx.thirdParty.acmeGui.BusyBox
-
- run() - Method in class jvx.vector.PwLIC
-
- run() - Method in class vgp.discrete.curvature.PaCurvature
-
Configure and initialize the viewer, load system and user projects.
- run() - Method in class vgp.iterate.juliaSet.PaJuliaSet
-
Configure and initialize the viewer, load system and user projects.
- run() - Method in class vgp.iterate.juliaSet.PaJuliaSet
-
Configure and initialize the viewer, load system and user projects.
- run() - Method in class vgp.object.PsApplet
-
Configure and initialize the viewer, load system and user projects.
- 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.lsystem.PaLSystem
-
Configure and initialize the viewer, load system and user projects.
- run() - Method in class vgp.tutor.sizeEdge.PaSizeEdge
-
- run() - Method in class vgp.tutor.sizeEdge.PjSizeEdge
-
Do the animation by incrementing the polygon thickness.
- run() - Method in class vgp.tutor.sizePolygon.PaSizePolygon
-
- run() - Method in class vgp.tutor.sizePolygon.PjSizePolygon
-
Do the animation by incrementing the polygon thickness.
- run() - Method in class vgp.tutor.sizeVertex.PaSizeVertex
-
- run() - Method in class vgp.tutor.sizeVertex.PjSizeVertex
-
Do the animation by incrementing the vertex size.
- run() - Method in class vgp.tutor.texture.PaTextureCube
-
- run() - Method in class vgp.tutor.texture.PjTextureCube
-
- run() - Method in class vgp.tutor.vectorField.PaVectorField
-
Configure and initialize the viewer, load system and user projects.
- run() - Method in class vgp.vector.rungeKutta.PjRungeKutta
-
Gets an appropriate Runge-Kutta class and initiates LIC calculation
element by element.
- runGC() - Static method in class jv.object.PsConfig
-
Finalize and run system gc until not further gain up to a
total of 40 gc loops.
- runGC(int, int) - Static method in class jv.object.PsConfig
-
Finalize and run system gc until not further gain up to a
total of 40 gc loops.
- rungeKutta(PnOde, double, double[], double, double[]) - Static method in class jvx.numeric.PnOde
-
4th order Runge-Kutta method.
- runningInsideJavaView(boolean) - Static method in class jvx.rsrc.PsModelInfo
-