Class SoSFBox4i32


  • public class SoSFBox4i32
    extends SoSField
    Field containing a four-dimensional box (spacial three-dimension + time dimension). This field defines a three-dimensional box.

    SoSFBox4i32 fields are written to file as 8 integers separated by whitespace.

    See Also:
    SoField, SoSField
    • Method Detail

      • setValue

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

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

        public void setValue​(SbVec4i32 _min,
                             SbVec4i32 _max)
        Sets the box dimensions.
      • setValue

        public void setValue​(int xmin,
                             int ymin,
                             int zmin,
                             int tmin,
                             int xmax,
                             int ymax,
                             int zmax,
                             int tmax)
        Sets the box dimensions.
      • getValue

        public SbBox4i32 getValue()
        Returns this field's value.