public class SoSFVec3i32 extends SoSField
SoSFVec3i32s are written to file as three integer values separated by whitespace.
See also:
SoField.FieldTypes
Inventor.ConstructorCommand
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoSFVec3i32()
Deprecated.
As of Open Inventor 9.3 Use constructor with SoFieldContainer instead.
|
SoSFVec3i32(SoFieldContainer fieldContainer,
java.lang.String fieldName,
SoField.FieldTypes fieldType,
SbVec3i32 defaultValue)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
SbVec3i32 |
getValue()
Returns this field's value.
|
long |
getValueSize()
Get size of the value.
|
void |
setValue(int[] xyz)
Sets the field to the given values.
|
void |
setValue(int x,
int y,
int z)
Sets the field to the given values.
|
void |
setValue(SbVec3d vec3d)
Convenience method that allows you to specify a field value using a double precision variable.
|
void |
setValue(SbVec3f vec3f)
Convenience method that allows you to specify a field value using a single precision variable.
|
void |
setValue(SbVec3i32 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 SoSFVec3i32()
public SoSFVec3i32(SoFieldContainer fieldContainer, java.lang.String fieldName, SoField.FieldTypes fieldType, SbVec3i32 defaultValue)
public void setValue(SbVec3i32 newValue)
public SbVec3i32 getValue()
public long getValueSize()
public void setValue(SbVec3f vec3f)
public void setValue(int[] xyz)
public void setValue(SbVec3d vec3d)
public void setValue(int x, int y, int z)
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com