Uses of Class
com.openinventor.imageviz.engines.arithmeticandlogic.logicaloperations.SoLogicalImageProcessing.LogicalOperators
-
Packages that use SoLogicalImageProcessing.LogicalOperators Package Description com.openinventor.imageviz.engines.arithmeticandlogic.logicaloperations The Logical Operations category contains logical operations between two images or between an image and a constant as union, intersection, complementary. -
-
Uses of SoLogicalImageProcessing.LogicalOperators in com.openinventor.imageviz.engines.arithmeticandlogic.logicaloperations
Fields in com.openinventor.imageviz.engines.arithmeticandlogic.logicaloperations with type parameters of type SoLogicalImageProcessing.LogicalOperators Modifier and Type Field Description SoSFEnum<SoLogicalImageProcessing.LogicalOperators>SoLogicalImageProcessing. logicalOperatorSelect the operator to apply.Methods in com.openinventor.imageviz.engines.arithmeticandlogic.logicaloperations that return SoLogicalImageProcessing.LogicalOperators Modifier and Type Method Description static SoLogicalImageProcessing.LogicalOperatorsSoLogicalImageProcessing.LogicalOperators. valueOf(int val)Returns the enum constant of this type with the specified integer valuestatic SoLogicalImageProcessing.LogicalOperatorsSoLogicalImageProcessing.LogicalOperators. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SoLogicalImageProcessing.LogicalOperators[]SoLogicalImageProcessing.LogicalOperators. values()Returns an array containing the constants of this enum type, in the order they are declared.
-