Uses of Class
com.openinventor.meshviz.data.PbMesh.DataBindings
-
Packages that use PbMesh.DataBindings Package Description com.openinventor.meshviz.data -
-
Uses of PbMesh.DataBindings in com.openinventor.meshviz.data
Methods in com.openinventor.meshviz.data that return PbMesh.DataBindings Modifier and Type Method Description PbMesh.DataBindings
PbMesh. getValuesBinding(int set_index)
Gets the binding of the scalar value set.static PbMesh.DataBindings
PbMesh.DataBindings. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic PbMesh.DataBindings
PbMesh.DataBindings. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PbMesh.DataBindings[]
PbMesh.DataBindings. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.meshviz.data with parameters of type PbMesh.DataBindings Modifier and Type Method Description void
PbMesh. addValuesSet(int set_index, float[] val, PbMesh.DataBindings binding)
Calls addValuesSet(set_index, val, binding, "").void
PbMesh. addValuesSet(int set_index, float[] val, PbMesh.DataBindings binding, java.lang.String set_name)
Adds a set of scalar values that can be located either at nodes or at cells.
-