Uses of Class
com.openinventor.meshviz.graph.PbIsovaluesList
-
Packages that use PbIsovaluesList Package Description com.openinventor.meshviz.data com.openinventor.meshviz.elements com.openinventor.meshviz.graph -
-
Uses of PbIsovaluesList in com.openinventor.meshviz.data
Methods in com.openinventor.meshviz.data that return PbIsovaluesList Modifier and Type Method Description PbIsovaluesListPoMesh. getIsovaluesList()Returns the currentPbIsovaluesListobject.Methods in com.openinventor.meshviz.data with parameters of type PbIsovaluesList Modifier and Type Method Description voidPoMesh. setIsovaluesList(PbIsovaluesList isovalues_list)Sets a reference to aPbIsovaluesListobject to define a list of isovalues. -
Uses of PbIsovaluesList in com.openinventor.meshviz.elements
Methods in com.openinventor.meshviz.elements that return PbIsovaluesList Modifier and Type Method Description static PbIsovaluesListPoIsovaluesListElement. get(SoState state)Methods in com.openinventor.meshviz.elements with parameters of type PbIsovaluesList Modifier and Type Method Description static voidPoIsovaluesListElement. set(SoState state, SoNode node, PbIsovaluesList isovaluesList) -
Uses of PbIsovaluesList in com.openinventor.meshviz.graph
Methods in com.openinventor.meshviz.graph that return PbIsovaluesList Modifier and Type Method Description PbIsovaluesListPoValueLegend. getIsovaluesList()Gets a reference to aPbIsovaluesListobject.Methods in com.openinventor.meshviz.graph with parameters of type PbIsovaluesList Modifier and Type Method Description voidPoValueLegend. setIsovaluesList(PbIsovaluesList isovaluesList)Sets a reference to aPbIsovaluesListobject.Constructors in com.openinventor.meshviz.graph with parameters of type PbIsovaluesList Constructor Description PbIsovaluesList(PbIsovaluesList isovalList)Copy constructor.
-