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 currentPbDataMappingobject.PoMesh.getModuleDataMapping()Returns the currentPbDataMappingobject for the association color-vectors module.Methods in com.openinventor.meshviz.data with parameters of type PbDataMappingModifier and TypeMethodDescriptionvoidPoMesh.setDataMapping(PbDataMapping data_mapping) Sets a reference to aPbDataMappingobject for the association color-value.voidPoMesh.setModuleDataMapping(PbDataMapping mod_data_mapping) Sets a reference to aPbDataMappingobject 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 voidPoDataMappingElement.set(SoState state, SoNode node, PbDataMapping dataMapping) -
Uses of PbDataMapping in com.openinventor.meshviz.graph
Subclasses of PbDataMapping in com.openinventor.meshviz.graphModifier and TypeClassDescriptionclassClass to define linear data mapping.classClass to define non linear data mapping.classClass to define non linear data mapping.Methods in com.openinventor.meshviz.graph that return PbDataMappingModifier and TypeMethodDescriptionPoHistogram.getDataMapping()Gets a reference to aPbDataMappingobject to the association color-value for coloring the bars.PoPointsFieldBars.getDataMapping()Gets a reference to aPbDataMappingobject to the association color-value.PoValuedMarkerField.getDataMapping()Gets a reference to aPbDataMappingobject, used to the association value- color.PoValueLegend.getDataMapping()Gets a reference to aPbDataMappingobject to the association color-values.Methods in com.openinventor.meshviz.graph with parameters of type PbDataMappingModifier and TypeMethodDescriptionvoidPoHistogram.setDataMapping(PbDataMapping dataMapping) Sets a reference to aPbDataMappingobject to the association color-value for coloring the bars.voidPoPointsFieldBars.setDataMapping(PbDataMapping dataMapping) Sets a reference to aPbDataMappingobject to the association color-value.voidPoValuedMarkerField.setDataMapping(PbDataMapping dataMapping) Sets a reference to aPbDataMappingobject, used to the association value- color.voidPoValueLegend.setDataMapping(PbDataMapping dataMapping) Sets a reference to aPbDataMappingobject to the association color-values.