Package | Description |
---|---|
com.openinventor.directviz |
DirectViz is a ray-tracing extension for Open Inventor.
|
com.openinventor.inventor |
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
|
com.openinventor.inventor.actions | |
com.openinventor.inventor.awt | |
com.openinventor.inventor.elements |
The element classes are used internally for storing information in Open Inventor's traversal state list.
|
com.openinventor.inventor.events | |
com.openinventor.inventor.fields | |
com.openinventor.inventor.image | |
com.openinventor.inventor.mpeg | |
com.openinventor.inventor.nodes | |
com.openinventor.inventor.touch.events | |
com.openinventor.inventor.vrmlnodes |
Virtual Reality Modeling Language.
|
com.openinventor.remoteviz.clients.nodes | |
com.openinventor.scaleviz.actions | |
com.openinventor.scaleviz.misc |
Modifier and Type | Method and Description |
---|---|
SbVec2s |
SoDirectVizManager.getRenderedImageSize()
Deprecated.
Gets the size of rendered image in pixels.
|
Modifier and Type | Method and Description |
---|---|
SbVec2s |
SbBox2s.getMax()
Returns the maximum point of the box.
|
static SbVec2s |
SoOffscreenRenderer.getMaximumResolution()
Gets the maximum supported resolution of the viewport.
|
SbVec2s |
SoOffscreenRenderer.getMaxSubimage()
Synonym for
getMaxTileSize . |
SbVec2s |
SoOffscreenRenderer.getMaxTileSize()
Gets the maximum subimage (tile) size for rendering.
|
SbVec2s |
SbBox2s.getMin()
Returns the minimum point of the box.
|
SbVec2s[] |
SbBox2s.getMinMax()
Gets the corners of the box.
|
SbVec2s |
SoSceneManager.getOrigin()
Gets the origin of the viewport within the window.
|
SbVec2s |
SoGLRenderToBuffer.getSize()
Deprecated.
Gets current size as an
SbVec2s . |
SbVec2s |
SoSceneManager.getSize()
Gets the size of the viewport within the window.
|
SbVec2s |
SbViewportRegion.getViewportOriginPixels()
Returns viewport origin in pixels.
|
SbVec2s |
SbViewportRegion.getViewportSizePixels()
Returns viewport size in pixels.
|
SbVec2s |
SbViewportRegion.getWindowSize()
Returns window size in pixels.
|
SbVec2s |
SoSceneManager.getWindowSize()
Gets the size of the window in which the scene manager should render.
|
SbVec2s |
SbVec2s.minus(SbVec2s v2)
Component-wise binary vector subtraction operator.
|
SbVec2s |
SbVec2s.over(double d)
Component-wise binary scalar division operator.
|
SbVec2s |
SbVec2s.over(int d)
Component-wise binary scalar division operator.
|
SbVec2s |
SbVec2s.plus(SbVec2s v2)
Component-wise binary vector addition operator.
|
SbVec2s |
SbVec2s.setValue(short[] components) |
SbVec2s |
SbVec2s.setValue(short[] components,
int startIndex) |
SbVec2s |
SbVec2s.setValue(short c0,
short c1) |
SbVec2s |
SbVec2s.times(double d)
Component-wise binary scalar multiplication operator.
|
SbVec2s |
SbVec2s.times(int d)
Component-wise binary scalar multiplication operator.
|
static SbVec2s[] |
SbVec2s.toArray(long nativeArray,
long length) |
Modifier and Type | Method and Description |
---|---|
void |
SbVec2s.add(SbVec2s u)
Component-wise vector addition operator.
|
boolean |
SoGLRenderToBuffer.create(SbVec2s size)
Deprecated.
Creates a Pbuffer with the specified size.
|
int |
SbVec2s.dot(SbVec2s v)
Returns dot (inner) product of vector and another vector.
|
void |
SbBox2s.extendBy(SbVec2s pt)
Extends this box (if necessary) to contain the specified point.
|
boolean |
SbBox2s.intersect(SbVec2s pt)
Returns true if the specified point intersects this box.
|
SbVec2s |
SbVec2s.minus(SbVec2s v2)
Component-wise binary vector subtraction operator.
|
SbVec2f |
SbViewportRegion.normalize(SbVec2s position)
Compute the 0..1 normalized coordinates of the specified pixel position, relative to the current viewport (not window).
|
SbVec2s |
SbVec2s.plus(SbVec2s v2)
Component-wise binary vector addition operator.
|
boolean |
SoGLRenderToBuffer.resize(SbVec2s size)
Deprecated.
Resizes Pbuffer.
|
void |
SbBox2s.setBounds(SbVec2s _min,
SbVec2s _max)
Sets the corners of the box.
|
void |
SoOffscreenRenderer.setMaxSubimage(SbVec2s size)
Synonym for
setMaxTileSize . |
void |
SoOffscreenRenderer.setMaxTileSize(SbVec2s size)
Sets the maximum subimage (tile) size for rendering.
|
void |
SoSceneManager.setOrigin(SbVec2s newOrigin)
Sets the origin of the viewport within the window.
|
void |
SoOffscreenRenderer.setRegion(SbVec2s origin,
SbVec2s size)
Sets a subregion of the viewport to be rendered.
|
void |
SoSceneManager.setSize(SbVec2s newSize)
Calls setSize(newSize, (float)1.0).
|
void |
SoSceneManager.setSize(SbVec2s newSize,
float newScale)
Sets the size of the viewport within the window.
|
void |
SbVec2s.setValue(SbVec2s copyFrom) |
void |
SbViewportRegion.setViewportPixels(SbVec2s origin,
SbVec2s size)
Sets viewport to region with given origin (lower-left corner) and size, given as pixel coordinates.
|
void |
SbViewportRegion.setWindowSize(SbVec2s winSize)
Changes window size to given width and height in pixels, given as
SbVec2s . |
void |
SoSceneManager.setWindowSize(SbVec2s newSize)
Calls setWindowSize(newSize, (float)1.0).
|
void |
SoSceneManager.setWindowSize(SbVec2s newSize,
float newScale)
Sets the size of the window in which the scene manager should render.
|
void |
SbVec2s.substract(SbVec2s u)
Component-wise vector subtraction operator.
|
Constructor and Description |
---|
SbBox2s(SbVec2s _min,
SbVec2s _max)
Constructor for a 2D integer box.
|
SbVec2s(SbVec2s copyFrom) |
SbViewportRegion(SbVec2s winSize)
Calls SbViewportRegion(winSize, (float)1.0).
|
SbViewportRegion(SbVec2s winSize,
float newScale)
Constructor that takes width and a height in pixels.
|
Modifier and Type | Method and Description |
---|---|
SbVec2s |
SoRayPickAction.getPoint()
Gets the viewport point in pixels (returns the last value passed to
setPoint ). |
Modifier and Type | Method and Description |
---|---|
void |
SoRayPickAction.setPoint(SbVec2s viewportPoint)
Sets the viewport point through which the ray passes, starting at the camera position.
|
Modifier and Type | Method and Description |
---|---|
SbVec2s |
SwActiveArea.getLocator()
Deprecated.
|
SbVec2s |
SwConstrainedArea.getStartingMousePosition()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
SwActiveArea.dollyCamera(SbVec2s newLocator)
Deprecated.
|
void |
SwMultiScene.dollyCamera(SbVec2s newLocator)
Deprecated.
Zoom the camera for the selected scene.
|
void |
SwPanel.dollyCamera(SbVec2s newLocator)
Deprecated.
Sends to a registred SwScene the relevant message.
|
void |
SwPopupMenu.dollyCamera(SbVec2s newLocator)
Deprecated.
Sends to a registered SwScene the relevant message.
|
void |
SwScene.dollyCamera(SbVec2s newLocator)
Deprecated.
|
void |
SwSceneHandler.dollyCamera(SbVec2s newLocator)
Deprecated.
|
void |
SwConstrainedArea.findUpDirection(SbVec2s mouseLocation)
Deprecated.
this routine is called by subclasses to find and set the new up direction
given the current mouse position.
|
void |
SwActiveArea.rollCamera(SbVec2s newLocator)
Deprecated.
|
void |
SwMultiScene.rollCamera(SbVec2s newLocator)
Deprecated.
Roll the camera for the selected scene.
|
void |
SwPanel.rollCamera(SbVec2s newLocator)
Deprecated.
Sends to a registred SwScene the relevant message.
|
void |
SwPlaneArea.rollCamera(SbVec2s newLocator)
Deprecated.
Rolls the camera around it's forward direction given the new mouse
location.
|
void |
SwPopupMenu.rollCamera(SbVec2s newLocator)
Deprecated.
Sends to a registered SwScene the relevant message.
|
void |
SwScene.rollCamera(SbVec2s newLocator)
Deprecated.
|
void |
SwSceneHandler.rollCamera(SbVec2s newLocator)
Deprecated.
|
boolean |
SwActiveArea.seekToPoint(SbVec2s mouseLocation)
Deprecated.
This routine is used by subclasses to initiate the seek animation.
|
boolean |
SwMultiScene.seekToPoint(SbVec2s mouseLocation)
Deprecated.
Seek on the selected scene.
|
boolean |
SwPanel.seekToPoint(SbVec2s point)
Deprecated.
Sends to a registred SwScene the relevant message.
|
boolean |
SwPopupMenu.seekToPoint(SbVec2s point)
Deprecated.
Sends to a registered SwScene the relevant message.
|
boolean |
SwScene.seekToPoint(SbVec2s mouseLocation)
Deprecated.
|
boolean |
SwSceneHandler.seekToPoint(SbVec2s mouseLocation)
Deprecated.
|
void |
SwRenderArea.setSize(SbVec2s v)
Deprecated.
set the size of the SwRenderArea form a SbVec2s
|
Modifier and Type | Method and Description |
---|---|
static void |
SoTextureImageElement.set(SoState state,
SoNode node,
SbVec2s size,
int numComponents,
java.nio.ByteBuffer buffer,
SoBufferObject bufferObject,
SoSFImage.DataTypes dataType,
int GLInternalFormat,
SoRenderToTextureProperty renderToTexProp,
int wrapS,
int wrapT,
int wrapR,
int model,
SbColor blendColor,
float maxAnisotropy,
boolean enableBorder,
SbVec4f borderColor,
boolean isCompressed,
int numCompressedMipmaps)
Deprecated.
|
static void |
SoTextureImageElement.set(SoState state,
SoNode node,
SbVec2s size,
int numComponents,
java.nio.ByteBuffer buffer,
SoBufferObject bufferObject,
SoSFImage.DataTypes dataType,
int GLInternalFormat,
SoRenderToTextureProperty renderToTexProp,
int wrapS,
int wrapT,
int wrapR,
int model,
SbColor blendColor,
float maxAnisotropy,
boolean enableBorder,
SbVec4f borderColor,
boolean isCompressed,
int numCompressedMipmaps,
int hasTransparency)
Deprecated.
|
static void |
SoTextureImageElement.set(SoState state,
SoNode node,
SbVec2s size,
int numComponents,
java.nio.ByteBuffer buffer,
SoBufferObject bufferObject,
SoSFImage.DataTypes dataType,
int GLInternalFormat,
SoRenderToTextureProperty renderToTexProp,
int wrapS,
int wrapT,
int wrapR,
int model,
SbColor blendColor,
float maxAnisotropy,
boolean enableBorder,
SbVec4f borderColor,
boolean isCompressed,
int numCompressedMipmaps,
int hasTransparency,
int currentTexture)
Deprecated.
As of Open Inventor 9400 See documentation for more details
|
static void |
SoTextureImageElement.set(SoState state,
SoNode node,
SbVec2s size,
int numComponents,
java.nio.ByteBuffer buffer,
SoBufferObject bufferObject,
SoSFImage.DataTypes dataType,
int GLInternalFormat,
SoRenderToTextureProperty renderToTexProp,
int wrapS,
int wrapT,
int wrapR,
int model,
SbColor blendColor,
float maxAnisotropy,
int minFilter,
int magFilter,
boolean enableBorder,
SbVec4f borderColor,
boolean isCompressed,
int numCompressedMipmaps)
Deprecated.
|
static void |
SoTextureImageElement.set(SoState state,
SoNode node,
SbVec2s size,
int numComponents,
java.nio.ByteBuffer buffer,
SoBufferObject bufferObject,
SoSFImage.DataTypes dataType,
int GLInternalFormat,
SoRenderToTextureProperty renderToTexProp,
int wrapS,
int wrapT,
int wrapR,
int model,
SbColor blendColor,
float maxAnisotropy,
int minFilter,
int magFilter,
boolean enableBorder,
SbVec4f borderColor,
boolean isCompressed,
int numCompressedMipmaps,
int hasTransparency)
Deprecated.
|
static void |
SoTextureImageElement.set(SoState state,
SoNode node,
SbVec2s size,
int numComponents,
java.nio.ByteBuffer buffer,
SoBufferObject bufferObject,
SoSFImage.DataTypes dataType,
int GLInternalFormat,
SoRenderToTextureProperty renderToTexProp,
int wrapS,
int wrapT,
int wrapR,
int model,
SbColor blendColor,
float maxAnisotropy,
int minFilter,
int magFilter,
boolean enableBorder,
SbVec4f borderColor,
boolean isCompressed,
int numCompressedMipmaps,
int hasTransparency,
int currentTexture)
Deprecated.
As of Open Inventor 9400 See documentation for more details
|
static void |
SoTextureImageElement.set(SoState state,
SoNode node,
SbVec2s subSize,
int xoffset,
int yoffset,
java.nio.ByteBuffer buffer,
int texname)
Deprecated.
As of Open Inventor 9400 See documentation for more details
|
Modifier and Type | Method and Description |
---|---|
SbVec2s |
SoEvent.getPosition()
Returns the window pixel location of the cursor when the event occurred as integer values.
|
SbVec2s |
SoEvent.getPosition(SbViewportRegion vpRgn)
Gets the viewport pixel location of the cursor when the event occurred, relative to the origin of the specified viewport region, as integer values.
|
Modifier and Type | Method and Description |
---|---|
void |
SoEvent.setPosition(SbVec2s p)
Sets the window pixel location of the cursor when the event occurred.
|
Modifier and Type | Method and Description |
---|---|
SbVec2s |
SoMFVec2s.get1Value(int i)
Deprecated.
|
SbVec2s |
SoSFVec2s.getValue()
Returns this field's value.
|
SbVec2s |
SoMFVec2s.getValueAt(int i) |
SbVec2s[] |
SoMFVec2s.getValues(int start)
Returns a pointer into the array of values in the field, starting at index start.
|
Modifier and Type | Method and Description |
---|---|
int |
SoMFVec2s.find(SbVec2s targetValue)
Calls find(targetValue, false).
|
int |
SoMFVec2s.find(SbVec2s targetValue,
boolean addIfNotFound)
Finds the given
targetValue in the array and returns the index of that value.
|
void |
SoMFVec2s.set1Value(int index,
SbVec2s newValue)
Sets the
index'th value in the array to
newValue.
|
void |
SoMFVec2s.setValue(SbVec2s newValue)
Sets the first value in the array to
newValue, and deletes.
|
void |
SoSFVec2s.setValue(SbVec2s newValue)
Sets this field to
newValue.
|
void |
SoSFImage.setValue(SbVec2s size,
int nc,
byte[] bytes)
Same as above.
|
void |
SoSFImage.setValue(SbVec2s size,
int nc,
SoSFImage.DataTypes dataType,
SoBufferObject bufferObject)
Calls setValue(size, nc, dataType, bufferObject, SoSFImage.CopyPolicies.valueOf( SoSFImage.CopyPolicies.COPY.getValue() )).
|
void |
SoSFImage.setValue(SbVec2s size,
int nc,
SoSFImage.DataTypes dataType,
SoBufferObject bufferObject,
SoSFImage.CopyPolicies copy) |
void |
SoSFArray2D.setValue(SbVec2s size,
SoSFArray.DataTypes dataType,
java.nio.ByteBuffer data)
Calls setValue(size, dataType, data, SoSFArray.CopyPolicies.valueOf( SoSFArray.CopyPolicies.COPY.getValue() )).
|
void |
SoSFArray2D.setValue(SbVec2s size,
SoSFArray.DataTypes dataType,
java.nio.ByteBuffer data,
SoSFArray.CopyPolicies copy)
Fill the 2D array with data of the specified dimensions and type using the specified copy policy.
|
void |
SoMFVec2s.setValues(int start,
SbVec2s[] newValues)
Sets
num values starting at index
start to the values.
|
Constructor and Description |
---|
SoSFVec2s(SoFieldContainer fieldContainer,
java.lang.String fieldName,
SoField.FieldTypes fieldType,
SbVec2s defaultValue)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
SbVec2s |
SbRasterImage.getSize()
Returns the raster image size in pixels.
|
Modifier and Type | Method and Description |
---|---|
void |
SbRasterImage.setSize(SbVec2s size)
Sets the raster image size in pixels.
|
boolean |
SoRasterImageRW.writeHeader(SbVec2s size)
Deprecated.
As of Open Inventor 8.0, use
SoRasterImageRW.writeHeader(SbVec2i32 size) instead. |
Constructor and Description |
---|
SbRasterImage(SbVec2s size,
SbRasterImage.Components components,
byte[] bytes)
Deprecated.
As of Open Inventor 9400 See documentation for more details
|
Modifier and Type | Method and Description |
---|---|
SbVec2s |
SoMPEGRenderer.getSize()
Gets the frame pixel size.
|
Modifier and Type | Method and Description |
---|---|
void |
SoMPEGRenderer.setSize(SbVec2s size)
Sets the frame pixel size.
|
Modifier and Type | Field and Description |
---|---|
SbVec2s |
SoExtTexture2.ImageSize.size |
Modifier and Type | Method and Description |
---|---|
SbVec2s[] |
SoExtSelection.getLassoCoordsDC()
Returns the lasso coordinates in device coordinates.
|
Modifier and Type | Method and Description |
---|---|
static void |
SoIndexedMarkerSet.addMarker(int markerIndex,
SbVec2s size,
byte[] bytes)
Calls addMarker(markerIndex, size, bytes, true, true).
|
static void |
SoMarkerSet.addMarker(int markerIndex,
SbVec2s size,
byte[] bytes)
Calls addMarker(markerIndex, size, bytes, true, true).
|
static void |
SoIndexedMarkerSet.addMarker(int markerIndex,
SbVec2s size,
byte[] bytes,
boolean isLSBFirst)
Calls addMarker(markerIndex, size, bytes, isLSBFirst, true).
|
static void |
SoMarkerSet.addMarker(int markerIndex,
SbVec2s size,
byte[] bytes,
boolean isLSBFirst)
Calls addMarker(markerIndex, size, bytes, isLSBFirst, true).
|
static void |
SoIndexedMarkerSet.addMarker(int markerIndex,
SbVec2s size,
byte[] bytes,
boolean isLSBFirst,
boolean isUpToDown)
Add a new marker with index markerIndex .
|
static void |
SoMarkerSet.addMarker(int markerIndex,
SbVec2s size,
byte[] bytes,
boolean isLSBFirst,
boolean isUpToDown)
Add a new marker with index markerIndex .
|
static void |
SoIndexedMarkerSet.addMarker(int markerIndex,
SbVec2s size,
byte[] bytes,
int[] orderedRGBA)
Calls addMarker(markerIndex, size, bytes, orderedRGBA, true, true).
|
static void |
SoMarkerSet.addMarker(int markerIndex,
SbVec2s size,
byte[] bytes,
int[] orderedRGBA)
Calls addMarker(markerIndex, size, bytes, orderedRGBA, true, true).
|
static void |
SoIndexedMarkerSet.addMarker(int markerIndex,
SbVec2s size,
byte[] bytes,
int[] orderedRGBA,
boolean isLSBFirst)
Calls addMarker(markerIndex, size, bytes, orderedRGBA, isLSBFirst, true).
|
static void |
SoMarkerSet.addMarker(int markerIndex,
SbVec2s size,
byte[] bytes,
int[] orderedRGBA,
boolean isLSBFirst)
Calls addMarker(markerIndex, size, bytes, orderedRGBA, isLSBFirst, true).
|
static void |
SoIndexedMarkerSet.addMarker(int markerIndex,
SbVec2s size,
byte[] bytes,
int[] orderedRGBA,
boolean isLSBFirst,
boolean isUpToDown)
Add a new colored marker with index markerIndex .
|
static void |
SoMarkerSet.addMarker(int markerIndex,
SbVec2s size,
byte[] bytes,
int[] orderedRGBA,
boolean isLSBFirst,
boolean isUpToDown)
Add a new colored marker with index markerIndex .
|
Modifier and Type | Method and Description |
---|---|
void |
SoTouchEvent.setPosition(SbVec2s p) |
Modifier and Type | Field and Description |
---|---|
SbVec2s |
SoVRMLImageTexture.TextureImage.size |
Modifier and Type | Method and Description |
---|---|
SbVec2s |
SoRemoteVizClient.getContainerSize()
Returns the size of the renderArea container.
|
SbVec2s |
SoRemoteVizClient.getRenderAreaSize()
Returns the size of the renderArea managed by the RemoteViz service.
|
SbVec2s |
SoRemoteVizClient.ServiceMessageEventArg.getRenderAreaSize()
Returns the renderArea size.
|
SbVec2s |
SoRemoteVizClient.RenderAreaSizeEventArg.getSize()
Returns the renderArea size.
|
Modifier and Type | Method and Description |
---|---|
void |
SoRemoteVizClient.requestRenderAreaSize(SbVec2s size)
Sends a request to resize the renderArea associated with the connection.
|
Constructor and Description |
---|
RenderAreaSizeEventArg(SoRemoteVizClient source,
SbVec2s size)
Default constructor.
|
ServiceMessageEventArg(SoRemoteVizClient source,
SoRemoteVizClient.ServiceMessageEventArg.States state,
SbVec2s renderAreaSize,
java.lang.String details)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
ScRayPickAction.setPoint(SbVec2s viewportPoint)
Sets the viewport-space point through which the ray passes, starting at the camera's viewpoint.
|
Modifier and Type | Method and Description |
---|---|
SbVec2s |
SoMemoryBuffer2D.getSize2D()
Returns 2D size.
|
Modifier and Type | Method and Description |
---|---|
void |
SoMemoryBuffer2D.setSize(SbVec2s size,
long nbElement)
setup function
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com