| Package | Description |
|---|---|
| com.openinventor.meshviz.graph |
| Modifier and Type | Field and Description |
|---|---|
SoSFEnum<PoErrorCurve.VariationTypes> |
PoErrorCurve.variationType
Defines the interpretation of the values lowY and highY.
|
| Modifier and Type | Method and Description |
|---|---|
static PoErrorCurve.VariationTypes |
PoErrorCurve.VariationTypes.fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
static PoErrorCurve.VariationTypes |
PoErrorCurve.VariationTypes.valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static PoErrorCurve.VariationTypes |
PoErrorCurve.VariationTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PoErrorCurve.VariationTypes[] |
PoErrorCurve.VariationTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PoErrorCurve(SbVec2f[] _point,
float[] _lowY,
float[] _highY,
PoErrorCurve.VariationTypes type)
Calls PoErrorCurve(_point, _lowY, _highY, type, PoErrorCurve.ErrorCurveReps.valueOf( PoErrorCurve.ErrorCurveReps.HIGH_LOW_CLOSE.getValue() )).
|
PoErrorCurve(SbVec2f[] _point,
float[] _lowY,
float[] _highY,
PoErrorCurve.VariationTypes type,
PoErrorCurve.ErrorCurveReps rep)
Constructor.
|
Generated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com