Uses of Enum Class
com.openinventor.meshviz.graph.PoErrorCurve.ErrorCurveReps
Packages that use PoErrorCurve.ErrorCurveReps
-
Uses of PoErrorCurve.ErrorCurveReps in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph with type parameters of type PoErrorCurve.ErrorCurveRepsModifier and TypeFieldDescriptionPoErrorCurve.errorCurveRep
Defines the error curve representation.Methods in com.openinventor.meshviz.graph that return PoErrorCurve.ErrorCurveRepsModifier and TypeMethodDescriptionstatic PoErrorCurve.ErrorCurveReps
PoErrorCurve.ErrorCurveReps.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic PoErrorCurve.ErrorCurveReps
Returns the enum constant of this class with the specified name.static PoErrorCurve.ErrorCurveReps[]
PoErrorCurve.ErrorCurveReps.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.openinventor.meshviz.graph with parameters of type PoErrorCurve.ErrorCurveRepsModifierConstructorDescriptionPoErrorCurve
(SbVec2f[] _point, float[] _lowY, float[] _highY, PoErrorCurve.VariationTypes type, PoErrorCurve.ErrorCurveReps rep) Constructor.