Package com.openinventor.inventor.fields
Class SoSFBox4i32
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.inventor.fields.SoField
-
- com.openinventor.inventor.fields.SoSField
-
- com.openinventor.inventor.fields.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.
-
-
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
Constructors Constructor Description SoSFBox4i32(SoFieldContainer fieldContainer, java.lang.String fieldName, SoField.FieldTypes fieldType, SbBox4i32 defaultValue)
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
SbBox4i32
getValue()
Returns this field's value.void
setValue(int xmin, int ymin, int zmin, int tmin, int xmax, int ymax, int zmax, int tmax)
Sets the box dimensions.void
setValue(SbBox4i32 newValue)
Sets this field to newValue.void
setValue(SbVec4i32 _min, SbVec4i32 _max)
Sets the box dimensions.-
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 Detail
-
SoSFBox4i32
public SoSFBox4i32(SoFieldContainer fieldContainer, java.lang.String fieldName, SoField.FieldTypes fieldType, SbBox4i32 defaultValue)
Default constructor.
-
-