public class SoMFKernel2i32 extends SoMField
SbKernel2i32
objects.
A multiple-value field that contains any number of SbKernel2i32
objects.
See also:
SoField.FieldTypes
Inventor.ConstructorCommand
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoMFKernel2i32()
Deprecated.
As of Open Inventor 9.3 Use constructor with SoFieldContainer instead.
|
SoMFKernel2i32(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(SbKernel2i32 targetValue)
Calls find(targetValue, false).
|
int |
find(SbKernel2i32 targetValue,
boolean addIfNotFound)
Finds the given
targetValue in the array and returns the index of that value.
|
SbKernel2i32 |
get1Value(int i)
Deprecated.
|
SbKernel2i32 |
getValueAt(int i) |
SbKernel2i32[] |
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,
SbKernel2i32 newValue)
Sets the
index'th value in the array to
newValue.
|
void |
setValue(SbKernel2i32 newValue)
Sets the first value in the array to
newValue, and deletes.
|
void |
setValues(int start,
SbKernel2i32[] 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 SoMFKernel2i32()
public SoMFKernel2i32(SoFieldContainer fieldContainer, java.lang.String fieldName, SoField.FieldTypes fieldType)
public int find(SbKernel2i32 targetValue)
@Deprecated public SbKernel2i32 get1Value(int i)
public SbKernel2i32 getValueAt(int i)
public long getValueSize()
getValueSize
in class SoMField
public void setValue(SbKernel2i32 newValue)
public void disableDeleteValues()
public int find(SbKernel2i32 targetValue, boolean addIfNotFound)
public SbKernel2i32[] getValues(int start)
public void set1Value(int index, SbKernel2i32 newValue)
public void setValues(int start, SbKernel2i32[] newValues)
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com