Package com.openinventor.meshviz.fields
Class PoSFPolarGrid2D
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.inventor.fields.SoField
-
- com.openinventor.inventor.fields.SoSField
-
- com.openinventor.meshviz.fields.PoSFMesh
-
- com.openinventor.meshviz.fields.PoSFPolarGrid2D
-
public class PoSFPolarGrid2D extends PoSFMesh
Inventor field containing a mesh of typePbPolarGrid2D
. This field contains an instance of the classPbPolarGrid2D
.
-
-
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 PoSFPolarGrid2D(SoFieldContainer fieldContainer, java.lang.String fieldName, SoField.FieldTypes fieldType, PbPolarGrid2D defaultValue)
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
PbPolarGrid2D
getValue()
Returns this field's value.void
setGeometry(int num_r, int num_t, float[] r, float[] t)
Calls setGeometry(num_r, num_t, r, t, (float[])null).void
setGeometry(int num_r, int num_t, float[] r, float[] t, float[] z)
Convenience method to change the geometry of the mesh.void
setValue(PbPolarGrid2D newValue)
Sets this field to newValue.-
Methods inherited from class com.openinventor.meshviz.fields.PoSFMesh
addStringsSet, addStringsSet, addValuesSet, addValuesSet, addValuesSet, addValuesSet, addVecsSet, addVecsSet
-
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
-
PoSFPolarGrid2D
public PoSFPolarGrid2D(SoFieldContainer fieldContainer, java.lang.String fieldName, SoField.FieldTypes fieldType, PbPolarGrid2D defaultValue)
Default constructor.
-
-
Method Detail
-
setGeometry
public void setGeometry(int num_r, int num_t, float[] r, float[] t)
Calls setGeometry(num_r, num_t, r, t, (float[])null).
-
setGeometry
public void setGeometry(int num_r, int num_t, float[] r, float[] t, float[] z)
Convenience method to change the geometry of the mesh. See alsoPbPolarGrid2D.setGeometry()
.
-
setValue
public void setValue(PbPolarGrid2D newValue)
Sets this field to newValue.
-
getValue
public PbPolarGrid2D getValue()
Returns this field's value.
-
-