Package com.openinventor.inventor.fields
Class SoSFUInt32
java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.inventor.fields.SoField
com.openinventor.inventor.fields.SoSField
com.openinventor.inventor.fields.SoSFUInt32
Field containing an unsigned int32_t integer.
A single-value field containing an unsigned 32-bit integer, representing a number from 0 to 4,294,967,295.
SoSFUInt32s are written to file as a single uint32_t (32-bit) integer in decimal, hexadecimal or octal format.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.openinventor.inventor.fields.SoField
SoField.FieldTypes
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
Field Summary
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
Constructor Summary
ConstructorsConstructorDescriptionSoSFUInt32
(SoFieldContainer fieldContainer, String fieldName, SoField.FieldTypes fieldType, int defaultValue) Default constructor. -
Method Summary
Methods inherited from class com.openinventor.inventor.fields.SoField
appendConnection, appendConnection, connectFrom, connectFrom, disconnect, disconnect, disconnect, enableConnection, get, getConnectedEngine, getConnectedField, getContainer, getNumConnections, getValueSize, isConnected, isConnectedFromEngine, isConnectedFromField, isConnectedFromVRMLInterp, isConnectionEnabled, isDefault, isIgnored, set, setIgnored, touch
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
Constructor Details
-
SoSFUInt32
public SoSFUInt32(SoFieldContainer fieldContainer, String fieldName, SoField.FieldTypes fieldType, int defaultValue) Default constructor.
-
-
Method Details