public class SoMFKernel3i32 extends SoMField
SbKernel3i32
objects.
A multiple-value field that contains any number of SbKernel3i32
objects.
See also:
SoField.FieldTypes
Inventor.ConstructorCommand
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoMFKernel3i32()
Deprecated.
As of Open Inventor 9.3 Use constructor with SoFieldContainer instead.
|
SoMFKernel3i32(SoFieldContainer fieldContainer,
java.lang.String fieldName,
SoField.FieldTypes fieldType)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
disableDeleteValues()
Temporary disable value deleting.
|
boolean |
equals(java.lang.Object obj) |
int |
find(SbKernel3i32 targetValue)
Calls find(targetValue, false).
|
int |
find(SbKernel3i32 targetValue,
boolean addIfNotFound)
Finds the given
targetValue in the array and returns the index of that value.
|
SbKernel3i32 |
get1Value(int i)
Deprecated.
|
SbKernel3i32 |
getValueAt(int i) |
SbKernel3i32[] |
getValues(int start)
Returns a pointer into the array of values in the field, starting at index start.
|
long |
getValueSize()
Get size of the value.
|
void |
set1Value(int index,
SbKernel3i32 newValue)
Sets the
index'th value in the array to
newValue.
|
void |
setValue(SbKernel3i32 newValue)
Sets the first value in the array to
newValue, and deletes.
|
void |
setValues(int start,
SbKernel3i32[] newValues)
Sets
num values starting at index
start to the values.
|
deleteValues, deleteValues, get1, getNum, insertSpace, set1, setNum
appendConnection, appendConnection, appendConnection, connectFrom, connectFrom, connectFrom, disconnect, disconnect, disconnect, disconnect, enableConnection, get, getConnectedEngine, getConnectedField, getConnectedVRMLInterp, getContainer, getNumConnections, isConnected, isConnectedFromEngine, isConnectedFromField, isConnectedFromVRMLInterp, isConnectionEnabled, isDefault, isIgnored, set, setIgnored, touch
dispose, getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
@Deprecated public SoMFKernel3i32()
public SoMFKernel3i32(SoFieldContainer fieldContainer, java.lang.String fieldName, SoField.FieldTypes fieldType)
public int find(SbKernel3i32 targetValue)
@Deprecated public SbKernel3i32 get1Value(int i)
public SbKernel3i32 getValueAt(int i)
public long getValueSize()
getValueSize
in class SoMField
public void setValue(SbKernel3i32 newValue)
public void disableDeleteValues()
public int find(SbKernel3i32 targetValue, boolean addIfNotFound)
public SbKernel3i32[] getValues(int start)
public void set1Value(int index, SbKernel3i32 newValue)
public void setValues(int start, SbKernel3i32[] newValues)
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com