Uses of Class
com.openinventor.meshviz.graph.PbDataMapping
Packages that use PbDataMapping
Package
Description
-
Uses of PbDataMapping in com.openinventor.meshviz.data
Methods in com.openinventor.meshviz.data that return PbDataMappingModifier and TypeMethodDescriptionPoMesh.getDataMapping()
Returns the currentPbDataMapping
object.PoMesh.getModuleDataMapping()
Returns the currentPbDataMapping
object for the association color-vectors module.Methods in com.openinventor.meshviz.data with parameters of type PbDataMappingModifier and TypeMethodDescriptionvoid
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 PbDataMappingMethods in com.openinventor.meshviz.elements with parameters of type PbDataMappingModifier and TypeMethodDescriptionstatic void
PoDataMappingElement.set
(SoState state, SoNode node, PbDataMapping dataMapping) -
Uses of PbDataMapping in com.openinventor.meshviz.graph
Subclasses of PbDataMapping in com.openinventor.meshviz.graphModifier and TypeClassDescriptionclass
Class to define linear data mapping.class
Class to define non linear data mapping.class
Class to define non linear data mapping.Methods in com.openinventor.meshviz.graph that return PbDataMappingModifier and TypeMethodDescriptionPoHistogram.getDataMapping()
Gets a reference to aPbDataMapping
object to the association color-value for coloring the bars.PoPointsFieldBars.getDataMapping()
Gets a reference to aPbDataMapping
object to the association color-value.PoValuedMarkerField.getDataMapping()
Gets a reference to aPbDataMapping
object, used to the association value- color.PoValueLegend.getDataMapping()
Gets a reference to aPbDataMapping
object to the association color-values.Methods in com.openinventor.meshviz.graph with parameters of type PbDataMappingModifier and TypeMethodDescriptionvoid
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.