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 PbDataMappingPoMesh. getDataMapping()Returns the currentPbDataMappingobject.PbDataMappingPoMesh. getModuleDataMapping()Returns the currentPbDataMappingobject for the association color-vectors module.Methods in com.openinventor.meshviz.data with parameters of type PbDataMapping Modifier and Type Method Description voidPoMesh. 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 PbDataMapping Modifier and Type Method Description static PbDataMappingPoDataMappingElement. get(SoState state)Methods in com.openinventor.meshviz.elements with parameters of type PbDataMapping Modifier and Type Method Description static voidPoDataMappingElement. 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 classPbLinearDataMappingClass to define linear data mapping.classPbNonLinearDataMappingClass to define non linear data mapping.classPbNonLinearDataMapping2Class to define non linear data mapping.Methods in com.openinventor.meshviz.graph that return PbDataMapping Modifier and Type Method Description PbDataMappingPoHistogram. getDataMapping()Gets a reference to aPbDataMappingobject to the association color-value for coloring the bars.PbDataMappingPoPointsFieldBars. getDataMapping()Gets a reference to aPbDataMappingobject to the association color-value.PbDataMappingPoValuedMarkerField. getDataMapping()Gets a reference to aPbDataMappingobject, used to the association value- color.PbDataMappingPoValueLegend. getDataMapping()Gets a reference to aPbDataMappingobject to the association color-values.Methods in com.openinventor.meshviz.graph with parameters of type PbDataMapping Modifier and Type Method Description voidPoHistogram. 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.
-