Uses of Enum Class
com.openinventor.meshviz.graph.PoErrorPointField.ShapeTypes
Packages that use PoErrorPointField.ShapeTypes
-
Uses of PoErrorPointField.ShapeTypes in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph with type parameters of type PoErrorPointField.ShapeTypesModifier and TypeFieldDescriptionPoErrorPointField.shapeTypeDefines the shape associated to errors.Methods in com.openinventor.meshviz.graph that return PoErrorPointField.ShapeTypesModifier and TypeMethodDescriptionstatic PoErrorPointField.ShapeTypesPoErrorPointField.ShapeTypes.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic PoErrorPointField.ShapeTypesReturns the enum constant of this class with the specified name.static PoErrorPointField.ShapeTypes[]PoErrorPointField.ShapeTypes.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.ShapeTypesModifierConstructorDescriptionPoErrorPointField(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.