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:
  • Constructor Details

  • Method Details

    • getValue

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

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

      public boolean equals(Object obj)
      Overrides:
      equals in class SoField