Package com.openinventor.meshviz.fields
Class PoSFRegularCartesianGrid2D
- 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.PoSFRegularCartesianGrid2D
 
 
 
 
 
- 
 public class PoSFRegularCartesianGrid2D extends PoSFMesh Inventor field containing a mesh of typePbRegularCartesianGrid2D. This field contains an instance of the classPbRegularCartesianGrid2D.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.openinventor.inventor.fields.SoFieldSoField.FieldTypes
 - 
Nested classes/interfaces inherited from class com.openinventor.inventor.InventorInventor.ConstructorCommand
 
- 
 - 
Field Summary- 
Fields inherited from class com.openinventor.inventor.InventorVERBOSE_LEVEL, ZeroHandle
 
- 
 - 
Constructor SummaryConstructors Constructor Description PoSFRegularCartesianGrid2D(SoFieldContainer fieldContainer, java.lang.String fieldName, SoField.FieldTypes fieldType, PbRegularCartesianGrid2D defaultValue)Default constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)PbRegularCartesianGrid2DgetValue()Returns this field's value.voidsetGeometry(int num_x, int num_y, float x_min, float y_min, float x_max, float y_max)Calls setGeometry(num_x, num_y, x_min, y_min, x_max, y_max, (float[])null).voidsetGeometry(int num_x, int num_y, float x_min, float y_min, float x_max, float y_max, float[] z)Convenience method to change the geometry of the mesh.voidsetValue(PbRegularCartesianGrid2D newValue)Sets this field to newValue.- 
Methods inherited from class com.openinventor.meshviz.fields.PoSFMeshaddStringsSet, addStringsSet, addValuesSet, addValuesSet, addValuesSet, addValuesSet, addVecsSet, addVecsSet
 - 
Methods inherited from class com.openinventor.inventor.fields.SoFieldappendConnection, 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.Inventordispose, getNativeResourceHandle
 
- 
 
- 
- 
- 
Constructor Detail- 
PoSFRegularCartesianGrid2Dpublic PoSFRegularCartesianGrid2D(SoFieldContainer fieldContainer, java.lang.String fieldName, SoField.FieldTypes fieldType, PbRegularCartesianGrid2D defaultValue) Default constructor.
 
- 
 - 
Method Detail- 
setGeometrypublic void setGeometry(int num_x, int num_y, float x_min, float y_min, float x_max, float y_max)Calls setGeometry(num_x, num_y, x_min, y_min, x_max, y_max, (float[])null).
 - 
setGeometrypublic void setGeometry(int num_x, int num_y, float x_min, float y_min, float x_max, float y_max, float[] z)Convenience method to change the geometry of the mesh. See alsoPbRegularCartesianGrid2D.setGeometry().
 - 
setValuepublic void setValue(PbRegularCartesianGrid2D newValue) Sets this field to newValue.
 - 
getValuepublic PbRegularCartesianGrid2D getValue() Returns this field's value.
 
- 
 
-