Uses of Class
com.openinventor.meshviz.data.PbIrregularMesh1D
-
Packages that use PbIrregularMesh1D Package Description com.openinventor.meshviz.data com.openinventor.meshviz.fields -
-
Uses of PbIrregularMesh1D in com.openinventor.meshviz.data
Constructors in com.openinventor.meshviz.data with parameters of type PbIrregularMesh1D Constructor Description PbIrregularMesh1D(PbIrregularMesh1D mesh)
Copy constructor. -
Uses of PbIrregularMesh1D in com.openinventor.meshviz.fields
Methods in com.openinventor.meshviz.fields that return PbIrregularMesh1D Modifier and Type Method Description PbIrregularMesh1D
PoSFIrregularMesh1D. getValue()
Returns this field's value.Methods in com.openinventor.meshviz.fields with parameters of type PbIrregularMesh1D Modifier and Type Method Description void
PoSFIrregularMesh1D. setValue(PbIrregularMesh1D newValue)
Sets this field to newValue.Constructors in com.openinventor.meshviz.fields with parameters of type PbIrregularMesh1D Constructor Description PoSFIrregularMesh1D(SoFieldContainer fieldContainer, java.lang.String fieldName, SoField.FieldTypes fieldType, PbIrregularMesh1D defaultValue)
Default constructor.
-