Uses of Enum Class
com.openinventor.meshviz.graph.PoErrorPointField.SkeletonTypes
Packages that use PoErrorPointField.SkeletonTypes
-
Uses of PoErrorPointField.SkeletonTypes in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph with type parameters of type PoErrorPointField.SkeletonTypesModifier and TypeFieldDescriptionPoErrorPointField.skeletonType
Defines the skeleton associated to errors.Methods in com.openinventor.meshviz.graph that return PoErrorPointField.SkeletonTypesModifier and TypeMethodDescriptionPoErrorPointField.SkeletonTypes.valueOf
(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.static PoErrorPointField.SkeletonTypes[]
PoErrorPointField.SkeletonTypes.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 PoErrorPointField.SkeletonTypesModifierConstructorDescriptionPoErrorPointField
(SbVec2f[] _point, float[] _errorX, float[] _errorY, PoErrorPointField.ShapeTypes _shapeType, PoErrorPointField.SkeletonTypes _skeletonType) Constructor.