Class SoSFUInt32


  • public class SoSFUInt32
    extends SoSField
    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:
    SoField, SoSField, SoMFUInt32
    • Constructor Detail

    • Method Detail

      • getValue

        public int getValue()
        Returns this field's value.
      • setValue

        public void setValue​(int newValue)
        Sets this field to newValue.
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class SoField