public class SoSFVec2i32 extends SoSField
SoField.FieldTypes
Inventor.ConstructorCommand
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoSFVec2i32()
Deprecated.
As of Open Inventor 9.3 Use constructor with SoFieldContainer instead.
|
SoSFVec2i32(SoFieldContainer fieldContainer,
java.lang.String fieldName,
SoField.FieldTypes fieldType,
SbVec2i32 defaultValue)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
SbVec2i32 |
getValue()
Returns this field's value.
|
long |
getValueSize()
Get size of the value.
|
void |
setValue(int[] xy)
Sets the field to the given value.
|
void |
setValue(int x,
int y)
Sets the field to the given value.
|
void |
setValue(SbVec2d vec2d)
Convenience method that allows you to specify a field value using a double precision variable.
|
void |
setValue(SbVec2f vec2f)
Convenience method that allows you to specify a field value using a single precision variable.
|
void |
setValue(SbVec2i32 newValue)
Sets this field to
newValue.
|
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 SoSFVec2i32()
public SoSFVec2i32(SoFieldContainer fieldContainer, java.lang.String fieldName, SoField.FieldTypes fieldType, SbVec2i32 defaultValue)
public void setValue(SbVec2i32 newValue)
public SbVec2i32 getValue()
public long getValueSize()
public void setValue(SbVec2f vec2f)
public void setValue(int[] xy)
public void setValue(SbVec2d vec2d)
public void setValue(int x, int y)
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com