| Package | Description |
|---|---|
| com.openinventor.meshviz.graph |
| Modifier and Type | Field and Description |
|---|---|
SoSFEnum<PoErrorPointField.ShapeTypes> |
PoErrorPointField.shapeType
Defines the shape associated to errors.
|
| Modifier and Type | Method and Description |
|---|---|
static PoErrorPointField.ShapeTypes |
PoErrorPointField.ShapeTypes.fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
static PoErrorPointField.ShapeTypes |
PoErrorPointField.ShapeTypes.valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static PoErrorPointField.ShapeTypes |
PoErrorPointField.ShapeTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PoErrorPointField.ShapeTypes[] |
PoErrorPointField.ShapeTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PoErrorPointField(SbVec2f[] _point,
float[] _errorX,
float[] _errorY,
PoErrorPointField.ShapeTypes _shapeType)
Calls PoErrorPointField(_point, _errorX, _errorY, _shapeType, PoErrorPointField.SkeletonTypes.valueOf( PoErrorPointField.SkeletonTypes.CROSS1_SKELETON.getValue() )).
|
PoErrorPointField(SbVec2f[] _point,
float[] _errorX,
float[] _errorY,
PoErrorPointField.ShapeTypes _shapeType,
PoErrorPointField.SkeletonTypes _skeletonType)
Constructor.
|
Generated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com