Uses of Class
com.openinventor.meshviz.graph.PbDataMapping
-
Packages that use PbDataMapping Package Description com.openinventor.meshviz.data com.openinventor.meshviz.elements com.openinventor.meshviz.graph -
-
Uses of PbDataMapping in com.openinventor.meshviz.data
Methods in com.openinventor.meshviz.data that return PbDataMapping Modifier and Type Method Description PbDataMapping
PoMesh. getDataMapping()
Returns the currentPbDataMapping
object.PbDataMapping
PoMesh. getModuleDataMapping()
Returns the currentPbDataMapping
object for the association color-vectors module.Methods in com.openinventor.meshviz.data with parameters of type PbDataMapping Modifier and Type Method Description void
PoMesh. setDataMapping(PbDataMapping data_mapping)
Sets a reference to aPbDataMapping
object for the association color-value.void
PoMesh. setModuleDataMapping(PbDataMapping mod_data_mapping)
Sets a reference to aPbDataMapping
object for the association color-vectors module. -
Uses of PbDataMapping in com.openinventor.meshviz.elements
Methods in com.openinventor.meshviz.elements that return PbDataMapping Modifier and Type Method Description static PbDataMapping
PoDataMappingElement. get(SoState state)
Methods in com.openinventor.meshviz.elements with parameters of type PbDataMapping Modifier and Type Method Description static void
PoDataMappingElement. set(SoState state, SoNode node, PbDataMapping dataMapping)
-
Uses of PbDataMapping in com.openinventor.meshviz.graph
Subclasses of PbDataMapping in com.openinventor.meshviz.graph Modifier and Type Class Description class
PbLinearDataMapping
Class to define linear data mapping.class
PbNonLinearDataMapping
Class to define non linear data mapping.class
PbNonLinearDataMapping2
Class to define non linear data mapping.Methods in com.openinventor.meshviz.graph that return PbDataMapping Modifier and Type Method Description PbDataMapping
PoHistogram. getDataMapping()
Gets a reference to aPbDataMapping
object to the association color-value for coloring the bars.PbDataMapping
PoPointsFieldBars. getDataMapping()
Gets a reference to aPbDataMapping
object to the association color-value.PbDataMapping
PoValuedMarkerField. getDataMapping()
Gets a reference to aPbDataMapping
object, used to the association value- color.PbDataMapping
PoValueLegend. getDataMapping()
Gets a reference to aPbDataMapping
object to the association color-values.Methods in com.openinventor.meshviz.graph with parameters of type PbDataMapping Modifier and Type Method Description void
PoHistogram. setDataMapping(PbDataMapping dataMapping)
Sets a reference to aPbDataMapping
object to the association color-value for coloring the bars.void
PoPointsFieldBars. setDataMapping(PbDataMapping dataMapping)
Sets a reference to aPbDataMapping
object to the association color-value.void
PoValuedMarkerField. setDataMapping(PbDataMapping dataMapping)
Sets a reference to aPbDataMapping
object, used to the association value- color.void
PoValueLegend. setDataMapping(PbDataMapping dataMapping)
Sets a reference to aPbDataMapping
object to the association color-values.
-