Class SoSFInt64


  • public class SoSFInt64
    extends SoSField
    Field containing a int64_t integer. A field containing a single long (64-bit) integer.

    SoSFInt64s are written to file as an integer in decimal, hexadecimal (beginning with '0x') or octal (beginning with '0') format.

    See Also:
    SoField, SoSField, SoMFInt64
    • Constructor Detail

    • Method Detail

      • getValue

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

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

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