public class SoSFVec4i32 extends SoSField
SoSFVec4i32s are written to file as four integer values separated by whitespace.
See also:
SoField.FieldTypes
Inventor.ConstructorCommand
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoSFVec4i32(SoFieldContainer fieldContainer,
java.lang.String fieldName,
SoField.FieldTypes fieldType,
SbVec4i32 defaultValue)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
SbVec4i32 |
getValue()
Returns this field's value.
|
void |
setValue(int[] xyzw)
Sets the field to the given values.
|
void |
setValue(int x,
int y,
int z,
int w)
Sets the field to the given values.
|
void |
setValue(SbVec4d vec4d)
Convenience method that allows you to specify a field value using a double precision variable.
|
void |
setValue(SbVec4f vec4f)
Convenience method that allows you to specify a field value using a single precision variable.
|
void |
setValue(SbVec4i32 newValue)
Sets this field to
newValue.
|
appendConnection, appendConnection, connectFrom, connectFrom, disconnect, disconnect, disconnect, enableConnection, get, getConnectedEngine, getConnectedField, getContainer, getNumConnections, getValueSize, isConnected, isConnectedFromEngine, isConnectedFromField, isConnectedFromVRMLInterp, isConnectionEnabled, isDefault, isIgnored, set, setIgnored, touch
dispose, getNativeResourceHandle
public SoSFVec4i32(SoFieldContainer fieldContainer, java.lang.String fieldName, SoField.FieldTypes fieldType, SbVec4i32 defaultValue)
public SbVec4i32 getValue()
public void setValue(int x, int y, int z, int w)
public void setValue(SbVec4i32 newValue)
public void setValue(SbVec4d vec4d)
public void setValue(SbVec4f vec4f)
public void setValue(int[] xyzw)
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com