Uses of Enum Class
com.openinventor.meshviz.data.PbMesh.DataBindings
Packages that use PbMesh.DataBindings
-
Uses of PbMesh.DataBindings in com.openinventor.meshviz.data
Methods in com.openinventor.meshviz.data that return PbMesh.DataBindingsModifier and TypeMethodDescriptionPbMesh.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
Returns the enum constant of this class with the specified name.static PbMesh.DataBindings[]
PbMesh.DataBindings.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.meshviz.data with parameters of type PbMesh.DataBindingsModifier and TypeMethodDescriptionvoid
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, String set_name) Adds a set of scalar values that can be located either at nodes or at cells.