Package com.openinventor.inventor.fields
Class SoSFUByte
java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.inventor.fields.SoField
com.openinventor.inventor.fields.SoSField
com.openinventor.inventor.fields.SoSFUByte
Field containing a uint8_t integer.
A field containing a single unsigned byte (8-bit) integer.
SoSFUBytes are written to file as an integer in decimal, hexadecimal (beginning with '0x') or octal (beginning with '0') 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
ConstructorsConstructorDescriptionSoSFUByte
(SoFieldContainer fieldContainer, String fieldName, SoField.FieldTypes fieldType, byte 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
-
SoSFUByte
public SoSFUByte(SoFieldContainer fieldContainer, String fieldName, SoField.FieldTypes fieldType, byte defaultValue) Default constructor.
-
-
Method Details