- OBJECT - Static variable in interface jv.object.PsViewerIf
-
- OCTAHEDRON - Static variable in class jvx.geom.PwPlatonic
-
- OFFSET_GAUSS_CURVATURE - Static variable in class jvx.geom.PnEvolve
-
Evolve surface in direction of the vertex normal with length Gauss curvature.
- OFFSET_MEAN_CURVATURE - Static variable in class jvx.geom.PnEvolve
-
Evolve surface in direction of the mean curvature normal.
- OFFSET_NORMAL - Static variable in class jv.geom.PgPolygon
-
- OFFSET_NORMAL - Static variable in class jv.geom.PgPolygonSet
-
- OFFSET_VERTEX_NORMAL - Static variable in class jvx.geom.PnEvolve
-
Evolve surface in direction of vertex normals.
- OFFSET_VERTEX_VECTOR - Static variable in class jvx.geom.PnEvolve
-
Evolve surface in direction of a vertex based vector field.
- ok() - Method in class jvx.geom.PwBoundary
-
Accept the current state of the geometry and close the workshop.
- ok() - Method in class jvx.geom.PwGeodesic
-
- ok() - Method in class jvx.geom.PwGeodesicFlow
-
Accept current version of the geometry as new version.
- ok() - Method in class jvx.geom.PwIdentify
-
Accept the current state of the geometry and close the workshop.
- ok() - Method in class jvx.geom.PwLocalButterfly
-
Hold geometry and close the Workshop.
- ok() - Method in class jvx.geom.PwTopology
-
Accept the current state of the geometry and close the workshop.
- ok() - Method in class jvx.geom.PwUnfold
-
Accept current version of the geometry as new version.
- ok() - Method in class jvx.loader.PsExportInfo
-
Export geometry or scene to specified files.
- ok() - Method in class jvx.project.PjWorkshop
-
Accept current version of the geometry as new version.
- OK - Static variable in class jvx.thirdParty.acmeGui.ButtonDialog
-
- ok() - Method in class jvx.vector.PwSeeds
-
- ok() - Method in class jvx.vector.PwVectorField
-
Applies the features to the vector field and closes the workshop.
- OkCancelBox - Class in jvx.thirdParty.acmeGui
-
An ok/cancel box.
- OkCancelBox(Frame, String) - Constructor for class jvx.thirdParty.acmeGui.OkCancelBox
-
Constructor, default title.
- OkCancelBox(Frame, String, String) - Constructor for class jvx.thirdParty.acmeGui.OkCancelBox
-
Constructor, specified title.
- OkDialog - Class in jvx.thirdParty.acmeGui
-
A dialog with an icon and an Ok button.
- OkDialog(Frame, Image, String) - Constructor for class jvx.thirdParty.acmeGui.OkDialog
-
Constructor, no title.
- OkDialog(Frame, String, Image, String) - Constructor for class jvx.thirdParty.acmeGui.OkDialog
-
Constructor, specified title.
- ONE - Static variable in class jv.number.PuComplex
-
- ONE_WAY - Static variable in class jv.anim.PsAnimation
-
Stop animation, repeat mode when either end of animation is reached.
- open(String) - Static method in class jv.object.PsUtil
-
Open a file either on the local file system or in the internet for reading within an application.
- openDialog(PgGeometry, PvDisplayIf) - Method in class jvx.project.PjWorkshop
-
Set the geometry and display of this workshop and create and show a dialog window.
- openFile() - Method in class jv.loader.PgFileDialog
-
Create a new file instance using different methods if application or applet.
- openFile(String) - Static method in class jv.object.PsUtil
-
Open a file on the local file system for reading within an application.
- openURL(String) - Static method in class jv.object.PsUtil
-
Opens a URL for reading within an applet.
- OPT_HASH_NUMBER - Static variable in class jv.thirdParty.ruler.PgAxes
-
Preferred number of major hash ticks on an axis.
- OPT_HASH_RATIO - Static variable in class jv.thirdParty.ruler.PgAxes
-
Preferred ratio of major unit to minor unit.
- optimalInterpolant() - Method in class vgp.minimal.catenoid.PgCatenoid
-
For a given waist discretization and given height compute the sub-optimal
profile discretization such that discrete profile lies close to cosh(z)
while keeping a constant height.
- or(PbVector) - Method in class jv.vecmath.PbVector
-
Apply the 'OR' operation component-wise to the entries of this
and
v
and store the results in this
.
- ORGANIZATION - Static variable in class jv.rsrc.PsAuthorInfo
-
Code to access organization of authors where they are employed.
- ORIENT_GUIDE - Static variable in class jv.object.PsPanel
-
Vertical handle of toolbar.
- ORIENT_HORIZONTAL - Static variable in class jv.object.PsPanel
-
Default horizontal orientation of lines.
- ORIENT_VERTICAL - Static variable in class jv.object.PsPanel
-
Vertical orientation of lines.
- orientate(PgElementSet) - Static method in class jvx.geom.PwCleanMesh
-
Deprecated.
JavaView 3.97.051, use makeOrientation(PgElementSet) instead.
- orthogonalize(PdVector) - Method in class jv.vecmath.PdVector
-
Remove part of 'this' in direction of e, assume |e|=1,
v = v - <v,e>e
.
- orthogonalPart(PdVector, PdVector) - Method in class jv.vecmath.PdVector
-
Remove part of 'this' in direction of e, assume |e|=1,
vCompl = v - <v,e>e
.
- orthogonalPartWrtONB(PdVector, PdVector) - Method in class jv.vecmath.PdVector
-
Return orthogonal part of 'this' w.r.t. e_i, assume |e_i|=1, < e_i,e_j >=0
v_compl = v - < v,e_1 > e_1 - < v,e_2 > e_2
- orthonormalize(PdVector) - Method in class jv.vecmath.PdVector
-
Remove part of 'this' in direction of e, assume |e|=1,
v = v - <v,e>e
, and normalize v.
- OS_IRIX - Static variable in class jv.object.PsConfig
-
Identifier of Silicon Graphics Irix operating system.
- OS_LINUX - Static variable in class jv.object.PsConfig
-
Identifier of Linux operating system.
- OS_OTHER - Static variable in class jv.object.PsConfig
-
Identifier of unknown other operating system.
- OS_SOLARIS - Static variable in class jv.object.PsConfig
-
Identifier of Sun Solaris operating system.
- OS_WIN - Static variable in class jv.object.PsConfig
-
Identifier of Microsoft Windows operating systems.
- outOfMemory(OutOfMemoryError) - Static method in class jv.object.PsDebug
-
Issue an OutOfMemory warning and perform garbage collection.