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 PbIsovaluesList
PoMesh. getIsovaluesList()
Returns the currentPbIsovaluesList
object.Methods in com.openinventor.meshviz.data with parameters of type PbIsovaluesList Modifier and Type Method Description void
PoMesh. setIsovaluesList(PbIsovaluesList isovalues_list)
Sets a reference to aPbIsovaluesList
object 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 PbIsovaluesList
PoIsovaluesListElement. get(SoState state)
Methods in com.openinventor.meshviz.elements with parameters of type PbIsovaluesList Modifier and Type Method Description static void
PoIsovaluesListElement. 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 PbIsovaluesList
PoValueLegend. getIsovaluesList()
Gets a reference to aPbIsovaluesList
object.Methods in com.openinventor.meshviz.graph with parameters of type PbIsovaluesList Modifier and Type Method Description void
PoValueLegend. setIsovaluesList(PbIsovaluesList isovaluesList)
Sets a reference to aPbIsovaluesList
object.Constructors in com.openinventor.meshviz.graph with parameters of type PbIsovaluesList Constructor Description PbIsovaluesList(PbIsovaluesList isovalList)
Copy constructor.
-