Uses of Class
com.openinventor.meshviz.graph.PoErrorCurve.ErrorCurveReps
-
Packages that use PoErrorCurve.ErrorCurveReps Package Description com.openinventor.meshviz.graph -
-
Uses of PoErrorCurve.ErrorCurveReps in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph with type parameters of type PoErrorCurve.ErrorCurveReps Modifier and Type Field Description SoSFEnum<PoErrorCurve.ErrorCurveReps>
PoErrorCurve. errorCurveRep
Defines the error curve representation.Methods in com.openinventor.meshviz.graph that return PoErrorCurve.ErrorCurveReps Modifier and Type Method Description static PoErrorCurve.ErrorCurveReps
PoErrorCurve.ErrorCurveReps. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic PoErrorCurve.ErrorCurveReps
PoErrorCurve.ErrorCurveReps. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PoErrorCurve.ErrorCurveReps[]
PoErrorCurve.ErrorCurveReps. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.openinventor.meshviz.graph with parameters of type PoErrorCurve.ErrorCurveReps Constructor Description PoErrorCurve(SbVec2f[] _point, float[] _lowY, float[] _highY, PoErrorCurve.VariationTypes type, PoErrorCurve.ErrorCurveReps rep)
Constructor.
-