Uses of Class
com.openinventor.imageviz.engines.arithmeticandlogic.logicaloperations.SoLogicalValueProcessing.LogicalOperators
-
Packages that use SoLogicalValueProcessing.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 SoLogicalValueProcessing.LogicalOperators in com.openinventor.imageviz.engines.arithmeticandlogic.logicaloperations
Fields in com.openinventor.imageviz.engines.arithmeticandlogic.logicaloperations with type parameters of type SoLogicalValueProcessing.LogicalOperators Modifier and Type Field Description SoSFEnum<SoLogicalValueProcessing.LogicalOperators>SoLogicalValueProcessing. logicalOperatorSelect the operator to apply.Methods in com.openinventor.imageviz.engines.arithmeticandlogic.logicaloperations that return SoLogicalValueProcessing.LogicalOperators Modifier and Type Method Description static SoLogicalValueProcessing.LogicalOperatorsSoLogicalValueProcessing.LogicalOperators. valueOf(int val)Returns the enum constant of this type with the specified integer valuestatic SoLogicalValueProcessing.LogicalOperatorsSoLogicalValueProcessing.LogicalOperators. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SoLogicalValueProcessing.LogicalOperators[]SoLogicalValueProcessing.LogicalOperators. values()Returns an array containing the constants of this enum type, in the order they are declared.
-