Package | Description |
---|---|
com.openinventor.inventor |
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
|
com.openinventor.inventor.elements |
The element classes are used internally for storing information in Open Inventor's traversal state list.
|
com.openinventor.inventor.fields | |
com.openinventor.ldm.readers | |
com.openinventor.volumeviz.readers |
Modifier and Type | Method and Description |
---|---|
SbVec3s |
SbBox3s.getMax()
Returns the maximum point of the box.
|
SbVec3s |
SbBox3s.getMin()
Returns the minimum point of the box.
|
SbVec3s[] |
SbBox3s.getMinMax()
Gets the corners of the box.
|
SbVec3s |
SbVec3s.minus(SbVec3s v2)
Component-wise binary vector subtraction operator.
|
SbVec3s |
SbVec3s.over(double d)
Component-wise binary scalar division operator.
|
SbVec3s |
SbVec3s.over(int d)
Component-wise binary scalar division operator.
|
SbVec3s |
SbVec3s.plus(SbVec3s v2)
Component-wise binary vector addition operator.
|
SbVec3s |
SbVec3s.setValue(short[] components) |
SbVec3s |
SbVec3s.setValue(short[] components,
int startIndex) |
SbVec3s |
SbVec3s.setValue(short c0,
short c1,
short c2) |
SbVec3s |
SbVec3s.times(double d)
Component-wise binary scalar multiplication operator.
|
SbVec3s |
SbVec3s.times(int d)
Component-wise binary scalar multiplication operator.
|
static SbVec3s[] |
SbVec3s.toArray(long nativeArray,
long length) |
Modifier and Type | Method and Description |
---|---|
void |
SbVec3s.add(SbVec3s u)
Component-wise vector addition operator.
|
int |
SbVec3s.dot(SbVec3s v)
Returns dot (inner) product of vector and another vector.
|
SbVec3s |
SbVec3s.minus(SbVec3s v2)
Component-wise binary vector subtraction operator.
|
SbVec3s |
SbVec3s.plus(SbVec3s v2)
Component-wise binary vector addition operator.
|
void |
SbBox3s.setBounds(SbVec3s _min,
SbVec3s _max)
Sets the corners of the box.
|
SbVec3i32 |
SbVec3i32.setValue(SbVec3s v)
Sets value of vector from an
SbVec3s (adapter). |
void |
SbVec3s.setValue(SbVec3s copyFrom) |
void |
SbVec3s.substract(SbVec3s u)
Component-wise vector subtraction operator.
|
Constructor and Description |
---|
SbBox3s(SbVec3s _min,
SbVec3s _max)
Constructor for a 3D short box.
|
SbVec3i32(SbVec3s vec)
Constructor given an
SbVec3s (adapter). |
SbVec3s(SbVec3s copyFrom) |
Modifier and Type | Method and Description |
---|---|
static SoGLDisplayList |
SoGLTextureImage3Element.set(SoState state,
SoNode node,
SbVec3s s,
int nc,
byte[] bytes,
SoBufferObject bufferObject,
int GLInternalFormat,
float texQuality,
int wrapS,
int wrapT,
int wrapR,
int model,
SbColor blendColor,
float _maxAnisotropy,
boolean _enableBorder,
SbVec4f _borderColor,
SoGLDisplayList list,
boolean enableCompressedTexture)
Deprecated.
Sets the current image, wrap modes and model.
|
static void |
SoTextureImage3Element.set(SoState state,
SoNode node,
SbVec3s size,
int numComponents,
byte[] bytes,
SoBufferObject bufferObject,
int GLInternalFormat,
int wrapS,
int wrapT,
int wrapR,
int model,
SbColor blendColor,
float maxAnisotropy,
boolean enableBorder,
SbVec4f borderColor)
Sets the current image, wrap, and model.
|
static void |
SoGLTextureImage3Element.set(SoState state,
SoNode node,
SbVec3s subSize,
int xoffset,
int yoffset,
int zoffset,
byte[] bytes,
int texname)
Deprecated.
Pass texname = -1 to deactivate subtexturing.
|
static void |
SoTextureImage3Element.set(SoState state,
SoNode node,
SbVec3s subSize,
int xoffset,
int yoffset,
int zoffset,
byte[] bytes,
int texname)
Pass texname = -1 to deactivate subtexturing.
|
Modifier and Type | Field and Description |
---|---|
SbVec3s |
SoSFImage3.SubTextureImage.offset |
SbVec3s |
SoSFImage3.TextureImage.size |
SbVec3s |
SoSFImage3.BufferObject.size |
SbVec3s |
SoSFImage3.SubTextureImage.size |
Modifier and Type | Method and Description |
---|---|
SbVec3s |
SoMFVec3s.get1Value(int i)
Deprecated.
|
SbVec3s |
SoMFVec3s.getValueAt(int i) |
SbVec3s[] |
SoMFVec3s.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 |
SoMFVec3s.find(SbVec3s targetValue)
Calls find(targetValue, false).
|
int |
SoMFVec3s.find(SbVec3s targetValue,
boolean addIfNotFound)
Finds the given
targetValue in the array and returns the index of that value.
|
void |
SoMFVec3s.set1Value(int index,
SbVec3s newValue)
Sets the
index'th value in the array to
newValue.
|
void |
SoMFVec3s.setValue(SbVec3s newValue)
Sets the first value in the array to
newValue, and deletes.
|
void |
SoSFImage3.setValue(SbVec3s size,
int nc,
SoBufferObject bufferObject)
Calls setValue(size, nc, bufferObject, SoSFImage3.CopyPolicies.valueOf( SoSFImage3.CopyPolicies.COPY.getValue() )).
|
void |
SoSFImage3.setValue(SbVec3s size,
int nc,
SoBufferObject bufferObject,
SoSFImage3.CopyPolicies copy) |
void |
SoSFBox3i32.setValue(SbVec3s _min,
SbVec3s _max)
Sets the box dimensions.
|
void |
SoSFBox3s.setValue(SbVec3s _min,
SbVec3s _max)
Sets the box dimensions.
|
void |
SoMFVec3s.setValues(int start,
SbVec3s[] newValues)
Sets
num values starting at index
start to the values.
|
Modifier and Type | Method and Description |
---|---|
SbVec3s |
SoVolumeReader.getShortTileSize()
Deprecated.
As of Open Inventor 6.0, no longer used. Use
SoVolumeReader.getTileSize() . |
Modifier and Type | Method and Description |
---|---|
void |
SoVRMemoryReader.setProperties(SbBox3f size,
SoDataSet.DataTypes type,
SbVec3s dim,
SoBufferObject internalData)
Calls setProperties(size, type, dim, internalData, (int)0).
|
void |
SoVRMemoryReader.setProperties(SbBox3f size,
SoDataSet.DataTypes type,
SbVec3s dim,
SoBufferObject internalData,
int sigBits)
Sets properties of the reader.
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com